Home
last modified time | relevance | path

Searched defs:MutateInt32 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libprotobuf-mutator/src/libfuzzer/
H A Dlibfuzzer_mutator.cc73 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 Dtable.go346 func (t *Table) MutateInt32(off UOffsetT, n int32) bool { func
/aosp_15_r20/external/libprotobuf-mutator/src/
H A Dmutator_test.cc331 int32_t MutateInt32(int32_t value) override { return GetRandomValue(); } in MutateInt32() function in protobuf_mutator::ReducedTestMutator
H A Dmutator.cc749 int32_t Mutator::MutateInt32(int32_t value) { return FlipBit(value, &random_); } in MutateInt32() function in protobuf_mutator::Mutator