Searched defs:ArcMapFst (Results 1 – 2 of 2) sorted by relevance
/external/openfst/src/include/fst/ |
D | arc-map.h | 307 template <class A, class B, class C> class ArcMapFst; variable 562 ArcMapFst(const Fst<A> &fst, const C &mapper, const ArcMapFstOptions& opts) in ArcMapFst() function 565 ArcMapFst(const Fst<A> &fst, C* mapper, const ArcMapFstOptions& opts) in ArcMapFst() function 568 ArcMapFst(const Fst<A> &fst, const C &mapper) in ArcMapFst() function 571 ArcMapFst(const Fst<A> &fst, C* mapper) in ArcMapFst() function
|
D | fst-decl.h | 62 template <class A, class B, class C> class ArcMapFst; variable
|