Searched refs:SetImpl (Results 1 - 13 of 13) sorted by relevance

/external/openfst/src/include/fst/
H A Dintersect.h64 using ImplToFst< ComposeFstImplBase<A> >::SetImpl;
74 SetImpl(CreateBase(fst1, fst2, opts));
86 SetImpl(CreateBase1(fst1, fst2, opts));
H A Ddifference.h62 using ImplToFst< ComposeFstImplBase<A> >::SetImpl;
81 SetImpl(CreateBase1(fst1, cfst, copts));
101 SetImpl(CreateBase1(fst1, cfst, copts));
H A Ddeterminize.h685 using ImplToFst<Impl>::SetImpl;
693 SetImpl(new DeterminizeFsaImpl<A, D>(fst, D(), 0, 0, opts));
696 SetImpl(new DeterminizeFstImpl<A, STRING_LEFT_RESTRICT>(fst, opts));
713 SetImpl(new DeterminizeFsaImpl<A, D>(fst, D(), &in_dist, out_dist, opts));
719 SetImpl(fst.GetImpl()->Copy());
721 SetImpl(fst.GetImpl(), false);
H A Dmatcher-fst.h177 void SetImpl(Impl *impl, bool own_impl = true) { function in class:fst::MatcherFst
178 ImplToFst< Impl, ExpandedFst<Arc> >::SetImpl(impl, own_impl);
H A Dmutable-fst.h257 using ImplToFst<I, F>::SetImpl;
361 SetImpl(new I(*this));
H A Dedit-fst.h715 SetImpl(fst.GetImpl(), false);
721 SetImpl(new Impl(fst));
767 void SetImpl(Impl *impl, bool own_impl = true) { function in class:fst::EditFst
768 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);
H A Dvector-fst.h435 SetImpl(fst.GetImpl(), false);
440 if (this != &fst) SetImpl(new Impl(fst));
496 void SetImpl(Impl *impl, bool own_impl = true) { function in class:fst::VectorFst
497 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);
H A Dconst-fst.h319 void SetImpl(Impl *impl, bool own_impl = true) { function in class:fst::ConstFst
320 ImplToFst< Impl, ExpandedFst<A> >::SetImpl(impl, own_impl);
H A Dcompose.h461 using ImplToFst<Impl>::SetImpl;
489 SetImpl(fst.GetImpl()->Copy());
491 SetImpl(fst.GetImpl(), false);
H A Dfst.h897 void SetImpl(I *impl, bool own_impl = true) { function in class:fst::ImplToFst
923 ofst->SetImpl(reinterpret_cast<typename G::Impl *>(ifst.GetImpl()), false);
H A Dcompact-fst.h889 void SetImpl(Impl *impl, bool own_impl = false) { function in class:fst::CompactFst
890 ImplToFst< Impl, ExpandedFst<A> >::SetImpl(impl, own_impl);
/external/chromium/chrome/browser/chromeos/cros/
H A Dcros_library.cc32 library_->var_prefix##_lib_.SetImpl(library, own); \
H A Dcros_library.h144 void SetImpl(L* library, bool own) { function in class:chromeos::CrosLibrary::Library

Completed in 171 milliseconds