OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MutateInt32
(Results
1 - 3
of
3
) sorted by null
/external/libprotobuf-mutator/src/libfuzzer/
libfuzzer_mutator.cc
43
int32_t Mutator::
MutateInt32
(int32_t value) { return MutateValue(value); }
/external/flatbuffers/go/
table.go
345
//
MutateInt32
updates a Int32 at the given offset.
346
func (t *Table)
MutateInt32
(off UOffsetT, n int32) bool {
450
t.
MutateInt32
(t.Pos+UOffsetT(off), n)
/external/libprotobuf-mutator/src/
mutator.cc
347
RepeatMutate(value, std::bind(&Mutator::
MutateInt32
, mutator_, _1));
615
int32_t Mutator::
MutateInt32
(int32_t value) { return FlipBit(value, random_); }
Completed in 369 milliseconds