Lines Matching refs:perf
81 PackageLookup(const DictionaryTriePerfTest &perf) { in PackageLookup() argument
83 CharString filename(perf.getSourceDir(), errorCode); in PackageLookup()
137 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in BinarySearchPackageLookup() argument
138 : PackageLookup(perf) { in BinarySearchPackageLookup()
246 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in PrefixBinarySearchPackageLookup() argument
247 : BinarySearchPackageLookup(perf) {} in PrefixBinarySearchPackageLookup()
273 BytesTriePackageLookup(const DictionaryTriePerfTest &perf) in BytesTriePackageLookup() argument
274 : PackageLookup(perf) { in BytesTriePackageLookup()
329 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {} in DictLookup()
332 return perf.numTextLines; in getOperationsPerIteration()
336 const DictionaryTriePerfTest &perf; member in DictLookup
409 const ULine *lines=perf.getCachedLines(); in UCharsTrieDictLookup()
410 int32_t numLines=perf.getNumLines(); in UCharsTrieDictLookup()
442 const ULine *lines=perf.getCachedLines(); in call()
443 int32_t numLines=perf.getNumLines(); in call()
466 const ULine *lines=perf.getCachedLines(); in call()
467 int32_t numLines=perf.getNumLines(); in call()
512 const ULine *lines=perf.getCachedLines(); in BytesTrieDictLookup()
513 int32_t numLines=perf.getNumLines(); in BytesTrieDictLookup()
591 const ULine *lines=perf.getCachedLines(); in call()
592 int32_t numLines=perf.getNumLines(); in call()
618 const ULine *lines=perf.getCachedLines(); in call()
619 int32_t numLines=perf.getNumLines(); in call()