Searched defs:MutateInt64 (Results 1 – 4 of 4) sorted by relevance
/external/libprotobuf-mutator/src/libfuzzer/ | ||
D | libfuzzer_mutator.cc | 75 int64_t Mutator::MutateInt64(int64_t value) { return MutateValue(value); } in MutateInt64() function in protobuf_mutator::libfuzzer::Mutator |
/external/flatbuffers/go/ | ||
D | table.go | 352 func (t *Table) MutateInt64(off UOffsetT, n int64) bool { func |
/external/libprotobuf-mutator/src/ | ||
D | mutator_test.cc | 332 int64_t MutateInt64(int64_t value) override { return GetRandomValue(); } in MutateInt64() function in protobuf_mutator::ReducedTestMutator |
D | mutator.cc | 751 int64_t Mutator::MutateInt64(int64_t value) { return FlipBit(value, &random_); } in MutateInt64() function in protobuf_mutator::Mutator |