HomeSort by relevance Sort by last modified time
    Searched refs:VectorBuffer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
Vector.h 332 class VectorBuffer;
335 class VectorBuffer<T, 0, Allocator> : protected VectorBufferBase<T, Allocator> {
339 VectorBuffer()
343 VectorBuffer(size_t capacity)
368 void swapVectorBuffer(VectorBuffer<T, 0, Allocator>& other)
397 class VectorBuffer : protected VectorBufferBase<T, Allocator> {
398 WTF_MAKE_NONCOPYABLE(VectorBuffer);
402 VectorBuffer()
407 VectorBuffer(size_t capacity)
453 void swapVectorBuffer(VectorBuffer<T, inlineCapacity, Allocator>& other
    [all...]
Deque.h 104 typedef VectorBuffer<T, inlineCapacity, Allocator> Buffer;

Completed in 2852 milliseconds