HomeSort by relevance Sort by last modified time
    Searched refs:copyPush (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 90 mTerminalDicNodes->copyPush(dicNode);
94 mActiveDicNodes->copyPush(dicNode);
98 return mCachedDicNodesForContinuousSuggestion->copyPush(dicNode);
102 DicNode *pushedDicNode = mNextActiveDicNodes->copyPush(dicNode);
dic_nodes_cache.cpp 49 mCachedDicNodesForContinuousSuggestion->copyPush(dicNode);
dic_node_priority_queue.h 88 AK_FORCE_INLINE DicNode *copyPush(DicNode *dicNode) {
89 return copyPush(dicNode, mMaxSize);
208 AK_FORCE_INLINE DicNode *copyPush(DicNode *dicNode, const int maxSize) {

Completed in 788 milliseconds