HomeSort by relevance Sort by last modified time
    Searched defs:SetImpl (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/gin/
object_template_builder.cc 161 ObjectTemplateBuilder& ObjectTemplateBuilder::SetImpl(
  /external/openfst/src/include/fst/
matcher-fst.h 177 void SetImpl(Impl *impl, bool own_impl = true) {
178 ImplToFst< Impl, ExpandedFst<Arc> >::SetImpl(impl, own_impl);
const-fst.h 320 void SetImpl(Impl *impl, bool own_impl = true) {
321 ImplToFst< Impl, ExpandedFst<A> >::SetImpl(impl, own_impl);
edit-fst.h 720 SetImpl(fst.GetImpl(), false);
726 SetImpl(new Impl(fst));
772 void SetImpl(Impl *impl, bool own_impl = true) {
773 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);
vector-fst.h 436 SetImpl(fst.GetImpl(), false);
441 if (this != &fst) SetImpl(new Impl(fst));
497 void SetImpl(Impl *impl, bool own_impl = true) {
498 ImplToFst< Impl, MutableFst<A> >::SetImpl(impl, own_impl);
compact-fst.h 904 void SetImpl(Impl *impl, bool own_impl = false) {
905 ImplToFst< Impl, ExpandedFst<A> >::SetImpl(impl, own_impl);
    [all...]
fst.h 904 void SetImpl(I *impl, bool own_impl = true) {
930 ofst->SetImpl(reinterpret_cast<typename G::Impl *>(ifst.GetImpl()), false);
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 734 void SetImpl(Impl* impl, bool own_impl = true) {
735 ImplToExpandedFst<Impl, Fst<A> >::SetImpl(impl, own_impl);

Completed in 495 milliseconds