Searched refs:perfTest (Results 1 – 1 of 1) sorted by relevance
332 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {} in DictLookup() argument408 UCharsTrieDictLookup(const DictionaryTriePerfTest &perfTest) in UCharsTrieDictLookup() argument409 : DictLookup(perfTest), trie(NULL) { 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(NULL), noDict(FALSE) { in BytesTrieDictLookup()585 BytesTrieDictMatches(const DictionaryTriePerfTest &perfTest) in BytesTrieDictMatches() argument[all …]