Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxx/test/std/thread/futures/
H A Dtest_allocator.h37 template <class U> friend class test_allocator; variable
51 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
54 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
95 template <class U> friend class test_allocator; variable
107 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
110 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
/minix3/external/bsd/libc++/dist/libcxx/test/thread/futures/
H A 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
/minix3/external/bsd/libc++/dist/libcxx/test/support/
H A Dtest_allocator.h43 template <class U> friend class test_allocator; variable
57 explicit test_allocator(int i) throw() : data_(i) {++count;} in test_allocator() function
60 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
163 template <class U> friend class test_allocator; variable
175 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
178 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function