Searched defs:hashedKey (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | trie_map.cpp | 251 int TrieMap::getTerminalEntryIndex(const uint32_t key, const uint32_t hashedKey, in getTerminalEntryIndex() 283 const TrieMap::Result TrieMap::getInternal(const uint32_t key, const uint32_t hashedKey, in getInternal() 311 bool TrieMap::putInternal(const uint32_t key, const uint64_t value, const uint32_t hashedKey, in putInternal() 350 const uint32_t hashedKey, const Entry &conflictedEntry, const int conflictedEntryIndex, in addNewEntryByResolvingConflict()
|
D | trie_map.h | 347 AK_FORCE_INLINE int getLabel(const uint32_t hashedKey, const int level) const { in getLabel()
|