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

/external/openfst/src/include/fst/
H A Dmatcher-fst.h65 // Default MatcherFst initializer - does nothing.
78 class MatcherFst class in namespace:fst
84 friend class StateIterator< MatcherFst<F, M, N, I> >;
85 friend class ArcIterator< MatcherFst<F, M, N, I> >;
94 MatcherFst() : ImplToExpandedFst<Impl>(new Impl(F(), N)) {} function in class:fst::MatcherFst
96 explicit MatcherFst(const F &fst) function in class:fst::MatcherFst
99 explicit MatcherFst(const Fst<Arc> &fst) function in class:fst::MatcherFst
103 MatcherFst(const MatcherFst<F, M, N, I> &fst, bool safe = false) argument
106 // Get a copy of this MatcherFst
174 explicit MatcherFst(Impl *impl) : ImplToExpandedFst<Impl>(impl) {} function in class:fst::MatcherFst
189 StateIterator(const MatcherFst<F, M, N, I> &fst) argument
198 ArcIterator(const MatcherFst<F, M, N, I> &fst, typename F::Arc::StateId s) argument
[all...]
/external/openfst/src/test/
H A Dfst_test.cc114 using fst::MatcherFst;

Completed in 2741 milliseconds