Home
last modified time | relevance | path

Searched refs:MutateInt32 (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.go26 return rcv._tab.MutateInt32(rcv._tab.Pos+flatbuffers.UOffsetT(0), n)
33 return rcv._tab.MutateInt32(rcv._tab.Pos+flatbuffers.UOffsetT(4), n)
/external/libprotobuf-mutator/src/libfuzzer/
Dlibfuzzer_mutator.h33 int32_t MutateInt32(int32_t value) override;
Dlibfuzzer_mutator.cc43 int32_t Mutator::MutateInt32(int32_t value) { return MutateValue(value); } in MutateInt32() function in protobuf_mutator::libfuzzer::Mutator
/external/libprotobuf-mutator/src/
Dmutator.h61 virtual int32_t MutateInt32(int32_t value);
Dmutator.cc347 RepeatMutate(value, std::bind(&Mutator::MutateInt32, mutator_, _1)); in Mutate()
615 int32_t Mutator::MutateInt32(int32_t value) { return FlipBit(value, random_); } in MutateInt32() function in protobuf_mutator::Mutator
Dmutator_test.cc246 int32_t MutateInt32(int32_t value) override { return GetRandomValue(); } in MutateInt32() function in protobuf_mutator::ReducedTestMutator
/external/flatbuffers/go/
Dtable.go346 func (t *Table) MutateInt32(off UOffsetT, n int32) bool { func
450 t.MutateInt32(t.Pos+UOffsetT(off), n)