Lines Matching refs:operator
64 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function
82 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) const { in operator() function
132 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
142 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);
168 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
207 inline bool operator==(SwapAllocator const& other) {
210 inline bool operator!=(SwapAllocator const& other) {
211 return !operator==(other);
221 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);
225 inline bool operator==(const SwapAllocator<T>& lhs, const SwapAllocator<T>& rhs) {
230 inline bool operator!=(const SwapAllocator<T>& lhs, const SwapAllocator<T>& rhs) {