Searched defs:RefCountedPtrEq (Results 1 – 1 of 1) sorted by relevance
411 struct RefCountedPtrEq { struct412 using is_transparent = void;413 bool operator()(const RefCountedPtr<T>& p1, in operator()417 bool operator()(const WeakRefCountedPtr<T>& p1, in operator()421 bool operator()(const RefCountedPtr<T>& p1, in operator()425 bool operator()(const WeakRefCountedPtr<T>& p1, in operator()429 bool operator()(const RefCountedPtr<T>& p1, const T* p2) const { in operator()432 bool operator()(const WeakRefCountedPtr<T>& p1, const T* p2) const { in operator()435 bool operator()(const T* p1, const RefCountedPtr<T>& p2) const { in operator()438 bool operator()(const T* p1, const WeakRefCountedPtr<T>& p2) const { in operator()