Home
last modified time | relevance | path

Searched defs:hash_impl (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/compute/functional/
Dhash.hpp48 struct hash_impl struct
50 typedef Key argument_type;
51 typedef ulong_ result_type;
53 hash_impl() in hash_impl() function
64 operator()(const Arg &arg) const in operator ()()
69 function<result_type(argument_type)> m_function;
/third_party/boost/libs/compute/include/boost/compute/functional/
Dhash.hpp48 struct hash_impl struct
50 typedef Key argument_type;
51 typedef ulong_ result_type;
53 hash_impl() in hash_impl() argument
64 operator()(const Arg &arg) const in operator ()()
69 function<result_type(argument_type)> m_function;
/third_party/boost/libs/hana/test/map/
Dcnstr.default.cpp47 struct hash_impl<NoDefault> { struct
48 static constexpr auto apply(NoDefault const&) in apply()
53 struct hash_impl<NoDefault_nonempty> { struct
54 static constexpr auto apply(NoDefault_nonempty const&) in apply()
59 struct hash_impl<Default> { struct
60 static constexpr auto apply(Default const&) in apply()
Dat_key.collisions.cpp25 struct hash_impl<A> { struct
26 static constexpr auto apply(A const&) { in apply()
32 struct hash_impl<B> { struct
33 static constexpr auto apply(B const&) { in apply()
Dcnstr.copy.cpp37 struct hash_impl<NoCopy> { struct
38 static constexpr auto apply(NoCopy const&) in apply()
43 struct hash_impl<NoCopy_nonempty> { struct
44 static constexpr auto apply(NoCopy_nonempty const&) in apply()
Dcnstr.move.cpp58 struct hash_impl<NoMove> { struct
59 static constexpr auto apply(NoMove const&) in apply()
64 struct hash_impl<NoMove_nonempty> { struct
65 static constexpr auto apply(NoMove_nonempty const&) in apply()
Dcnstr.trap.cpp45 struct hash_impl<Trap<i>> { struct
46 static constexpr auto apply(Trap<i> const&) in apply()
/third_party/boost/libs/hana/test/set/
Dcnstr.default.cpp40 struct hash_impl<NoDefault<i>> { struct
41 static constexpr auto apply(NoDefault<i> const&) in apply()
46 struct hash_impl<Default<i>> { struct
47 static constexpr auto apply(Default<i> const&) in apply()
Dcnstr.trap.cpp44 struct hash_impl<Trap<i>> { struct
45 static constexpr auto apply(Trap<i> const&) in apply()
/third_party/boost/boost/hana/
Dhash.hpp44 struct hash_impl<Tag, when<condition>> : default_ { struct
105 struct hash_impl<Tag, when<hana::IntegralConstant<Tag>::value>> { struct
107 static constexpr auto apply(X const& x) { in apply()
Dstring.hpp341 struct hash_impl<string_tag> { struct
343 static constexpr auto apply(String const&) { in apply()
Dtype.hpp277 struct hash_impl<hana::type_tag> { struct
279 static constexpr T apply(T const& t) in apply()
/third_party/boost/libs/hana/include/boost/hana/
Dhash.hpp44 struct hash_impl<Tag, when<condition>> : default_ { struct
105 struct hash_impl<Tag, when<hana::IntegralConstant<Tag>::value>> { struct
107 static constexpr auto apply(X const& x) { in apply()
Dstring.hpp341 struct hash_impl<string_tag> { struct
343 static constexpr auto apply(String const&) { in apply()
Dtype.hpp277 struct hash_impl<hana::type_tag> { struct
279 static constexpr T apply(T const& t) in apply()
/third_party/boost/libs/hana/test/_include/support/
Dconstexpr_move_only.hpp35 struct hash_impl<ConstexprMoveOnly<i>> { struct
36 static constexpr auto apply(ConstexprMoveOnly<i> const&) in apply()
Dtracked_move_only.hpp39 struct hash_impl<TrackedMoveOnly<i>> { struct
40 static constexpr auto apply(TrackedMoveOnly<i> const&) in apply()
/third_party/boost/libs/pfr/include/boost/pfr/detail/
Dfunctional.hpp138 struct hash_impl { struct
140 constexpr static std::size_t compute(const T& val) noexcept { in compute()
148 struct hash_impl<N, N> { struct
150 constexpr static std::size_t compute(const T&) noexcept { in compute()
/third_party/boost/boost/pfr/detail/
Dfunctional.hpp138 struct hash_impl { struct
140 constexpr static std::size_t compute(const T& val) noexcept { in compute()
148 struct hash_impl<N, N> { struct
150 constexpr static std::size_t compute(const T&) noexcept { in compute()
/third_party/ffmpeg/tools/
Dcrypto_bench.c63 struct hash_impl { struct
64 const char *lib;
65 const char *name;
66 void (*run)(uint8_t *output, const uint8_t *input, unsigned size);
67 const char *output;
/third_party/boost/boost/container_hash/
Dextensions.hpp340 struct hash_impl<false> struct
343 struct inner
/third_party/boost/libs/unordered/test/objects/
Dexception.hpp195 std::size_t hash_impl(object const& x) const in hash_impl() function in test::exception::hash