Searched refs:CorpusSize (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Fuzzer/ | ||
D | FuzzerDriver.cpp | 407 if (F.CorpusSize() == 0) { in FuzzerDriver() |
D | FuzzerInternal.h | 380 size_t CorpusSize() const { return Corpus.size(); } in CorpusSize() function |