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

/external/chromium/base/
H A Dstack_container.h213 // StackVector
216 // StackVector<int, 16> foo;
220 class StackVector : public StackContainer< class in inherits:StackContainer
224 StackVector() : StackContainer< function in class:StackVector
233 StackVector(const StackVector<T, stack_capacity>& other) argument
240 StackVector<T, stack_capacity>& operator=( argument
241 const StackVector<T, stack_capacity>& other) {

Completed in 117 milliseconds