Home
last modified time | relevance | path

Searched refs:trieMapRange (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.h95 EntryRange(const TrieMap::TrieMapRange trieMapRange, const bool hasHistoricalInfo) in EntryRange() argument
96 : mTrieMapRange(trieMapRange), mHasHistoricalInfo(hasHistoricalInfo) {} in EntryRange()
239 const TrieMap::TrieMapRange trieMapRange, const int nextLevelBitmapEntryIndex);
Dlanguage_model_dict_content.cpp276 const TrieMap::TrieMapRange trieMapRange, const int nextLevelBitmapEntryIndex) { in runGCInner() argument
277 for (auto &entry : trieMapRange) { in runGCInner()