Lines Matching refs:operator
65 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function
83 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) const { in operator() function
133 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
143 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);
169 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
208 inline bool operator==(SwapAllocator const& other) {
211 inline bool operator!=(SwapAllocator const& other) {
212 return !operator==(other);
222 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);
226 inline bool operator==(const SwapAllocator<T>& lhs, const SwapAllocator<T>& rhs) {
231 inline bool operator!=(const SwapAllocator<T>& lhs, const SwapAllocator<T>& rhs) {