Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h36 template <class U> friend class test_allocator; variable
50 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
53 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
94 template <class U> friend class test_allocator; variable
106 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
109 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h41 template <class U> friend class test_allocator; variable
55 explicit test_allocator(int i) throw() : data_(i) {++count;} in test_allocator() function
58 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
161 template <class U> friend class test_allocator; variable
173 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
176 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function