Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h104 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler); in initByCopy()
125 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler); in initAsRootWithPreviousWord()
135 PROF_NODE_COPY(&parentDicNode->mProfiler, mProfiler); in initAsPassingChild()
148 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler); in initAsChild()
Ddic_node_profiler.h38 #define PROF_NODE_COPY(src, dest) dest.copy(src) macro
55 #define PROF_NODE_COPY(src, dest) macro