Home
last modified time | relevance | path

Searched defs:UnionFst (Results 1 – 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dunion.h115 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { in UnionFst() function
119 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) in UnionFst() function
124 UnionFst(const UnionFst<A> &fst) : RationalFst<A>(fst) {} in UnionFst() function
Dfst-decl.h53 template <class A> class UnionFst; variable
/external/openfst/src/include/fst/
Dunion.h140 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { in UnionFst() function
144 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) in UnionFst() function
Dfst-decl.h69 template <class A> class UnionFst; variable