HomeSort by relevance Sort by last modified time
    Searched refs:ImplToFst (Results 26 - 29 of 29) sorted by null

12

  /external/openfst/src/include/fst/
encode.h 493 using ImplToFst<Impl>::GetImpl;
531 using ImplToFst<Impl>::GetImpl;
determinize.h 790 // reference counting, delegating most methods to ImplToFst.
792 class DeterminizeFst : public ImplToFst< DeterminizeFstImplBase<A> > {
806 using ImplToFst<Impl>::SetImpl;
872 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }
    [all...]
vector-fst.h 495 Impl *GetImpl() const { return ImplToFst< Impl, MutableFst<A> >::GetImpl(); }
498 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);
compact-fst.h 902 Impl *GetImpl() const { return ImplToFst<Impl, ExpandedFst<A> >::GetImpl(); }
905 ImplToFst< Impl, ExpandedFst<A> >::SetImpl(impl, own_impl);
    [all...]

Completed in 66 milliseconds

12