Home
last modified time | relevance | path

Searched refs:hash_impl (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/libs/compute/include/boost/compute/functional/
Dhash.hpp48 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/
Dhash.hpp48 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/
Dcnstr.default.cpp47 struct hash_impl<NoDefault> { struct
53 struct hash_impl<NoDefault_nonempty> { struct
59 struct hash_impl<Default> { struct
Dcnstr.move.cpp58 struct hash_impl<NoMove> { struct
64 struct hash_impl<NoMove_nonempty> { struct
Dcnstr.copy.cpp37 struct hash_impl<NoCopy> { struct
43 struct hash_impl<NoCopy_nonempty> { struct
Dat_key.collisions.cpp25 struct hash_impl<A> { struct
32 struct hash_impl<B> { struct
Dcnstr.trap.cpp45 struct hash_impl<Trap<i>> { struct
/third_party/boost/boost/hana/
Dhash.hpp30 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/
Dhash.hpp30 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/
Dhash.hpp57 struct hash_impl : hash_impl<T, when<true>> { };
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dhash.hpp57 struct hash_impl : hash_impl<T, when<true>> { };
/third_party/boost/libs/pfr/include/boost/pfr/
Dops_fields.hpp108 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/
Dops_fields.hpp108 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/
Dcnstr.default.cpp40 struct hash_impl<NoDefault<i>> { struct
46 struct hash_impl<Default<i>> { struct
Dcnstr.trap.cpp44 struct hash_impl<Trap<i>> { struct
/third_party/boost/boost/pfr/detail/
Dfunctional.hpp138 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/
Dfunctional.hpp138 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/
Dhashable.hpp27 !is_default<hash_impl<typename tag_of<T>::type>>::value
/third_party/boost/libs/hana/include/boost/hana/concept/
Dhashable.hpp27 !is_default<hash_impl<typename tag_of<T>::type>>::value
/third_party/boost/libs/hana/test/_include/support/
Dconstexpr_move_only.hpp35 struct hash_impl<ConstexprMoveOnly<i>> { struct
Dtracked_move_only.hpp39 struct hash_impl<TrackedMoveOnly<i>> { struct
/third_party/boost/libs/unordered/test/objects/
Dexception.hpp182 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/
Dhash.hpp713 struct hash_impl;
716 struct hash_impl<true>
738 : public boost::hash_detail::hash_impl<boost::is_pointer<T>::value>
Dextensions.hpp337 struct hash_impl;
340 struct hash_impl<false> struct
/third_party/ffmpeg/tools/
Dcrypto_bench.c63 struct hash_impl { struct
580 struct hash_impl *impl, unsigned size) in run_implementation()
640 struct hash_impl implementations[] = {

12