Searched refs:IntDeque (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp3479 typedef HeapDeque<Member<IntWrapper> > IntDeque; typedef
3481 HeapHashMap<void*, IntDeque>* map2 = new HeapHashMap<void*, IntDeque>();
3484 map2->add(key, IntDeque());
3489 HeapHashMap<void*, IntDeque>::iterator it2 = map2->find(key);
3499 Persistent<HeapHashMap<void*, IntDeque> > keepAlive2(map2);
3503 map2->add(key + 1 + i, IntDeque());
3567 typedef HeapDeque<Member<IntWrapper> > IntDeque; typedef
3569 HeapDeque<IntDeque>* deque = new HeapDeque<IntDeque>();
[all...]

Completed in 70 milliseconds