Searched refs:hash_detail (Results 1 – 5 of 5) sorted by relevance
63 namespace hash_detail namespace85 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 …]
135 namespace hash_detail { namespace149 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 namespace257 : boost::hash_detail::hash_base<T>267 return hash_detail::call_hash<T>::call(val);274 : boost::hash_detail::hash_base<T[n]>[all …]
77 namespace hash_detail { namespace112 namespace hash_detail { namespace130 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 …]
53 namespace hash_detail namespace148 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 namespace239 namespace hash_detail namespace258 return boost::hash_detail::is_zero(v) ? 0 : float_hash_impl(v, 0); in float_hash_value()
29 namespace hash_detail namespace