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

/external/ceres-solver/internal/ceres/
H A Dcollections_port.h31 // Portable HashMap and HashSet, and a specialized overload for hashing pairs.
86 struct HashSet : set<K> {}; struct in namespace:ceres::internal
101 struct HashSet : std::tr1::unordered_set<K> {};
108 struct HashSet : std::unordered_set<K> {};
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashSet.h37 typename Allocator = DefaultAllocator> class HashSet { class in namespace:WTF
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<
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DTypes.h53 struct HashSet : public std::set<hashtype> struct in inherits:std::set
156 typedef HashSet<hashtype> hashset;
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h87 class HashSet {}; class in namespace:WTF
188 class HeapHashSet : public HashSet<T, void, void, HeapAllocator> { };
/external/chromium_org/tools/gn/
H A Dunique_vector.h175 typename HashSet::const_iterator found = set_.find(ref);
183 typedef base::hash_set<Ref> HashSet; typedef in class:UniqueVector
185 HashSet set_;
/external/openfst/src/include/fst/
H A Dbi-table.h122 struct HashSet : public unordered_set<K, H, E> { struct in namespace:fst
123 HashSet(size_t n = 0, const H &h = H(), const E &e = E()) function in struct:fst::HashSet
239 typedef HashSet<I, HashFunc, HashEqual, HS> KeyHashSet;
448 typedef HashSet<I, HashFunc, HashEqual, HS> KeyHashSet;
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 400 milliseconds