Lines Matching refs:other
122 typedef SwapAllocator<U> other; typedef
128 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator() argument
129 : swap_space_(other.swap_space_) {} in SwapAllocator()
131 SwapAllocator(const SwapAllocator& other) = default;
132 SwapAllocator& operator=(const SwapAllocator& other) = default;
158 typedef SwapAllocator<U> other; typedef
164 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator() argument
165 : swap_space_(other.swap_space_) {} in SwapAllocator()
167 SwapAllocator(const SwapAllocator& other) = default;
168 SwapAllocator& operator=(const SwapAllocator& other) = default;
207 inline bool operator==(SwapAllocator const& other) {
208 return swap_space_ == other.swap_space_;
210 inline bool operator!=(SwapAllocator const& other) {
211 return !operator==(other);