Home
last modified time | relevance | path

Searched refs:CustomHashType (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/hash/
Dhash_test.cc704 struct CustomHashType { struct
705 explicit CustomHashType(size_t val) : value(val) {} in CustomHashType() argument
717 H AbslHashValue(H state, CustomHashType<Tags...> t) { in AbslHashValue()
730 CustomHashType<Tags...>,
740 struct hash<CustomHashType<Tags...>> {
743 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
753 struct hash<CustomHashType<Tags...>> {
756 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
767 using type = CustomHashType<T::value...>; in TestCustomHashType()
780 using type = CustomHashType<>; in TestCustomHashType()
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/hash/
Dhash_test.cc867 struct CustomHashType { struct
868 explicit CustomHashType(size_t val) : value(val) {} in CustomHashType() argument
880 H AbslHashValue(H state, CustomHashType<Tags...> t) { in AbslHashValue()
893 CustomHashType<Tags...>,
903 struct hash<CustomHashType<Tags...>> {
906 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
916 struct hash<CustomHashType<Tags...>> {
919 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
930 using type = CustomHashType<T::value...>; in TestCustomHashType()
943 using type = CustomHashType<>; in TestCustomHashType()
[all …]
/external/abseil-cpp/absl/hash/
Dhash_test.cc835 struct CustomHashType { struct
836 explicit CustomHashType(size_t val) : value(val) {} in CustomHashType() function
848 H AbslHashValue(H state, CustomHashType<Tags...> t) { in AbslHashValue()
861 CustomHashType<Tags...>,
871 struct hash<CustomHashType<Tags...>> {
874 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
884 struct hash<CustomHashType<Tags...>> {
887 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
898 using type = CustomHashType<T::value...>; in TestCustomHashType()
911 using type = CustomHashType<>; in TestCustomHashType()
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/hash/
Dhash_test.cc867 struct CustomHashType { struct
868 explicit CustomHashType(size_t val) : value(val) {} in CustomHashType() argument
880 H AbslHashValue(H state, CustomHashType<Tags...> t) { in AbslHashValue()
893 CustomHashType<Tags...>,
903 struct hash<CustomHashType<Tags...>> {
906 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
916 struct hash<CustomHashType<Tags...>> {
919 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
930 using type = CustomHashType<T::value...>; in TestCustomHashType()
943 using type = CustomHashType<>; in TestCustomHashType()
[all …]
/external/angle/third_party/abseil-cpp/absl/hash/
Dhash_test.cc885 struct CustomHashType { struct
886 explicit CustomHashType(size_t val) : value(val) {} in CustomHashType() function
898 H AbslHashValue(H state, CustomHashType<Tags...> t) { in AbslHashValue()
911 CustomHashType<Tags...>,
921 struct hash<CustomHashType<Tags...>> {
924 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
934 struct hash<CustomHashType<Tags...>> {
937 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
948 using type = CustomHashType<T::value...>; in TestCustomHashType()
961 using type = CustomHashType<>; in TestCustomHashType()
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/
Dhash_test.cc974 struct CustomHashType { struct
975 explicit CustomHashType(size_t val) : value(val) {} in CustomHashType() function
987 H AbslHashValue(H state, CustomHashType<Tags...> t) { in AbslHashValue()
1000 CustomHashType<Tags...>,
1010 struct hash<CustomHashType<Tags...>> {
1013 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
1023 struct hash<CustomHashType<Tags...>> {
1026 size_t operator()(CustomHashType<TagsIn...> t) const { in operator ()()
1037 using type = CustomHashType<T::value...>; in TestCustomHashType()
1050 using type = CustomHashType<>; in TestCustomHashType()
[all …]