Searched defs:SmartPointerEq (Results 1 – 7 of 7) 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()
309 struct SmartPointerEq { struct311 bool operator()(const T& t, const U& u) const { in operator ()()316 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr()320 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr()
307 struct SmartPointerEq { struct309 bool operator()(const T& t, const U& u) const { in operator ()()314 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr()318 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()