Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_allocator.h329 friend class other_allocator; variable
334 TEST_CONSTEXPR_CXX14 other_allocator() {} in other_allocator() function
335 TEST_CONSTEXPR_CXX14 explicit other_allocator(int i) : data_(i) {} in other_allocator() function
338 TEST_CONSTEXPR_CXX14 other_allocator(const other_allocator<U>& a) : data_(a.data_) {} in other_allocator() function