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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h332 class VectorBuffer;
335 class VectorBuffer<T, 0, Allocator> : protected VectorBufferBase<T, Allocator> { class in namespace:WTF
339 VectorBuffer() function in class:WTF::VectorBuffer
343 VectorBuffer(size_t capacity) function in class:WTF::VectorBuffer
368 void swapVectorBuffer(VectorBuffer<T, 0, Allocator>& other)
397 class VectorBuffer : protected VectorBufferBase<T, Allocator> { class in namespace:WTF
398 WTF_MAKE_NONCOPYABLE(VectorBuffer);
402 VectorBuffer() function in class:WTF::VectorBuffer
407 VectorBuffer(size_t capacity) function in class:WTF::VectorBuffer
453 void swapVectorBuffer(VectorBuffer<
[all...]
H A DDeque.h120 typedef VectorBuffer<T, inlineCapacity, Allocator> Buffer;

Completed in 59 milliseconds