• Home
  • Raw
  • Download

Lines Matching refs:perf

84     PackageLookup(const DictionaryTriePerfTest &perf) {  in PackageLookup()  argument
86 CharString filename(perf.getSourceDir(), errorCode); in PackageLookup()
140 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in BinarySearchPackageLookup() argument
141 : PackageLookup(perf) { in BinarySearchPackageLookup()
249 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in PrefixBinarySearchPackageLookup() argument
250 : BinarySearchPackageLookup(perf) {} in PrefixBinarySearchPackageLookup()
276 BytesTriePackageLookup(const DictionaryTriePerfTest &perf) in BytesTriePackageLookup() argument
277 : PackageLookup(perf) { in BytesTriePackageLookup()
332 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {} in DictLookup()
335 return perf.numTextLines; in getOperationsPerIteration()
339 const DictionaryTriePerfTest &perf; member in DictLookup
412 const ULine *lines=perf.getCachedLines(); in UCharsTrieDictLookup()
413 int32_t numLines=perf.getNumLines(); in UCharsTrieDictLookup()
445 const ULine *lines=perf.getCachedLines(); in call()
446 int32_t numLines=perf.getNumLines(); in call()
469 const ULine *lines=perf.getCachedLines(); in call()
470 int32_t numLines=perf.getNumLines(); in call()
515 const ULine *lines=perf.getCachedLines(); in BytesTrieDictLookup()
516 int32_t numLines=perf.getNumLines(); in BytesTrieDictLookup()
594 const ULine *lines=perf.getCachedLines(); in call()
595 int32_t numLines=perf.getNumLines(); in call()
621 const ULine *lines=perf.getCachedLines(); in call()
622 int32_t numLines=perf.getNumLines(); in call()