Home
last modified time | relevance | path

Searched refs:InconsistentHashEqType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dflat_hash_map_test.cc423 struct InconsistentHashEqType { struct
424 InconsistentHashEqType(int v1, int v2) : v1(v1), v2(v2) {} in InconsistentHashEqType() function
426 friend H AbslHashValue(H h, InconsistentHashEqType t) { in AbslHashValue()
429 bool operator==(InconsistentHashEqType t) const { return v2 == t.v2; } in operator ==() argument
436 absl::flat_hash_map<InconsistentHashEqType, int> m; in TEST()
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dflat_hash_map_test.cc423 struct InconsistentHashEqType { struct
424 InconsistentHashEqType(int v1, int v2) : v1(v1), v2(v2) {} in InconsistentHashEqType() function
426 friend H AbslHashValue(H h, InconsistentHashEqType t) { in AbslHashValue()
429 bool operator==(InconsistentHashEqType t) const { return v2 == t.v2; } in operator ==() argument
436 absl::flat_hash_map<InconsistentHashEqType, int> m; in TEST()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc3568 struct InconsistentHashEqType { struct
3569 InconsistentHashEqType(int v1, int v2) : v1(v1), v2(v2) {} in InconsistentHashEqType() function
3571 friend H AbslHashValue(H h, InconsistentHashEqType t) { in AbslHashValue()
3574 bool operator==(InconsistentHashEqType t) const { return v2 == t.v2; } in operator ==() argument
3581 ValueTable<InconsistentHashEqType> t; in TEST()
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc3563 struct InconsistentHashEqType { struct
3564 InconsistentHashEqType(int v1, int v2) : v1(v1), v2(v2) {} in InconsistentHashEqType() argument
3566 friend H AbslHashValue(H h, InconsistentHashEqType t) { in AbslHashValue()
3569 bool operator==(InconsistentHashEqType t) const { return v2 == t.v2; } in operator ==() argument
3576 ValueTable<InconsistentHashEqType> t; in TEST()