Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Darcsort.h37 class ArcSortMapper {
45 ArcSortMapper(const Fst<Arc> &fst, const Compare &comp) in ArcSortMapper() function
49 ArcSortMapper(const ArcSortMapper<Arc, Compare> &mapper,
79 void operator=(const ArcSortMapper<Arc, Compare> &); // disallow
98 ArcSortMapper<Arc, Compare> mapper(*fst, comp); in ArcSort()
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<A, C>(fst, comp)) {} in ArcSortFst()
131 : StateMapFst<A, A, M>(fst, ArcSortMapper<A, C>(fst, comp), opts) {} in ArcSortFst()
[all …]