DummyRefCounted 140 Source/wtf/HashMapTest.cpp class DummyRefCounted: public WTF::RefCounted<DummyRefCounted> { DummyRefCounted 147 Source/wtf/HashMapTest.cpp WTF::RefCounted<DummyRefCounted>::ref(); DummyRefCounted 157 Source/wtf/HashMapTest.cpp int DummyRefCounted::m_refInvokesCount = 0; DummyRefCounted 162 Source/wtf/HashMapTest.cpp RefPtr<DummyRefCounted> ptr = adoptRef(new DummyRefCounted(isDeleted)); DummyRefCounted 163 Source/wtf/HashMapTest.cpp ASSERT_EQ(0, DummyRefCounted::m_refInvokesCount); DummyRefCounted 164 Source/wtf/HashMapTest.cpp HashMap<RefPtr<DummyRefCounted>, int> map; DummyRefCounted 167 Source/wtf/HashMapTest.cpp ASSERT_EQ(1, DummyRefCounted::m_refInvokesCount); DummyRefCounted 170 Source/wtf/HashMapTest.cpp DummyRefCounted* rawPtr = ptr.get(); DummyRefCounted 176 Source/wtf/HashMapTest.cpp ASSERT_EQ(1, DummyRefCounted::m_refInvokesCount); DummyRefCounted 182 Source/wtf/HashMapTest.cpp ASSERT_EQ(1, DummyRefCounted::m_refInvokesCount); DummyRefCounted 177 Source/wtf/ListHashSetTest.cpp class DummyRefCounted: public WTF::RefCounted<DummyRefCounted> { DummyRefCounted 183 Source/wtf/ListHashSetTest.cpp WTF::RefCounted<DummyRefCounted>::ref(); DummyRefCounted 193 Source/wtf/ListHashSetTest.cpp int DummyRefCounted::m_refInvokesCount = 0; DummyRefCounted 198 Source/wtf/ListHashSetTest.cpp RefPtr<DummyRefCounted> ptr = adoptRef(new DummyRefCounted(isDeleted)); DummyRefCounted 199 Source/wtf/ListHashSetTest.cpp ASSERT_EQ(0, DummyRefCounted::m_refInvokesCount); DummyRefCounted 201 Source/wtf/ListHashSetTest.cpp ListHashSet<RefPtr<DummyRefCounted> > list; DummyRefCounted 204 Source/wtf/ListHashSetTest.cpp ASSERT_EQ(1, DummyRefCounted::m_refInvokesCount); DummyRefCounted 207 Source/wtf/ListHashSetTest.cpp DummyRefCounted* rawPtr = ptr.get(); DummyRefCounted 218 Source/wtf/ListHashSetTest.cpp ASSERT_EQ(1, DummyRefCounted::m_refInvokesCount);