Searched refs:IsHashCallable (Results 1 – 6 of 6) sorted by relevance
603 struct IsHashCallable : std::false_type {}; struct606 struct IsHashCallable<T, absl::void_t<decltype(std::declval<absl::Hash<T>>()( struct623 EXPECT_TRUE(IsHashCallable<int>::value); in TEST()636 EXPECT_FALSE(IsHashCallable<X>::value); in TEST()
766 struct IsHashCallable : std::false_type {}; struct769 struct IsHashCallable<T, absl::void_t<decltype(std::declval<absl::Hash<T>>()( struct786 EXPECT_TRUE(IsHashCallable<int>::value); in TEST()799 EXPECT_FALSE(IsHashCallable<X>::value); in TEST()
734 struct IsHashCallable : std::false_type {}; struct737 struct IsHashCallable<T, absl::void_t<decltype(std::declval<absl::Hash<T>>()( struct754 EXPECT_TRUE(IsHashCallable<int>::value); in TEST()767 EXPECT_FALSE(IsHashCallable<X>::value); in TEST()
784 struct IsHashCallable : std::false_type {}; struct787 struct IsHashCallable<T, absl::void_t<decltype(std::declval<absl::Hash<T>>()( struct804 EXPECT_TRUE(IsHashCallable<int>::value); in TEST()817 EXPECT_FALSE(IsHashCallable<X>::value); in TEST()
873 struct IsHashCallable : std::false_type {}; struct876 struct IsHashCallable<T, absl::void_t<decltype(std::declval<absl::Hash<T>>()( struct893 EXPECT_TRUE(IsHashCallable<int>::value); in TEST()906 EXPECT_FALSE(IsHashCallable<X>::value); in TEST()