Home
last modified time | relevance | path

Searched refs:TrieMapRange (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.h61 class TrieMapRange; variable
71 const TrieMapRange getEntriesInNextLevel() const { in getEntriesInNextLevel()
72 return TrieMapRange(mTrieMap, mNextLevelBitmapEntryIndex); in getEntriesInNextLevel()
143 class TrieMapRange {
145 TrieMapRange(const TrieMap *const trieMap, const int bitmapEntryIndex) in TrieMapRange() function
157 DISALLOW_DEFAULT_CONSTRUCTOR(TrieMapRange);
158 DISALLOW_ASSIGNMENT_OPERATOR(TrieMapRange);
199 const TrieMapRange getEntriesInRootLevel() const { in getEntriesInRootLevel()
203 const TrieMapRange getEntriesInSpecifiedLevel(const int bitmapEntryIndex) const { in getEntriesInSpecifiedLevel()
204 return TrieMapRange(this, bitmapEntryIndex); in getEntriesInSpecifiedLevel()
/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()
110 const TrieMap::TrieMapRange mTrieMapRange;
239 const TrieMap::TrieMapRange trieMapRange, const int nextLevelBitmapEntryIndex);
Dlanguage_model_dict_content.cpp276 const TrieMap::TrieMapRange trieMapRange, const int nextLevelBitmapEntryIndex) { in runGCInner()