Home | History | Annotate | Download | only in fst

Lines Matching refs:MatchType

49 //   Matcher(const F &fst, MatchType type);
65 // MatchType Type(bool test) const;
114 virtual MatchType Type(bool test) const = 0;
148 SortedMatcher(const F &fst, MatchType match_type,
194 virtual MatchType Type(bool test) const {
311 MatchType match_type_; // Type of match to perform
404 MatchType match_type,
446 virtual MatchType Type(bool test) const { return matcher_->Type(test); }
512 MatchType match_type_; // Type of match requested
578 MatchType match_type,
620 virtual MatchType Type(bool test) const { return matcher_->Type(test); }
700 MatchType match_type_; // Type of match requested
767 MatchType match_type,
809 virtual MatchType Type(bool test) const { return matcher_->Type(test); }
868 MatchType match_type_; // Type of match requested
998 MultiEpsMatcher(const FST &fst, MatchType match_type,
1033 MatchType Type(bool test) const { return matcher_->Type(test); }
1166 Matcher(const F &fst, MatchType match_type) {
1185 MatchType Type(bool test) const { return base_->Type(test); }