Searched defs:StackAllocator (Results 1 - 2 of 2) sorted by path

/external/chromium_org/base/containers/
H A Dstack_container.h25 // StackAllocator::Source which contains the data. Copying the allocator
37 class StackAllocator : public std::allocator<T> { class in namespace:base
71 typedef StackAllocator<U, stack_capacity> other;
75 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) argument
89 StackAllocator(const StackAllocator<U, other_capacity>& other) argument
97 StackAllocator() : source_(NULL) { function in class:base::StackAllocator
100 explicit StackAllocator(Source* source) : source_(source) { function in class:base::StackAllocator
134 // WATCH OUT: the ContainerType MUST use the proper StackAllocator fo
[all...]
/external/stlport/test/unit/
H A Dstack_allocator.h23 //The following members are shared among all StackAllocator instance created from
24 //a reference StackAllocator instance:
47 struct StackAllocator struct in inherits:__STD__stlport_class
53 : public __STD __stlport_class<StackAllocator<_Tp> >
65 StackAllocator(){} function in struct:StackAllocator
68 StackAllocator(char *beg, char *end) function in struct:StackAllocator
74 StackAllocator(StackAllocator<_OtherTp> const& other) function in struct:StackAllocator
77 StackAllocator(const State& state) function in struct:StackAllocator
84 typedef StackAllocator<_Othe
[all...]

Completed in 792 milliseconds