Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Darc-map.h307 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
Dfst-decl.h62 template <class A, class B, class C> class ArcMapFst; variable