Searched refs:ConstFstImpl (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconst-fst.h33 class ConstFstImpl : public FstImpl<A> { class in namespace:fst
43 ConstFstImpl() function in class:fst::ConstFstImpl
49 explicit ConstFstImpl(const Fst<A> &fst);
51 ~ConstFstImpl() {
68 static ConstFstImpl<A> *Read(istream &strm, const FstReadOptions &opts);
114 DISALLOW_EVIL_CONSTRUCTORS(ConstFstImpl);
118 ConstFstImpl<A>::ConstFstImpl(const Fst<A> &fst) : nstates_(0), narcs_(0) { function in class:fst::ConstFstImpl
161 ConstFstImpl<A> *ConstFstImpl<
[all...]
/external/openfst/src/include/fst/
H A Dconst-fst.h45 class ConstFstImpl : public FstImpl<A> { class in namespace:fst
58 ConstFstImpl() function in class:fst::ConstFstImpl
71 explicit ConstFstImpl(const Fst<A> &fst);
73 ~ConstFstImpl() {
90 static ConstFstImpl<A, U> *Read(istream &strm, const FstReadOptions &opts);
139 DISALLOW_COPY_AND_ASSIGN(ConstFstImpl);
143 const uint64 ConstFstImpl<A, U>::kStaticProperties;
145 const int ConstFstImpl<A, U>::kFileVersion;
147 const int ConstFstImpl<A, U>::kAlignedFileVersion;
149 const int ConstFstImpl<
153 ConstFstImpl<A, U>::ConstFstImpl(const Fst<A> &fst) : nstates_(0), narcs_(0) { function in class:fst::ConstFstImpl
[all...]

Completed in 207 milliseconds