Searched refs:kMaxDictSize (Results 1 - 2 of 2) sorted by relevance
/third_party/json/tests/thirdparty/Fuzzer/ | ||
H A D | FuzzerDictionary.h | 88 static const size_t kMaxDictSize = 1 << 14; member in fuzzer::Dictionary 102 if (Size < kMaxDictSize) 110 DictionaryEntry DE[kMaxDictSize]; |
H A D | FuzzerMutate.cpp | 21 const size_t Dictionary::kMaxDictSize; member in fuzzer::Dictionary |
Completed in 2 milliseconds