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

  /external/ceres-solver/internal/ceres/
collections_port.h 31 // Portable HashMap and HashSet, and a specialized overload for hashing pairs.
86 struct HashSet : set<K> {};
101 struct HashSet : std::tr1::unordered_set<K> {};
108 struct HashSet : std::unordered_set<K> {};
  /external/chromium_org/tools/gn/
unique_vector.h 175 typename HashSet::const_iterator found = set_.find(ref);
183 typedef base::hash_set<Ref> HashSet;
185 HashSet set_;
  /art/runtime/base/
hash_set.h 57 class HashSet {
66 Iterator(HashSet* hash_set, size_t index) : hash_set_(hash_set), index_(index) {
101 HashSet* hash_set_;
116 friend class HashSet;
125 HashSet() : num_elements_(0), num_buckets_(0), data_(nullptr),
129 HashSet(const HashSet& other) : num_elements_(0), num_buckets_(0), data_(nullptr) {
132 HashSet(HashSet&& other) : num_elements_(0), num_buckets_(0), data_(nullptr) {
135 ~HashSet() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashSet.h 37 typename Allocator = DefaultAllocator> class HashSet {
38 WTF_USE_ALLOCATOR(HashSet, Allocator);
58 void swap(HashSet& ref)
63 void swap(typename Allocator::template OtherType<HashSet>::Type other)
65 HashSet& ref = Allocator::getOther(other);
133 inline unsigned HashSet<T, U, V, W>::size() const
139 inline unsigned HashSet<T, U, V, W>::capacity() const
145 inline bool HashSet<T, U, V, W>::isEmpty() const
151 inline typename HashSet<T, U, V, W>::iterator HashSet<T, U, V, W>::begin() cons
    [all...]
  /external/chromium_org/third_party/smhasher/src/
Types.h 53 struct HashSet : public std::set<hashtype>
156 typedef HashSet<hashtype> hashset; typedef in struct:CollisionCallback
159 CollisionCallback ( pfHash hash, hashset & collisions, collmap & cmap )
181 hashset & m_collisions;
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 87 class HashSet {};
188 class HeapHashSet : public HashSet<T, void, void, HeapAllocator> { };
  /external/openfst/src/include/fst/
bi-table.h 122 struct HashSet : public unordered_set<K, H, E> {
123 HashSet(size_t n = 0, const H &h = H(), const E &e = E())
239 typedef HashSet<I, HashFunc, HashEqual, HS> KeyHashSet;
448 typedef HashSet<I, HashFunc, HashEqual, HS> KeyHashSet;
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java 30 import java.util.HashSet;
81 Set<ObjectId> regAccumulator = new HashSet<ObjectId>();
82 Set<ObjectId> unregAccumulator = new HashSet<ObjectId>();
95 InvalidationService.computeRegistrationOps(new HashSet<ObjectId>(),
96 new HashSet<ObjectId>(), regAccumulator, unregAccumulator);
106 new HashSet<ObjectId>(),
112 new HashSet<ObjectId>(regAccumulator));
157 new HashSet<ObjectId>(getService().mRegistrations.get(0)));
187 new HashSet<ObjectId>(getService().mRegistrations.get(0)));
573 actualSyncTypes = new HashSet<String>()
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 156 milliseconds