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

  /external/chromium_org/third_party/WebKit/Source/wtf/
HashCountedSet.h 37 typename Allocator = DefaultAllocator > class HashCountedSet {
38 WTF_USE_ALLOCATOR(HashCountedSet, Allocator);
47 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)
127 typedef typename HashCountedSet<T, U, V, W>::const_iterator iterator
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 108 class HashCountedSet {};
198 class HeapHashCountedSet : public HashCountedSet<T, void, void, HeapAllocator> {

Completed in 234 milliseconds