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

/external/libcxx/test/std/thread/futures/
H A Dtest_allocator.h121 class other_allocator class
125 template <class U> friend class other_allocator;
130 other_allocator() : data_(-1) {} function in class:other_allocator
131 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
132 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
139 other_allocator select_on_container_copy_construction() const
140 {return other_allocator(-2);}
142 friend bool operator==(const other_allocator& x, const other_allocator
[all...]
/external/libcxx/test/support/
H A Dtest_allocator.h187 class other_allocator class
191 template <class U> friend class other_allocator;
196 other_allocator() : data_(-1) {} function in class:other_allocator
197 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
198 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
205 other_allocator select_on_container_copy_construction() const
206 {return other_allocator(-2);}
208 friend bool operator==(const other_allocator& x, const other_allocator
[all...]

Completed in 114 milliseconds