Searched defs:SmartPointerEq (Results 1 – 6 of 6) sorted by relevance
212 struct SmartPointerEq { struct214 bool operator()(const T& t, const U& u) const { in operator ()()219 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr()223 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr()
351 struct SmartPointerEq { struct353 bool operator()(const T& t, const U& u) const { in operator ()()358 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr()362 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr()