Home
last modified time | relevance | path

Searched defs:ComposeFst (Results 1 – 4 of 4) 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
/external/openfst/src/include/fst/
Dcompose.h472 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, in ComposeFst() function
482 ComposeFst(const typename M1::FST &fst1, const typename M2::FST &fst2, in ComposeFst() function
506 ComposeFst() {} in ComposeFst() function
Dfst-decl.h56 template <class A> class ComposeFst; variable