Searched refs:mContainedErrorTypes (Results 1 – 1 of 1) sorted by relevance
36 mRawLength(0.0f), mContainedErrorTypes(ErrorTypeUtils::NOT_AN_ERROR), in DicNodeStateScoring()53 mContainedErrorTypes = ErrorTypeUtils::NOT_AN_ERROR; in init()66 mContainedErrorTypes = scoring->mContainedErrorTypes; in initByCopy()75 mContainedErrorTypes = mContainedErrorTypes | errorType; in addCost()185 return mContainedErrorTypes; in getContainedErrorTypes()203 ErrorTypeUtils::ErrorType mContainedErrorTypes; variable