Searched refs:perfTest (Results 1 – 3 of 3) sorted by relevance
332 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {} in DictLookup() argument408 UCharsTrieDictLookup(const DictionaryTriePerfTest &perfTest) in UCharsTrieDictLookup() argument409 : DictLookup(perfTest), trie(nullptr) { in UCharsTrieDictLookup()439 UCharsTrieDictMatches(const DictionaryTriePerfTest &perfTest) in UCharsTrieDictMatches() argument440 : UCharsTrieDictLookup(perfTest) {} in UCharsTrieDictMatches()465 UCharsTrieDictContains(const DictionaryTriePerfTest &perfTest) in UCharsTrieDictContains() argument466 : UCharsTrieDictLookup(perfTest) {} in UCharsTrieDictContains()510 BytesTrieDictLookup(const DictionaryTriePerfTest &perfTest) in BytesTrieDictLookup() argument511 : DictLookup(perfTest), trie(nullptr), noDict(false) { in BytesTrieDictLookup()585 BytesTrieDictMatches(const DictionaryTriePerfTest &perfTest) in BytesTrieDictMatches() argument[all …]