Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h101 template <class U> friend class non_default_test_allocator; variable
115 explicit non_default_test_allocator(int i) throw() : data_(i) {++count;} in non_default_test_allocator() function
118 template <class U> non_default_test_allocator(const non_default_test_allocator<U>& a) throw() in non_default_test_allocator() function