Searched defs:other_allocator (Results 1 – 1 of 1) sorted by relevance
329 friend class other_allocator; variable334 TEST_CONSTEXPR_CXX14 other_allocator() {} in other_allocator() function335 TEST_CONSTEXPR_CXX14 explicit other_allocator(int i) : data_(i) {} in other_allocator() function338 TEST_CONSTEXPR_CXX14 other_allocator(const other_allocator<U>& a) : data_(a.data_) {} in other_allocator() function