Home | History | Annotate | Download | only in fst

Lines Matching refs:MATCH_INPUT

122 // If match_type == MATCH_INPUT, epsilons match the implicit self loop
149 case MATCH_INPUT:
187 uint64 true_prop = match_type_ == MATCH_INPUT ?
189 uint64 false_prop = match_type_ == MATCH_INPUT ?
225 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue,
227 Label label = match_type_ == MATCH_INPUT ?
286 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue,
295 Label label = match_type_ == MATCH_INPUT ?
305 label = match_type_ == MATCH_INPUT ? aiter_->Value().ilabel :
319 Label label = match_type_ == MATCH_INPUT ?
440 } else if (match_type_ == MATCH_INPUT) {
481 } else if (match_type_ == MATCH_INPUT) {
612 } else if (match_type_ == MATCH_INPUT) {
667 } else if (match_type_ == MATCH_INPUT) {
780 } else if (match_type_ == MATCH_INPUT) {
858 } else if (match_type_ == MATCH_INPUT) {
918 if (match_type == MATCH_INPUT) {
1061 // Matcher<StdFst> matcher(fst, MATCH_INPUT);