Lines Matching refs:Mutator
115 typedef size_t (MutationDispatcher::*Mutator)(uint8_t *Data, size_t Size, typedef
118 void TestEraseBytes(Mutator M, int NumIter) { in TestEraseBytes()
172 void TestInsertByte(Mutator M, int NumIter) { in TestInsertByte()
208 void TestInsertRepeatedBytes(Mutator M, int NumIter) { in TestInsertRepeatedBytes()
253 void TestChangeByte(Mutator M, int NumIter) { in TestChangeByte()
289 void TestChangeBit(Mutator M, int NumIter) { in TestChangeBit()
325 void TestShuffleBytes(Mutator M, int NumIter) { in TestShuffleBytes()
355 void TestCopyPart(Mutator M, int NumIter) { in TestCopyPart()
418 void TestAddWordFromDictionary(Mutator M, int NumIter) { in TestAddWordFromDictionary()
460 void TestChangeASCIIInteger(Mutator M, int NumIter) { in TestChangeASCIIInteger()
492 void TestChangeBinaryInteger(Mutator M, int NumIter) { in TestChangeBinaryInteger()