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

  /external/guava/guava-tests/benchmark/com/google/common/collect/
SetCreationBenchmark.java 22 import com.google.common.collect.BenchmarkHelpers.SetImpl;
41 private SetImpl impl;
SetIterationBenchmark.java 22 import com.google.common.collect.BenchmarkHelpers.SetImpl;
43 private SetImpl impl;
SetContainsBenchmark.java 22 import com.google.common.collect.BenchmarkHelpers.SetImpl;
51 private SetImpl impl;
  /external/openfst/src/include/fst/
intersect.h 64 using ImplToFst< ComposeFstImplBase<A> >::SetImpl;
74 SetImpl(CreateBase(fst1, fst2, opts));
86 SetImpl(CreateBase1(fst1, fst2, opts));
difference.h 62 using ImplToFst< ComposeFstImplBase<A> >::SetImpl;
81 SetImpl(CreateBase1(fst1, cfst, copts));
101 SetImpl(CreateBase1(fst1, cfst, copts));
determinize.h 806 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);
    [all...]
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);
mutable-fst.h 257 using ImplToFst<I, F>::SetImpl;
361 SetImpl(new I(*this));
matcher-fst.h 177 void SetImpl(Impl *impl, bool own_impl = true) {
178 ImplToFst< Impl, ExpandedFst<Arc> >::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);
const-fst.h 320 void SetImpl(Impl *impl, bool own_impl = true) {
321 ImplToFst< Impl, ExpandedFst<A> >::SetImpl(impl, own_impl);
compose.h 513 using ImplToFst<Impl>::SetImpl;
541 SetImpl(fst.GetImpl()->Copy());
543 SetImpl(fst.GetImpl(), false);
fst.h 904 void SetImpl(I *impl, bool own_impl = true) {
930 ofst->SetImpl(reinterpret_cast<typename G::Impl *>(ifst.GetImpl()), false);
compact-fst.h 904 void SetImpl(Impl *impl, bool own_impl = false) {
905 ImplToFst< Impl, ExpandedFst<A> >::SetImpl(impl, own_impl);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BenchmarkHelpers.java 39 public enum SetImpl {
  /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 538 milliseconds