Home | History | Annotate | Download | only in fst

Lines Matching refs:MATCH_OUTPUT

41   if (type1 == MATCH_OUTPUT &&
43 return MATCH_OUTPUT;
48 m1.Type(true) == MATCH_OUTPUT)
49 return MATCH_OUTPUT;
62 LookAheadMatcher< Fst <Arc> > matcher1(fst1, MATCH_OUTPUT);
105 return type_ == MATCH_OUTPUT ? lmatcher2_->GetFst() :
110 return type_ == MATCH_OUTPUT ? lmatcher1_ : lmatcher2_;
156 class LookAheadSelector<M1, M2, MATCH_OUTPUT> {
164 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_OUTPUT> &selector)
181 void operator=(const LookAheadSelector<M1, M2, MATCH_OUTPUT> &); // disallow
219 flags_(lookahead_type_ == MATCH_OUTPUT ?
283 if (MT == MATCH_OUTPUT)
287 else if (lookahead_type_ == MATCH_OUTPUT)
445 matcher1_(fst1_, MATCH_OUTPUT,
460 matcher1_(fst1_, MATCH_OUTPUT,
634 // Specializes for MATCH_OUTPUT to allow lookahead.
636 class DefaultLookAhead<A, MATCH_OUTPUT> {
659 class DefaultLookAhead<StdArc, MATCH_OUTPUT> {
685 class DefaultLookAhead<LogArc, MATCH_OUTPUT> {