Lines Matching refs:Mutator
114 typedef size_t (MutationDispatcher::*Mutator)(uint8_t *Data, size_t Size, typedef
117 void TestEraseBytes(Mutator M, int NumIter) { in TestEraseBytes()
171 void TestInsertByte(Mutator M, int NumIter) { in TestInsertByte()
207 void TestInsertRepeatedBytes(Mutator M, int NumIter) { in TestInsertRepeatedBytes()
251 void TestChangeByte(Mutator M, int NumIter) { in TestChangeByte()
287 void TestChangeBit(Mutator M, int NumIter) { in TestChangeBit()
323 void TestShuffleBytes(Mutator M, int NumIter) { in TestShuffleBytes()
353 void TestCopyPart(Mutator M, int NumIter) { in TestCopyPart()
416 void TestAddWordFromDictionary(Mutator M, int NumIter) { in TestAddWordFromDictionary()
458 void TestChangeASCIIInteger(Mutator M, int NumIter) { in TestChangeASCIIInteger()
490 void TestChangeBinaryInteger(Mutator M, int NumIter) { in TestChangeBinaryInteger()