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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproject.h32 template <class A> class ProjectMapper { class in namespace:fst
34 explicit ProjectMapper(ProjectType project_type) function in class:fst::ProjectMapper
64 Map(fst, ProjectMapper<Arc>(project_type));
79 class ProjectFst : public MapFst<A, A, ProjectMapper<A> > {
82 typedef ProjectMapper<A> C;
96 : public StateIterator< MapFst<A, A, ProjectMapper<A> > > {
99 : StateIterator< MapFst<A, A, ProjectMapper<A> > >(fst) {}
106 : public ArcIterator< MapFst<A, A, ProjectMapper<A> > > {
109 : ArcIterator< MapFst<A, A, ProjectMapper<A> > >(fst, s) {}
/external/openfst/src/include/fst/
H A Dproject.h35 template <class A> class ProjectMapper { class in namespace:fst
37 explicit ProjectMapper(ProjectType project_type) function in class:fst::ProjectMapper
78 ArcMap(fst, ProjectMapper<Arc>(project_type));
97 class ProjectFst : public ArcMapFst<A, A, ProjectMapper<A> > {
100 typedef ProjectMapper<A> C;
101 typedef ArcMapFstImpl< A, A, ProjectMapper<A> > Impl;
126 : public StateIterator< ArcMapFst<A, A, ProjectMapper<A> > > {
129 : StateIterator< ArcMapFst<A, A, ProjectMapper<A> > >(fst) {}
136 : public ArcIterator< ArcMapFst<A, A, ProjectMapper<A> > > {
139 : ArcIterator< ArcMapFst<A, A, ProjectMapper<
[all...]

Completed in 89 milliseconds