Home
last modified time | relevance | path

Searched refs:traverseAllPtNodesInPostorderDepthFirstManner (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.cpp106 if (!readingHelper.traverseAllPtNodesInPostorderDepthFirstManner( in runGC()
124 if (!readingHelper.traverseAllPtNodesInPostorderDepthFirstManner( in runGC()
194 if (!newDictReadingHelper.traverseAllPtNodesInPostorderDepthFirstManner( in runGC()
Dver4_patricia_trie_policy.cpp632 readingHelper.traverseAllPtNodesInPostorderDepthFirstManner(&traversePolicy); in getNextWordAndNextToken()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_writing_helper.cpp106 if (!readingHelper.traverseAllPtNodesInPostorderDepthFirstManner( in runGC()
159 if (!newDictReadingHelper.traverseAllPtNodesInPostorderDepthFirstManner( in runGC()
Dver4_patricia_trie_policy.cpp581 readingHelper.traverseAllPtNodesInPostorderDepthFirstManner(&traversePolicy); in getNextWordAndNextToken()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_reading_helper.cpp41 bool DynamicPtReadingHelper::traverseAllPtNodesInPostorderDepthFirstManner( in traverseAllPtNodesInPostorderDepthFirstManner() function in latinime::DynamicPtReadingHelper
Ddynamic_pt_reading_helper.h209 bool traverseAllPtNodesInPostorderDepthFirstManner(TraversingEventListener *const listener);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp494 readingHelper.traverseAllPtNodesInPostorderDepthFirstManner(&traversePolicy); in getNextWordAndNextToken()