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;
224 class ConstFst : public ExpandedFst<A> {
226 friend class StateIterator< ConstFst<A> >;
227 friend class ArcIterator< ConstFst<A> >;
233 ConstFst() : impl_(new ConstFstImpl<A>()) {}
235 ConstFst(const ConstFst<A> &fst) : impl_(fst.impl_)
    [all...]
  /external/openfst/src/include/fst/
const-fst.h 38 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> > {
260 friend class StateIterator< ConstFst<A, U> >;
261 friend class ArcIterator< ConstFst<A, U> >;
269 ConstFst() : ImplToExpandedFst<Impl>(new Impl()) {
    [all...]

Completed in 43 milliseconds