Searched refs:MutateInt64 (Results 1 – 6 of 6) sorted by relevance
34 int64_t MutateInt64(int64_t value) override;
45 int64_t Mutator::MutateInt64(int64_t value) { return MutateValue(value); } in MutateInt64() function in protobuf_mutator::libfuzzer::Mutator
62 virtual int64_t MutateInt64(int64_t value);
351 RepeatMutate(value, std::bind(&Mutator::MutateInt64, mutator_, _1)); in Mutate()617 int64_t Mutator::MutateInt64(int64_t value) { return FlipBit(value, random_); } in MutateInt64() function in protobuf_mutator::Mutator
247 int64_t MutateInt64(int64_t value) override { return GetRandomValue(); } in MutateInt64() function in protobuf_mutator::ReducedTestMutator
352 func (t *Table) MutateInt64(off UOffsetT, n int64) bool { func470 t.MutateInt64(t.Pos+UOffsetT(off), n)