Home | History | Annotate | Download | only in fst

Lines Matching defs:Impl

71   ComplementFstImpl(const ComplementFstImpl<A> &impl)
72 : fst_(impl.fst_->Copy()) {
74 SetProperties(impl.Properties(), kCopyProperties);
75 SetInputSymbols(impl.InputSymbols());
76 SetOutputSymbols(impl.OutputSymbols());
118 // Set error if found; return FST impl properties.
150 typedef ComplementFstImpl<A> Impl;
153 : ImplToFst<Impl>(new Impl(fst)) {
164 : ImplToFst<Impl>(fst, safe) {}
182 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }