Searched refs:MatcherFst (Results 1 – 2 of 2) sorted by relevance
/external/openfst/src/include/fst/ |
D | matcher-fst.h | 78 class MatcherFst 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)) {} in MatcherFst() function 96 explicit MatcherFst(const F &fst) in MatcherFst() function 99 explicit MatcherFst(const Fst<Arc> &fst) in MatcherFst() function 103 MatcherFst(const MatcherFst<F, M, N, I> &fst, bool safe = false) 107 virtual MatcherFst<F, M, N, I> *Copy(bool safe = false) const { 108 return new MatcherFst<F, M, N, I>(*this, safe); 112 static MatcherFst<F, M, N, I> *Read(istream &strm, in Read() [all …]
|
/external/openfst/src/test/ |
D | fst_test.cc | 114 using fst::MatcherFst;
|