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

  /external/chromium_org/base/containers/
stack_container.h 25 // StackAllocator::Source which contains the data. Copying the allocator
37 class StackAllocator : public std::allocator<T> {
71 typedef StackAllocator<U, stack_capacity> other;
75 StackAllocator(const StackAllocator<T, stack_capacity>& rhs)
89 StackAllocator(const StackAllocator<U, other_capacity>& other)
97 StackAllocator() : source_(NULL) {
100 explicit StackAllocator(Source* source) : source_(source) {
134 // WATCH OUT: the ContainerType MUST use the proper StackAllocator for thi
    [all...]
stack_container_unittest.cc 70 std::vector<int, StackAllocator<int, stack_size> > other(vect.container());

Completed in 157 milliseconds