Searched defs:other_allocator (Results 1 – 2 of 2) sorted by relevance
124 template <class U> friend class other_allocator; variable129 other_allocator() : data_(-1) {} in other_allocator() function130 explicit other_allocator(int i) : data_(i) {} in other_allocator() function131 template <class U> other_allocator(const other_allocator<U>& a) in other_allocator() function
191 template <class U> friend class other_allocator; variable196 other_allocator() : data_(-1) {} in other_allocator() function197 explicit other_allocator(int i) : data_(i) {} in other_allocator() function198 template <class U> other_allocator(const other_allocator<U>& a) in other_allocator() function