OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MutateDouble
(Results
1 - 2
of
2
) sorted by null
/external/libprotobuf-mutator/src/libfuzzer/
libfuzzer_mutator.cc
53
double Mutator::
MutateDouble
(double value) { return MutateValue(value); }
/external/libprotobuf-mutator/src/
mutator.cc
367
RepeatMutate(value, std::bind(&Mutator::
MutateDouble
, mutator_, _1));
629
double Mutator::
MutateDouble
(double value) { return FlipBit(value, random_); }
Completed in 49 milliseconds