Home
last modified time | relevance | path

Searched defs:DictionaryEntry (Results 1 – 2 of 2) sorted by relevance

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDictionary.h57 DictionaryEntry() {} in DictionaryEntry() function
58 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
59 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function
DFuzzerDefs.h61 class DictionaryEntry; variable