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

/external/openfst/src/include/fst/
H A Darcsort.h120 class ArcSortFst : public StateMapFst<A, A, ArcSortMapper<A, C> > {
121 using StateMapFst<A, A, ArcSortMapper<A, C> >::GetImpl;
128 : StateMapFst<A, A, M>(fst, ArcSortMapper<A, C>(fst, comp)) {}
131 : StateMapFst<A, A, M>(fst, ArcSortMapper<A, C>(fst, comp), opts) {}
135 : StateMapFst<A, A, M>(fst, safe) {}
159 : public StateIterator< StateMapFst<A, A, ArcSortMapper<A, C> > > {
162 : StateIterator< StateMapFst<A, A, ArcSortMapper<A, C> > >(fst) {}
169 : public ArcIterator< StateMapFst<A, A, ArcSortMapper<A, C> > > {
172 : ArcIterator< StateMapFst<A, A, ArcSortMapper<A, C> > >(fst, s) {}
H A Dstate-map.h183 template <class A, class B, class C> class StateMapFst;
185 // Implementation of delayed StateMapFst.
202 friend class StateIterator< StateMapFst<A, B, C> >;
329 class StateMapFst : public ImplToFst< StateMapFstImpl<A, B, C> > { class in namespace:fst
331 friend class ArcIterator< StateMapFst<A, B, C> >;
339 StateMapFst(const Fst<A> &fst, const C &mapper, function in class:fst::StateMapFst
343 StateMapFst(const Fst<A> &fst, C* mapper, const StateMapFstOptions& opts) function in class:fst::StateMapFst
346 StateMapFst(const Fst<A> &fst, const C &mapper) function in class:fst::StateMapFst
349 StateMapFst(const Fst<A> &fst, C* mapper) function in class:fst::StateMapFst
353 StateMapFst(cons argument
384 ArcIterator(const StateMapFst<A, B, C> &fst, StateId s) argument
[all...]

Completed in 1154 milliseconds