Searched refs:PhiMatcher (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dmatcher.h751 // kNoLabel, this special matching is not done. PhiMatcher is
754 // constructed by PhiMatcher. The user can instead pass in this
755 // object; in that case, PhiMatcher takes its ownership.
758 class PhiMatcher : public MatcherBase<typename M::Arc> { class in namespace:fst
766 PhiMatcher(const FST &fst, function in class:fst::PhiMatcher
779 FSTERROR() << "PhiMatcher: bad match type";
792 PhiMatcher(const PhiMatcher<M> &matcher, bool safe = false) function in class:fst::PhiMatcher
801 virtual ~PhiMatcher() {
805 virtual PhiMatcher<
[all...]

Completed in 80 milliseconds