Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/src/libfuzzer/
Dlibfuzzer_mutator.cc73 int32_t Mutator::MutateInt32(int32_t value) { return MutateValue(value); } in MutateInt32() function in protobuf_mutator::libfuzzer::Mutator
/external/flatbuffers/go/
Dtable.go346 func (t *Table) MutateInt32(off UOffsetT, n int32) bool { func
/external/libprotobuf-mutator/src/
Dmutator_test.cc331 int32_t MutateInt32(int32_t value) override { return GetRandomValue(); } in MutateInt32() function in protobuf_mutator::ReducedTestMutator
Dmutator.cc749 int32_t Mutator::MutateInt32(int32_t value) { return FlipBit(value, &random_); } in MutateInt32() function in protobuf_mutator::Mutator