Home
last modified time | relevance | path

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

/external/libtextclassifier/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()
/external/rust/crates/grpcio-sys/grpc/third_party/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()
/external/openscreen/third_party/abseil/src/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()
/external/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()
/external/webrtc/third_party/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()
/external/angle/third_party/abseil-cpp/absl/hash/
Dhash_test.cc351 struct SmartPointerEq { struct
353 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()