Searched defs:SetImpl (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/gin/
H A Dobject_template_builder.cc161 ObjectTemplateBuilder& ObjectTemplateBuilder::SetImpl( function in class:gin::ObjectTemplateBuilder
/external/openfst/src/include/fst/
H A Dconst-fst.h320 void SetImpl(Impl *impl, bool own_impl = true) { function in class:fst::ConstFst
321 ImplToFst< Impl, ExpandedFst<A> >::SetImpl(impl, own_impl);
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 Dedit-fst.h720 SetImpl(fst.GetImpl(), false);
726 SetImpl(new Impl(fst));
772 void SetImpl(Impl *impl, bool own_impl = true) { function in class:fst::EditFst
773 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);
H A Dvector-fst.h436 SetImpl(fst.GetImpl(), false);
441 if (this != &fst) SetImpl(new Impl(fst));
497 void SetImpl(Impl *impl, bool own_impl = true) { function in class:fst::VectorFst
498 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);
H A Dcompact-fst.h904 void SetImpl(Impl *impl, bool own_impl = false) { function in class:fst::CompactFst
905 ImplToFst< Impl, ExpandedFst<A> >::SetImpl(impl, own_impl);
H A Dfst.h904 void SetImpl(I *impl, bool own_impl = true) { function in class:fst::ImplToFst
930 ofst->SetImpl(reinterpret_cast<typename G::Impl *>(ifst.GetImpl()), false);
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h734 void SetImpl(Impl* impl, bool own_impl = true) { function in class:fst::NGramFst
735 ImplToExpandedFst<Impl, Fst<A> >::SetImpl(impl, own_impl);

Completed in 134 milliseconds