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

  /external/chromium/base/
stack_container.h 21 // StackAllocator::Source which contains the data. Copying the allocator
33 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)
93 explicit StackAllocator(Source* source) : source_(source) {
127 // WATCH OUT: the ContainerType MUST use the proper StackAllocator for this
135 typedef StackAllocator<ContainedType, stack_capacity> Allocator
    [all...]
  /external/stlport/test/unit/
stack_allocator.h 23 //The following members are shared among all StackAllocator instance created from
24 //a reference StackAllocator instance:
47 struct StackAllocator
53 : public __STD __stlport_class<StackAllocator<_Tp> >
65 StackAllocator(){}
68 StackAllocator(char *beg, char *end)
74 StackAllocator(StackAllocator<_OtherTp> const& other)
77 StackAllocator(const State& state)
84 typedef StackAllocator<_Other> other
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 23 //The following members are shared among all StackAllocator instance created from
24 //a reference StackAllocator instance:
47 struct StackAllocator
53 : public __STD __stlport_class<StackAllocator<_Tp> >
65 StackAllocator(){}
68 StackAllocator(char *beg, char *end)
74 StackAllocator(StackAllocator<_OtherTp> const& other)
77 StackAllocator(const State& state)
84 typedef StackAllocator<_Other> other
    [all...]
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 23 //The following members are shared among all StackAllocator instance created from
24 //a reference StackAllocator instance:
47 struct StackAllocator
53 : public __STD __stlport_class<StackAllocator<_Tp> >
65 StackAllocator(){}
68 StackAllocator(char *beg, char *end)
74 StackAllocator(StackAllocator<_OtherTp> const& other)
77 StackAllocator(const State& state)
84 typedef StackAllocator<_Other> other
    [all...]

Completed in 61 milliseconds