Lines Matching refs:LabelLookAheadMatcher
123 // For LabelLookAheadMatcher, save relabeling data to file
423 class LabelLookAheadMatcher
438 LabelLookAheadMatcher(const FST &fst, MatchType match_type,
446 FSTERROR() << "LabelLookaheadMatcher: bad matcher flags: " << F;
460 LabelLookAheadMatcher(const LabelLookAheadMatcher<M, F, S> &lmatcher,
470 ~LabelLookAheadMatcher() {
475 LabelLookAheadMatcher<M, F, S> *Copy(bool safe = false) const {
476 return new LabelLookAheadMatcher<M, F, S>(*this, safe);
583 bool LabelLookAheadMatcher<M, F, S>::LookAheadFst(const L &fst, StateId s) {