Searched defs:InvertMapper (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dinvert.h28 template <class A> struct InvertMapper { struct in namespace:fst
29 InvertMapper() {} function in struct:fst::InvertMapper
49 void Invert(MutableFst<Arc> *fst) { Map(fst, InvertMapper<Arc>()); }
62 class InvertFst : public MapFst<A, A, InvertMapper<A> > {
65 typedef InvertMapper<A> C;
78 : public StateIterator< MapFst<A, A, InvertMapper<A> > > {
81 : StateIterator< MapFst<A, A, InvertMapper<A> > >(fst) {}
88 : public ArcIterator< MapFst<A, A, InvertMapper<A> > > {
91 : ArcIterator< MapFst<A, A, InvertMapper<A> > >(fst, s) {}
/external/openfst/src/include/fst/
H A Dinvert.h31 template <class A> struct InvertMapper { struct in namespace:fst
32 InvertMapper() {} function in struct:fst::InvertMapper
59 ArcMap(fst, InvertMapper<Arc>());
77 class InvertFst : public ArcMapFst<A, A, InvertMapper<A> > {
80 typedef InvertMapper<A> C;
81 typedef ArcMapFstImpl< A, A, InvertMapper<A> > Impl;
103 : public StateIterator< ArcMapFst<A, A, InvertMapper<A> > > {
106 : StateIterator< ArcMapFst<A, A, InvertMapper<A> > >(fst) {}
113 : public ArcIterator< ArcMapFst<A, A, InvertMapper<A> > > {
116 : ArcIterator< ArcMapFst<A, A, InvertMapper<
[all...]

Completed in 53 milliseconds