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

/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DSetCreationBenchmark.java22 import com.google.common.collect.BenchmarkHelpers.SetImpl;
41 private SetImpl impl;
H A DSetIterationBenchmark.java22 import com.google.common.collect.BenchmarkHelpers.SetImpl;
43 private SetImpl impl;
H A DSetContainsBenchmark.java22 import com.google.common.collect.BenchmarkHelpers.SetImpl;
51 private SetImpl impl;
/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.h806 using ImplToFst<Impl>::SetImpl;
815 SetImpl(new DeterminizeFsaImpl<A, D, F, T>(fst, 0, 0, opts));
818 SetImpl(new
828 SetImpl(new DeterminizeFsaImpl<A, D, F, T>(fst, 0, 0, opts));
831 SetImpl(new
848 SetImpl(new DeterminizeFsaImpl<A, D, F, T>(fst, in_dist, out_dist, opts));
854 SetImpl(fst.GetImpl()->Copy());
856 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.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 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 Dcompose.h513 using ImplToFst<Impl>::SetImpl;
541 SetImpl(fst.GetImpl()->Copy());
543 SetImpl(fst.GetImpl(), false);
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);
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);
/external/guava/guava-tests/test/com/google/common/collect/
H A DBenchmarkHelpers.java39 public enum SetImpl { enum in class:BenchmarkHelpers
/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 318 milliseconds