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/
edit-fst.h 414 // and one for mutable fst's (ImplToFst and ImplToMutableFst, respectively).
765 Impl *GetImpl() const { return ImplToFst< Impl, MutableFst<A> >::GetImpl(); }
768 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);
encode.h 493 using ImplToFst<Impl>::GetImpl;
531 using ImplToFst<Impl>::GetImpl;
vector-fst.h 494 Impl *GetImpl() const { return ImplToFst< Impl, MutableFst<A> >::GetImpl(); }
497 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);
compact-fst.h 887 Impl *GetImpl() const { return ImplToFst<Impl, ExpandedFst<A> >::GetImpl(); }
890 ImplToFst< Impl, ExpandedFst<A> >::SetImpl(impl, own_impl);
    [all...]

Completed in 40 milliseconds

12