Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc212 struct SmartPointerEq { struct
214 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()