Searched defs:HashCountedSet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashCountedSet.h37 typename Allocator = DefaultAllocator > class HashCountedSet { class in namespace:WTF
38 WTF_USE_ALLOCATOR(HashCountedSet, Allocator);
47 HashCountedSet() {} function in class:WTF::HashCountedSet
49 void swap(HashCountedSet& other) { m_impl.swap(other.m_impl); }
90 inline typename HashCountedSet<T, U, V, W>::AddResult HashCountedSet<T, U, V, W>::add(const ValueType& value)
98 inline bool HashCountedSet<T, U, V, W>::remove(iterator it)
116 inline void HashCountedSet<T, U, V, W>::removeAll(iterator it)
125 inline void copyToVector(const HashCountedSet<T, U, V, W>& collection, VectorType& vector) argument
127 typedef typename HashCountedSet<
138 copyToVector(const HashCountedSet<Value, HashFunctions, Traits, Allocator>& collection, Vector<Value, inlineCapacity, VectorAllocator>& vector) argument
[all...]
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h108 class HashCountedSet {}; class in namespace:WTF
198 class HeapHashCountedSet : public HashCountedSet<T, void, void, HeapAllocator> {

Completed in 96 milliseconds