Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfst-decl.h41 template <class A> class ComposeFst; variable
Dcompose.h692 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2) in ComposeFst() function
696 ComposeFst(const Fst<A> &fst1, in ComposeFst() function
701 ComposeFst(const ComposeFst<A> &fst) : Fst<A>(fst), impl_(fst.impl_) { in ComposeFst() function