Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_pool.h29 class DicNodePool {
31 explicit DicNodePool(const int capacity) : mDicNodes(), mPooledDicNodes() { in DicNodePool() function
81 DISALLOW_IMPLICIT_CONSTRUCTORS(DicNodePool);
Ddic_node_priority_queue.h116 DicNodePool mDicNodePool;
/packages/inputmethods/LatinIME/native/jni/tests/suggest/core/dicnode/
Ddic_node_pool_test.cpp26 DicNodePool dicNodePool(CAPACITY); in TEST()
36 DicNodePool dicNodePool(CAPACITY); in TEST()
48 DicNodePool dicNodePool(CAPACITY_SMALL); in TEST()