Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/
Dtest_allocator.h27 template <class U> friend class test_allocator; variable
41 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
44 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
80 template <class U> friend class test_allocator; variable
92 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
95 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/
Dtest_allocator.h27 template <class U> friend class test_allocator; variable
41 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
44 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/
Dtest_allocator.h32 template <class U> friend class test_allocator; variable
46 explicit test_allocator(int i) throw() : data_(i) {++count;} in test_allocator() function
49 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/
Dtest_allocator.h27 template <class U> friend class test_allocator; variable
41 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
44 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
/ndk/sources/cxx-stl/llvm-libc++/test/re/
Dtest_allocator.h27 template <class U> friend class test_allocator; variable
41 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
44 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
/ndk/sources/cxx-stl/llvm-libc++/test/containers/
Dtest_allocator.h27 template <class U> friend class test_allocator; variable
41 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
44 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function