Lines Matching defs:Mutator
93 typedef size_t (MutationDispatcher::*Mutator)(uint8_t *Data, size_t Size,
96 void TestEraseBytes(Mutator M, int NumIter) {
150 void TestInsertByte(Mutator M, int NumIter) {
186 void TestInsertRepeatedBytes(Mutator M, int NumIter) {
230 void TestChangeByte(Mutator M, int NumIter) {
266 void TestChangeBit(Mutator M, int NumIter) {
302 void TestShuffleBytes(Mutator M, int NumIter) {
332 void TestCopyPart(Mutator M, int NumIter) {
380 void TestAddWordFromDictionary(Mutator M, int NumIter) {
422 void TestAddWordFromDictionaryWithHint(Mutator M, int NumIter) {
451 void TestChangeASCIIInteger(Mutator M, int NumIter) {
483 void TestChangeBinaryInteger(Mutator M, int NumIter) {