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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp111 struct PairWithWeakHandling : public StrongWeakPair { struct in namespace:blink
116 PairWithWeakHandling(IntWrapper* one, IntWrapper* two) function in struct:blink::PairWithWeakHandling
126 PairWithWeakHandling(WTF::HashTableDeletedValueType) function in struct:blink::PairWithWeakHandling
170 template<> struct DefaultHash<blink::PairWithWeakHandling> {
175 // PairWithWeakHandling must implement the traceInCollection method.
181 template<> struct HashTraits<blink::PairWithWeakHandling> : blink::WeakHandlingHashTraits<blink::PairWithWeakHandling> {
184 static bool isEmptyValue(const blink::PairWithWeakHandling& value) { return !value.first; }
185 static void constructDeletedValue(blink::PairWithWeakHandling& slot, bool) { new (NotNull, &slot) blink::PairWithWeakHandling(HashTableDeletedValu
[all...]

Completed in 211 milliseconds