Home | History | Annotate | Download | only in fst

Lines Matching refs:MATCH_INPUT

44   else if (type2 == MATCH_INPUT &&
46 return MATCH_INPUT;
51 m2.Type(true) == MATCH_INPUT)
52 return MATCH_INPUT;
63 LookAheadMatcher< Fst <Arc> > matcher2(fst2, MATCH_INPUT);
124 class LookAheadSelector<M1, M2, MATCH_INPUT> {
132 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_INPUT> &selector)
149 void operator=(const LookAheadSelector<M1, M2, MATCH_INPUT> &); // disallow
285 else if (MT == MATCH_INPUT)
449 matcher2_(fst2_, MATCH_INPUT,
464 matcher2_(fst2_, MATCH_INPUT,
624 // Specializes for MATCH_INPUT to allow lookahead.
626 class DefaultLookAhead<A, MATCH_INPUT> {
646 class DefaultLookAhead<StdArc, MATCH_INPUT> {
672 class DefaultLookAhead<LogArc, MATCH_INPUT> {