Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/src/libfuzzer/
Dlibfuzzer_mutator.cc75 int64_t Mutator::MutateInt64(int64_t value) { return MutateValue(value); } in MutateInt64() function in protobuf_mutator::libfuzzer::Mutator
/external/flatbuffers/go/
Dtable.go352 func (t *Table) MutateInt64(off UOffsetT, n int64) bool { func
/external/libprotobuf-mutator/src/
Dmutator_test.cc332 int64_t MutateInt64(int64_t value) override { return GetRandomValue(); } in MutateInt64() function in protobuf_mutator::ReducedTestMutator
Dmutator.cc751 int64_t Mutator::MutateInt64(int64_t value) { return FlipBit(value, &random_); } in MutateInt64() function in protobuf_mutator::Mutator