Searched refs:initByCopy (Results 1 – 10 of 10) sorted by relevance
39 initByCopy(&src);45 initByCopy(&src); in DicNodeState()61 mDicNodeStateScoring.initByCopy(&prevWordDicNodeState->mDicNodeStateScoring); in initAsRootWithPreviousWord()65 AK_FORCE_INLINE void initByCopy(const DicNodeState *const src) { in initByCopy() function66 mDicNodeStateInput.initByCopy(&src->mDicNodeStateInput); in initByCopy()67 mDicNodeStateOutput.initByCopy(&src->mDicNodeStateOutput); in initByCopy()68 mDicNodeStateScoring.initByCopy(&src->mDicNodeStateScoring); in initByCopy()74 initByCopy(src); in init()
56 void initByCopy(const DicNodeStateInput *const src) { in initByCopy() function
63 void initByCopy(const DicNodeStateOutput *const stateOutput) { in initByCopy() function
62 void initByCopy(const DicNodeProperties *const dicNodeProp) { in initByCopy() function
56 AK_FORCE_INLINE void initByCopy(const DicNodeStateScoring *const scoring) { in initByCopy() function
100 void initByCopy(const DicNode *const dicNode) { in initByCopy() function102 mDicNodeProperties.initByCopy(&dicNode->mDicNodeProperties); in initByCopy()103 mDicNodeState.initByCopy(&dicNode->mDicNodeState); in initByCopy()134 mDicNodeState.initByCopy(&parentDicNode->mDicNodeState); in initAsPassingChild()
42 /* static */ void DicNodeUtils::initByCopy(const DicNode *const srcDicNode, in initByCopy() function in latinime::DicNodeUtils44 destDicNode->initByCopy(srcDicNode); in initByCopy()
89 DicNodeUtils::initByCopy(node, dest); in copyPop()129 DicNodeUtils::initByCopy(dicNode, newNode); in newDicNode()
38 static void initByCopy(const DicNode *const srcDicNode, DicNode *const destDicNode);
182 correctionDicNode.initByCopy(childDicNode); in expandCurrentDicNodes()190 correctionDicNode.initByCopy(childDicNode); in expandCurrentDicNodes()