Searched refs:EntryRange (Results 1 – 2 of 2) sorted by relevance
93 class EntryRange {95 EntryRange(const TrieMap::TrieMapRange trieMapRange, const bool hasHistoricalInfo) in EntryRange() function107 DISALLOW_DEFAULT_CONSTRUCTOR(EntryRange);108 DISALLOW_ASSIGNMENT_OPERATOR(EntryRange);177 EntryRange getProbabilityEntries(const WordIdArrayView prevWordIds) const;
153 LanguageModelDictContent::EntryRange LanguageModelDictContent::getProbabilityEntries( in getProbabilityEntries()156 return EntryRange(mTrieMap.getEntriesInSpecifiedLevel(bitmapEntryIndex), mHasHistoricalInfo); in getProbabilityEntries()