Home
last modified time | relevance | path

Searched refs:hash_detail (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/
H A Dhash.hpp63 namespace hash_detail namespace
85 boost::hash_detail::enable_hash_value {};
87 boost::hash_detail::enable_hash_value {};
89 boost::hash_detail::enable_hash_value {};
91 boost::hash_detail::enable_hash_value {};
93 boost::hash_detail::enable_hash_value {};
95 boost::hash_detail::enable_hash_value {};
97 boost::hash_detail::enable_hash_value {};
99 boost::hash_detail::enable_hash_value {};
101 boost::hash_detail::enable_hash_value {};
[all …]
H A Dextensions.hpp135 namespace hash_detail { namespace
149 boost::hash_detail::hash_combine_tuple<I + 1>(seed, v); in hash_combine_tuple()
156 boost::hash_detail::hash_combine_tuple<0>(seed, v); in hash_tuple()
165 return boost::hash_detail::hash_tuple(v); in hash_value()
171 return boost::hash_detail::hash_tuple(v); in hash_value()
182 return boost::hash_detail::hash_tuple(v); \
210 namespace hash_detail namespace
257 : boost::hash_detail::hash_base<T>
267 return hash_detail::call_hash<T>::call(val);
274 : boost::hash_detail::hash_base<T[n]>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/
H A Dfloat_functions.hpp77 namespace hash_detail { namespace
112 namespace hash_detail { namespace
130 template <> struct is<boost::hash_detail::not_found> { char x[40]; };
176 template <class Float> boost::hash_detail::not_found ldexp(Float, int);
177 template <class Float> boost::hash_detail::not_found frexp(Float, int*);
196 boost::hash_detail::not_found c99_func(Float, type2); \
200 namespace hash_detail { \
219 boost::hash_detail::call_##cpp_func<double> {}; \
236 ::boost::hash_detail::c99_func##_detect::check::c99 \
254 ::boost::hash_detail::c99_func##_detect::check::cpp \
[all …]
H A Dhash_float.hpp53 namespace hash_detail namespace
148 boost::hash_detail::call_frexp<T> frexp; in float_hash_impl2()
149 boost::hash_detail::call_ldexp<T> ldexp; in float_hash_impl2()
204 namespace hash_detail namespace
239 namespace hash_detail namespace
258 return boost::hash_detail::is_zero(v) ? 0 : float_hash_impl(v, 0); in float_hash_value()
H A Dlimits.hpp29 namespace hash_detail namespace