Searched defs:RunFuzzWorker (Results 1 – 3 of 3) sorted by relevance
172 func (TestDeps) RunFuzzWorker(fn func(fuzz.CorpusEntry) error) error { func
1850 func (f matchStringOnly) RunFuzzWorker(func(corpusEntry) error) error { return errMain } func1904 RunFuzzWorker(func(corpusEntry) error) error methodSpec
484 func RunFuzzWorker(ctx context.Context, fn func(CorpusEntry) error) error { func