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 328 class VectorBuffer;
331 class VectorBuffer<T, 0> : private VectorBufferBase<T> {
335 VectorBuffer()
339 VectorBuffer(size_t capacity)
347 ~VectorBuffer()
352 void swap(VectorBuffer<T, 0>& other)
379 class VectorBuffer : private VectorBufferBase<T> {
380 WTF_MAKE_NONCOPYABLE(VectorBuffer);
384 VectorBuffer()
389 VectorBuffer(size_t capacity
    [all...]
Deque.h 97 typedef VectorBuffer<T, inlineCapacity> Buffer;

Completed in 64 milliseconds