Home
last modified time | relevance | path

Searched defs:MapFst (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmap.h245 template <class A, class B, class C> class MapFst; variable
464 MapFst(const Fst<A> &fst, const C &mapper, in MapFst() function
468 MapFst(const Fst<A> &fst, C* mapper, in MapFst() function
472 MapFst(const Fst<A> &fst, const C &mapper) in MapFst() function
476 MapFst(const Fst<A> &fst, C* mapper) in MapFst() function
480 MapFst(const MapFst<A, B, C> &fst) : Fst<B>(fst), impl_(fst.impl_) { in MapFst() function
Dfst-decl.h48 template <class A, class B, class C> class MapFst; variable