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;
224 class ConstFst : public ExpandedFst<A> { class in namespace:fst
226 friend class StateIterator< ConstFst<A> >;
227 friend class ArcIterator< ConstFst<A> >;
233 ConstFst() : impl_(new ConstFstImpl<A>()) {} function in class:fst::ConstFst
235 ConstFst(const ConstFst< function in class:fst::ConstFst
239 explicit ConstFst(const Fst<A> &fst) : impl_(new ConstFstImpl<A>(fst)) {} function in class:fst::ConstFst
329 ConstFst(ConstFstImpl<A> *impl) : impl_(impl) {} function in class:fst::ConstFst
[all...]
/external/openfst/src/include/fst/
H A Dconst-fst.h38 template <class A, class U> class ConstFst;
109 friend class ConstFst<A, U>; // Allow finding narcs_, nstates_ during Write
221 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
229 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
236 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
244 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
258 class ConstFst : public ImplToExpandedFst< ConstFstImpl<A, U> > { class in namespace:fst
260 friend class StateIterator< ConstFst<A, U> >;
261 friend class ArcIterator< ConstFst<A, U> >;
269 ConstFst() function in class:fst::ConstFst
271 explicit ConstFst(const Fst<A> &fst) function in class:fst::ConstFst
274 ConstFst(const ConstFst<A, U> &fst) argument
315 explicit ConstFst(Impl *impl) : ImplToExpandedFst<Impl>(impl) {} function in class:fst::ConstFst
435 StateIterator(const ConstFst<A, U> &fst) argument
462 ArcIterator(const ConstFst<A, U> &fst, StateId s) argument
[all...]

Completed in 327 milliseconds