OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEntriesInNextLevel
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
trie_map_test.cpp
200
for (const auto &secondLevelEntry : firstLevelEntry.
getEntriesInNextLevel
()) {
204
for (const auto &thirdLevelEntry : secondLevelEntry.
getEntriesInNextLevel
()) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.h
71
const TrieMapRange
getEntriesInNextLevel
() const {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
language_model_dict_content.cpp
287
if (!runGCInner(terminalIdMap, entry.
getEntriesInNextLevel
(),
Completed in 568 milliseconds