Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_allocator.h103 template <class U> friend class non_default_test_allocator; variable
117 explicit non_default_test_allocator(int i) throw() : data_(i) {++count;} in non_default_test_allocator() function
120 template <class U> non_default_test_allocator(const non_default_test_allocator<U>& a) throw() in non_default_test_allocator() function