HomeSort by relevance Sort by last modified time
    Searched refs:StateMapFst (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
arcsort.h 120 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) {}
state-map.h 183 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> > {
331 friend class ArcIterator< StateMapFst<A, B, C> >;
339 StateMapFst(const Fst<A> &fst, const C &mapper,
343 StateMapFst(const Fst<A> &fst, C* mapper, const StateMapFstOptions& opts)
346 StateMapFst(const Fst<A> &fst, const C &mapper)
349 StateMapFst(const Fst<A> &fst, C* mapper)
353 StateMapFst(const StateMapFst<A, B, C> &fst, bool safe = false
    [all...]

Completed in 71 milliseconds