Home
last modified time | relevance | path

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

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