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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDeque.h33 // FIXME: Could move what Vector and Deque share into a separate file.
34 // Deque doesn't actually use Vector.
46 class Deque : public VectorDestructorBase<Deque<T, inlineCapacity, Allocator>, T, (inlineCapacity > 0), Allocator::isGarbageCollected> { class in namespace:WTF
47 WTF_USE_ALLOCATOR(Deque, Allocator);
56 Deque();
57 Deque(const Deque<T, inlineCapacity, Allocator>&);
59 Deque<T, 0, Allocator>& operator=(const Deque
[all...]
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h80 class Deque {}; class in namespace:WTF
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DVisitor.h37 #include "wtf/Deque.h"
308 void trace(const Deque<T, N>& deque) argument
310 OffHeapCollectionTraceTrait<Deque<T, N> >::trace(this, deque);
475 struct OffHeapCollectionTraceTrait<WTF::Deque<T, N> > {
476 typedef WTF::Deque<T, N> Deque; typedef in struct:blink::OffHeapCollectionTraceTrait
478 static void trace(Visitor* visitor, const Deque& deque)
482 for (typename Deque::const_iterator it = deque.begin(), end = deque.end(); it != end; ++it)
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1170 milliseconds