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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
H A Dtest_allocator.h31 class test_allocator class in inherits:test_alloc_base
36 template <class U> friend class test_allocator;
47 template <class U> struct rebind {typedef test_allocator<U> other;};
49 test_allocator() throw() : data_(-1) {} function in class:test_allocator
50 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
51 test_allocator(const test_allocator& a) throw() function in class:test_allocator
53 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
55 ~test_allocator() thro
89 class test_allocator<void> class in inherits:test_alloc_base
105 test_allocator() throw() : data_(-1) {} function in class:test_allocator
106 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
107 test_allocator(const test_allocator& a) throw() function in class:test_allocator
109 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
H A Dtest_allocator.h36 class test_allocator class in inherits:test_alloc_base
41 template <class U> friend class test_allocator;
52 template <class U> struct rebind {typedef test_allocator<U> other;};
54 test_allocator() throw() : data_(0) {++count;} function in class:test_allocator
55 explicit test_allocator(int i) throw() : data_(i) {++count;} function in class:test_allocator
56 test_allocator(const test_allocator& a) throw() function in class:test_allocator
58 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
60 ~test_allocator() thro
156 class test_allocator<void> class in inherits:test_alloc_base
172 test_allocator() throw() : data_(-1) {} function in class:test_allocator
173 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
174 test_allocator(const test_allocator& a) throw() function in class:test_allocator
176 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
[all...]

Completed in 18 milliseconds