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

/external/openfst/src/include/fst/
H A Dadd-on.h144 class AddOnImpl : public FstImpl<typename F::Arc> { class in namespace:fst
156 AddOnImpl(const F &fst, const string &type, T *t = 0) function in class:fst::AddOnImpl
165 AddOnImpl(const Fst<Arc> &fst, const string &type, T *t = 0) function in class:fst::AddOnImpl
173 AddOnImpl(const AddOnImpl<F, T> &impl) argument
181 ~AddOnImpl() {
200 static AddOnImpl<F, T> *Read(istream &strm, const FstReadOptions &opts) {
207 AddOnImpl<F, T> *impl = new AddOnImpl<F, T>(nopts.header->FstType());
215 LOG(ERROR) << "AddOnImpl
284 explicit AddOnImpl(const string &type) : t_(0) { function in class:fst::AddOnImpl
[all...]
H A Dmatcher-fst.h70 typedef AddOnImpl<typename M::FST, D> Impl;
80 AddOnImpl<F,
92 typedef AddOnImpl<F, D> Impl;

Completed in 362 milliseconds