Searched defs:MapFst (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/include/fst/ |
D | map.h | 61 MapFst(const Fst<A> &fst, const C &mapper, const MapFstOptions& opts) in MapFst() function 64 MapFst(const Fst<A> &fst, C* mapper, const MapFstOptions& opts) in MapFst() function 67 MapFst(const Fst<A> &fst, const C &mapper) in MapFst() function 70 MapFst(const Fst<A> &fst, C* mapper) : ArcMapFst<A, B, C>(fst, mapper) {} in MapFst() function
|
/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
|