Home
last modified time | relevance | path

Searched refs:AbslHashValue (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dhash.h268 typename std::enable_if<std::is_same<B, bool>::value, H>::type AbslHashValue(
276 typename std::enable_if<std::is_enum<Enum>::value, H>::type AbslHashValue(
291 AbslHashValue(H hash_state, Float value) {
302 AbslHashValue(H hash_state, LongDouble value) {
333 H AbslHashValue(H hash_state, T* ptr) {
344 H AbslHashValue(H hash_state, std::nullptr_t) {
363 AbslHashValue(H hash_state, const std::pair<T1, T2>& p) {
385 AbslHashValue(H hash_state, const std::tuple<Ts...>& t) {
396 H AbslHashValue(H hash_state, const std::unique_ptr<T, D>& ptr) {
402 H AbslHashValue(H hash_state, const std::shared_ptr<T>& ptr) {
[all …]
Dspy_hash_state.h223 void AbslHashValue(SpyHashStateImpl<T>, const U&);
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc416 friend H AbslHashValue(H h, Private p) { in AbslHashValue() function
446 friend H AbslHashValue(H h, const PiecewiseHashTester& p) { in AbslHashValue() function
479 friend H AbslHashValue(H h, const DummyFooBar&) { in AbslHashValue() function
650 friend HashCode AbslHashValue(HashCode h, NoOp n) { in AbslHashValue() function
657 friend HashCode AbslHashValue(HashCode h, EmptyCombine e) { in AbslHashValue() function
665 friend HashCode AbslHashValue(HashCode h, CombineIterative c) { in AbslHashValue() function
676 friend HashCode AbslHashValue(HashCode h, CombineVariadic c) { in AbslHashValue() function
717 H AbslHashValue(H state, CustomHashType<Tags...> t) { in AbslHashValue() function
831 friend H AbslHashValue(H hash_state, const StructWithPadding& s) { in AbslHashValue() function
849 friend H AbslHashValue(H hash_state, const ArraySlice& slice) { in AbslHashValue() function
[all …]
Dhash_benchmark.cc52 friend H AbslHashValue(H state, const TypeErasedInterface& wrapper) { in AbslHashValue() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h90 friend H AbslHashValue(H h, const NonStandardLayout& v) { in AbslHashValue() function
Dbtree_container.h223 friend State AbslHashValue(State h, const btree_container &b) { in AbslHashValue() function
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dtime_zone.h226 friend H AbslHashValue(H h, time_zone tz) { in AbslHashValue() function
Dcivil_time_detail.h454 friend H AbslHashValue(H h, civil_time a) { in AbslHashValue() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector.h753 friend H AbslHashValue(H h, const absl::InlinedVector<TheT, TheN, TheA>& a);
839 H AbslHashValue(H h, const absl::InlinedVector<T, N, A>& a) { in AbslHashValue() function
Dfixed_array.h371 friend H AbslHashValue(H h, const FixedArray& v) { in AbslHashValue() function
Dbtree_benchmark.cc564 friend State AbslHashValue(State h, const BigType& b) { in AbslHashValue() function
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime.h210 friend H AbslHashValue(H h, Duration d) { in AbslHashValue() function
709 friend H AbslHashValue(H h, Time t) { in AbslHashValue() function
1054 friend H AbslHashValue(H h, TimeZone tz) { in AbslHashValue() function
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128.h216 friend H AbslHashValue(H h, uint128 v) { in AbslHashValue() function
453 friend H AbslHashValue(H h, int128 v) { in AbslHashValue() function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dspan.h441 friend H AbslHashValue(H h, Span v) { in AbslHashValue() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h657 friend H AbslHashValue(H hash_state, const absl::Cord& c) { in AbslHashValue() function