Searched defs:MapFst (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | map.h | 245 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
|
D | fst-decl.h | 48 template <class A, class B, class C> class MapFst; variable
|