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

/external/libcxx/test/support/
H A Dtest_allocator.h211 class other_allocator class
215 template <class U> friend class other_allocator;
220 other_allocator() : data_(-1) {} function in class:other_allocator
221 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
222 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
229 other_allocator select_on_container_copy_construction() const
230 {return other_allocator(-2);}
232 friend bool operator==(const other_allocator& x, const other_allocator
[all...]

Completed in 401 milliseconds