HomeSort by relevance Sort by last modified time
    Searched defs:ConstFst (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h 28 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> {
224 friend class StateIterator< ConstFst<A> >;
225 friend class ArcIterator< ConstFst<A> >;
231 ConstFst() : impl_(new ConstFstImpl<A>()) {}
233 ConstFst(const ConstFst<A> &fst) : impl_(fst.impl_)
    [all...]
  /external/openfst/src/include/fst/
const-fst.h 37 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> > {
259 friend class StateIterator< ConstFst<A, U> >;
260 friend class ArcIterator< ConstFst<A, U> >;
268 ConstFst() : ImplToExpandedFst<Impl>(new Impl()) {
    [all...]

Completed in 39 milliseconds