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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconst-fst.h28 template <class A> class ConstFst;
180 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
189 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
215 LOG(ERROR) << "ConstFst::Write: Write failed: " << opts.source;
222 class ConstFst : public ExpandedFst<A> { class in namespace:fst
224 friend class StateIterator< ConstFst<A> >;
225 friend class ArcIterator< ConstFst<A> >;
231 ConstFst() : impl_(new ConstFstImpl<A>()) {} function in class:fst::ConstFst
233 ConstFst(const ConstFst< function in class:fst::ConstFst
237 explicit ConstFst(const Fst<A> &fst) : impl_(new ConstFstImpl<A>(fst)) {} function in class:fst::ConstFst
327 ConstFst(ConstFstImpl<A> *impl) : impl_(impl) {} function in class:fst::ConstFst
[all...]
/external/openfst/src/include/fst/
H A Dconst-fst.h37 template <class A, class U> class ConstFst;
109 friend class ConstFst<A, U>; // Allow finding narcs_, nstates_ during Write
224 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
231 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
237 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
244 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
257 class ConstFst : public ImplToExpandedFst< ConstFstImpl<A, U> > { class in namespace:fst
259 friend class StateIterator< ConstFst<A, U> >;
260 friend class ArcIterator< ConstFst<A, U> >;
268 ConstFst() function in class:fst::ConstFst
270 explicit ConstFst(const Fst<A> &fst) function in class:fst::ConstFst
273 ConstFst(const ConstFst<A, U> &fst) argument
314 explicit ConstFst(Impl *impl) : ImplToExpandedFst<Impl>(impl) {} function in class:fst::ConstFst
421 StateIterator(const ConstFst<A, U> &fst) argument
448 ArcIterator(const ConstFst<A, U> &fst, StateId s) argument
[all...]

Completed in 85 milliseconds