/third_party/boost/libs/compute/include/boost/compute/functional/ |
D | hash.hpp | 48 struct hash_impl struct 53 hash_impl() in hash_impl() function 80 template<> struct hash<int_> : detail::hash_impl<int_> { }; 83 template<> struct hash<uint_> : detail::hash_impl<uint_> { }; 86 template<> struct hash<float_> : detail::hash_impl<float_> { };
|
/third_party/boost/boost/compute/functional/ |
D | hash.hpp | 48 struct hash_impl struct 53 hash_impl() in hash_impl() function 80 template<> struct hash<int_> : detail::hash_impl<int_> { }; 83 template<> struct hash<uint_> : detail::hash_impl<uint_> { }; 86 template<> struct hash<float_> : detail::hash_impl<float_> { };
|
/third_party/boost/libs/hana/test/map/ |
D | cnstr.default.cpp | 47 struct hash_impl<NoDefault> { struct 53 struct hash_impl<NoDefault_nonempty> { struct 59 struct hash_impl<Default> { struct
|
D | cnstr.move.cpp | 58 struct hash_impl<NoMove> { struct 64 struct hash_impl<NoMove_nonempty> { struct
|
D | cnstr.copy.cpp | 37 struct hash_impl<NoCopy> { struct 43 struct hash_impl<NoCopy_nonempty> { struct
|
D | at_key.collisions.cpp | 25 struct hash_impl<A> { struct 32 struct hash_impl<B> { struct
|
D | cnstr.trap.cpp | 45 struct hash_impl<Trap<i>> { struct
|
/third_party/boost/boost/hana/ |
D | hash.hpp | 30 using Hash = BOOST_HANA_DISPATCH_IF(hash_impl<Tag>, in operator ()() 44 struct hash_impl<Tag, when<condition>> : default_ { struct 105 struct hash_impl<Tag, when<hana::IntegralConstant<Tag>::value>> { struct
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | hash.hpp | 30 using Hash = BOOST_HANA_DISPATCH_IF(hash_impl<Tag>, in operator ()() 44 struct hash_impl<Tag, when<condition>> : default_ { struct 105 struct hash_impl<Tag, when<hana::IntegralConstant<Tag>::value>> { struct
|
/third_party/boost/boost/hana/fwd/ |
D | hash.hpp | 57 struct hash_impl : hash_impl<T, when<true>> { };
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | hash.hpp | 57 struct hash_impl : hash_impl<T, when<true>> { };
|
/third_party/boost/libs/pfr/include/boost/pfr/ |
D | ops_fields.hpp | 108 return detail::hash_impl<0, fields_count_val>::compute(detail::tie_as_tuple(x)); in hash_fields() 117 result = detail::hash_impl<0, fields_count_val_lambda>::compute(lhs); in hash_fields()
|
/third_party/boost/boost/pfr/ |
D | ops_fields.hpp | 108 return detail::hash_impl<0, fields_count_val>::compute(detail::tie_as_tuple(x)); in hash_fields() 117 result = detail::hash_impl<0, fields_count_val_lambda>::compute(lhs); in hash_fields()
|
/third_party/boost/libs/hana/test/set/ |
D | cnstr.default.cpp | 40 struct hash_impl<NoDefault<i>> { struct 46 struct hash_impl<Default<i>> { struct
|
D | cnstr.trap.cpp | 44 struct hash_impl<Trap<i>> { struct
|
/third_party/boost/boost/pfr/detail/ |
D | functional.hpp | 138 struct hash_impl { struct 142 detail::hash_combine(h, hash_impl<I + 1, N>::compute(val) ); in compute() 148 struct hash_impl<N, N> { struct
|
/third_party/boost/libs/pfr/include/boost/pfr/detail/ |
D | functional.hpp | 138 struct hash_impl { struct 142 detail::hash_combine(h, hash_impl<I + 1, N>::compute(val) ); in compute() 148 struct hash_impl<N, N> { struct
|
/third_party/boost/boost/hana/concept/ |
D | hashable.hpp | 27 !is_default<hash_impl<typename tag_of<T>::type>>::value
|
/third_party/boost/libs/hana/include/boost/hana/concept/ |
D | hashable.hpp | 27 !is_default<hash_impl<typename tag_of<T>::type>>::value
|
/third_party/boost/libs/hana/test/_include/support/ |
D | constexpr_move_only.hpp | 35 struct hash_impl<ConstexprMoveOnly<i>> { struct
|
D | tracked_move_only.hpp | 39 struct hash_impl<TrackedMoveOnly<i>> { struct
|
/third_party/boost/libs/unordered/test/objects/ |
D | exception.hpp | 182 return hash_impl(x); in operator ()() 192 return hash_impl(x.first) * 193ul + hash_impl(x.second) * 97ul + 29ul; in operator ()() 195 std::size_t hash_impl(object const& x) const in hash_impl() function in test::exception::hash
|
/third_party/boost/boost/container_hash/ |
D | hash.hpp | 713 struct hash_impl; 716 struct hash_impl<true> 738 : public boost::hash_detail::hash_impl<boost::is_pointer<T>::value>
|
D | extensions.hpp | 337 struct hash_impl; 340 struct hash_impl<false> struct
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 63 struct hash_impl { struct 580 struct hash_impl *impl, unsigned size) in run_implementation() 640 struct hash_impl implementations[] = {
|