Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_allocator.h215 template <class U> friend class other_allocator; variable
220 other_allocator() : data_(-1) {} in other_allocator() function
221 explicit other_allocator(int i) : data_(i) {} in other_allocator() function
222 template <class U> other_allocator(const other_allocator<U>& a) in other_allocator() function