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

/external/libcxx/test/thread/futures/
H A Dtest_allocator.h120 class other_allocator class
124 template <class U> friend class other_allocator;
129 other_allocator() : data_(-1) {} function in class:other_allocator
130 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
131 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
138 other_allocator select_on_container_copy_construction() const
139 {return other_allocator(-2);}
141 friend bool operator==(const other_allocator& x, const other_allocator
[all...]
/external/libcxx/test/support/
H A Dtest_allocator.h127 class other_allocator class
131 template <class U> friend class other_allocator;
136 other_allocator() : data_(-1) {} function in class:other_allocator
137 explicit other_allocator(int i) : data_(i) {} function in class:other_allocator
138 template <class U> other_allocator(const other_allocator<U>& a) function in class:other_allocator
145 other_allocator select_on_container_copy_construction() const
146 {return other_allocator(-2);}
148 friend bool operator==(const other_allocator& x, const other_allocator
[all...]

Completed in 95 milliseconds