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

1 2

  /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...]
deque_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
205 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
208 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
211 typedef deque<int, StackAllocator<int> > DequeInt;
hash_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
384 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt;
list_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
275 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
280 typedef list<int, StackAllocator<int> > ListInt;
vector_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
379 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
382 typedef vector<int, StackAllocator<int> > VectorInt;
map_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1));
273 StackAllocator<pair<const int, int> > stack2(buf2, buf2 + sizeof(buf2));
276 typedef map<int, int, less<int>, StackAllocator<pair<const int, int> > > MapInt;
set_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
279 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
slist_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
334 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
337 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
339 typedef slist<int, StackAllocator<int> > SlistInt;
  /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...]
deque_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
205 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
208 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
211 typedef deque<int, StackAllocator<int> > DequeInt;
hash_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
384 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt;
list_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
275 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
280 typedef list<int, StackAllocator<int> > ListInt;
vector_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
379 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
382 typedef vector<int, StackAllocator<int> > VectorInt;
map_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1));
273 StackAllocator<pair<const int, int> > stack2(buf2, buf2 + sizeof(buf2));
276 typedef map<int, int, less<int>, StackAllocator<pair<const int, int> > > MapInt;
set_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
279 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
slist_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
334 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
337 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
339 typedef slist<int, StackAllocator<int> > SlistInt;
  /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...]
deque_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
205 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
208 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
211 typedef deque<int, StackAllocator<int> > DequeInt;
hash_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
384 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt;
list_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
275 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
280 typedef list<int, StackAllocator<int> > ListInt;
vector_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
379 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
382 typedef vector<int, StackAllocator<int> > VectorInt;
map_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1));
273 StackAllocator<pair<const int, int> > stack2(buf2, buf2 + sizeof(buf2));
276 typedef map<int, int, less<int>, StackAllocator<pair<const int, int> > > MapInt;
set_test.cpp 1 //Has to be first for StackAllocator swap overload to be taken
279 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
  /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...]
stack_container_unittest.cc 67 std::vector<int, StackAllocator<int, stack_size> > other(vect.container());

Completed in 685 milliseconds

1 2