Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_priority_queue.h65 DicNode *const pooledDicNode = newDicNode(dicNode); in copyPush() local
66 if (!pooledDicNode) { in copyPush()
70 mDicNodesQueue.push(pooledDicNode); in copyPush()
73 if (betterThanWorstDicNode(pooledDicNode)) { in copyPush()
76 mDicNodesQueue.push(pooledDicNode); in copyPush()
79 mDicNodePool.placeBackInstance(pooledDicNode); in copyPush()