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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h299 class VectorBuffer;
302 class VectorBuffer<T, 0> : private VectorBufferBase<T> { class in namespace:WTF
306 VectorBuffer() function in class:WTF::VectorBuffer
310 VectorBuffer(size_t capacity) function in class:WTF::VectorBuffer
318 ~VectorBuffer()
340 void swap(VectorBuffer<T, 0>& other)
361 class VectorBuffer : private VectorBufferBase<T> { class in namespace:WTF
362 WTF_MAKE_NONCOPYABLE(VectorBuffer);
366 VectorBuffer() function in class:WTF::VectorBuffer
371 VectorBuffer(size_ function in class:WTF::VectorBuffer
[all...]

Completed in 107 milliseconds