Searched defs:MutateInt32 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libprotobuf-mutator/src/libfuzzer/ | ||
H A D | libfuzzer_mutator.cc | 73 int32_t Mutator::MutateInt32(int32_t value) { return MutateValue(value); } in MutateInt32() function in protobuf_mutator::libfuzzer::Mutator |
/aosp_15_r20/external/flatbuffers/go/ | ||
H A D | table.go | 346 func (t *Table) MutateInt32(off UOffsetT, n int32) bool { func |
/aosp_15_r20/external/libprotobuf-mutator/src/ | ||
H A D | mutator_test.cc | 331 int32_t MutateInt32(int32_t value) override { return GetRandomValue(); } in MutateInt32() function in protobuf_mutator::ReducedTestMutator |
H A D | mutator.cc | 749 int32_t Mutator::MutateInt32(int32_t value) { return FlipBit(value, &random_); } in MutateInt32() function in protobuf_mutator::Mutator |