Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_gc_event_listeners.h41 : mPtNodeWriter(ptNodeWriter), mValueStack(), mChildrenValue(0), in TraversePolicyToUpdateUnigramProbabilityAndMarkUselessPtNodesAsDeleted()
50 mChildrenValue = mValueStack.back(); in onAscend()
57 mChildrenValue = 0; in onDescend()
75 int mChildrenValue; variable
Ddynamic_pt_gc_event_listeners.cpp43 if (mChildrenValue > 0) { in onVisitingPtNode()