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

/external/openfst/src/include/fst/
H A Darcsort.h37 class ArcSortMapper { class in namespace:fst
45 ArcSortMapper(const Fst<Arc> &fst, const Compare &comp) function in class:fst::ArcSortMapper
49 ArcSortMapper(const ArcSortMapper<Arc, Compare> &mapper, argument
79 void operator=(const ArcSortMapper<Arc, Compare> &); // disallow
98 ArcSortMapper<Arc, Compare> mapper(*fst, comp);
120 class ArcSortFst : public StateMapFst<A, A, ArcSortMapper<A, C> > {
121 using StateMapFst<A, A, ArcSortMapper<A, C> >::GetImpl;
125 typedef ArcSortMapper<A, C> M;
128 : StateMapFst<A, A, M>(fst, ArcSortMapper<
[all...]

Completed in 117 milliseconds