Searched defs:UnionFst (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dunion.h107 class UnionFst : public RationalFst<A> { class in namespace:fst
115 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { function in class:fst::UnionFst
119 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) function in class:fst::UnionFst
124 UnionFst(const UnionFst<A> &fst) : RationalFst<A>(fst) {} function in class:fst::UnionFst
126 virtual UnionFst<A> *Copy() const { return new UnionFst<A>(*this); }
130 // Specialization for UnionFst.
132 class StateIterator< UnionFst<A> > : public StateIterator< RationalFst<A> > {
134 explicit StateIterator(const UnionFst<
[all...]
/external/openfst/src/include/fst/
H A Dunion.h132 class UnionFst : public RationalFst<A> { class in namespace:fst
140 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { function in class:fst::UnionFst
144 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) function in class:fst::UnionFst
150 UnionFst(const UnionFst<A> &fst, bool safe = false) function in class:fst::UnionFst
153 // Get a copy of this UnionFst. See Fst<>::Copy() for further doc.
154 virtual UnionFst<A> *Copy(bool safe = false) const {
155 return new UnionFst<A>(*this, safe);
160 // Specialization for UnionFst.
162 class StateIterator< UnionFst<
[all...]

Completed in 81 milliseconds