Home
last modified time | relevance | path

Searched defs:RefCountedPtrEq (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dref_counted_ptr.h411 struct RefCountedPtrEq { struct
412 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()