Home
last modified time | relevance | path

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

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