Home | History | Annotate | Download | only in fst

Lines Matching refs:MutableFst

38 // will copy the edited node to an internal MutableFst and perform any edits in
39 // situ on that copied node. This class supports all the methods of MutableFst
161 // non-const MutableFst operations
226 // end methods for non-const MutableFst operations
372 // edited node to an internal MutableFst and perform any edits in situ on that
373 // copied node. This class supports all the methods of MutableFst except for
508 // non-const MutableFst operations
567 // end non-const MutableFst operations
611 // MutableFst::Mutate, which gets invoked whenever one of the basic mutation
612 // methods defined in MutableFst is invoked, such as SetInputSymbols.
742 Impl* impl = ImplToExpandedFst<Impl, MutableFst<A> >::Read(filename);
770 Impl *GetImpl() const { return ImplToFst< Impl, MutableFst<A> >::GetImpl(); }
773 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);