OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DicNodesCache
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.cpp
27
const int
DicNodesCache
::LARGE_PRIORITY_QUEUE_CAPACITY = 310;
29
const int
DicNodesCache
::SMALL_PRIORITY_QUEUE_CAPACITY = 100;
dic_nodes_cache.h
32
class
DicNodesCache
{
34
AK_FORCE_INLINE explicit
DicNodesCache
(const bool usesLargeCapacityCache)
46
AK_FORCE_INLINE virtual ~
DicNodesCache
() {}
131
DISALLOW_COPY_AND_ASSIGN(
DicNodesCache
);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h
83
DicNodesCache
*getDicTraverseCache() { return &mDicNodesCache; }
175
DicNodesCache
mDicNodesCache;
Completed in 35 milliseconds