Searched refs:hash_combine_impl (Results 1 – 1 of 1) sorted by relevance
311 inline void hash_combine_impl(SizeT& seed, SizeT value) in hash_combine_impl() function316 inline void hash_combine_impl(boost::uint32_t& h1, in hash_combine_impl() function337 inline void hash_combine_impl(boost::uint64_t& h, in hash_combine_impl() function416 return boost::hash_detail::hash_combine_impl(seed, hasher(v)); in hash_combine()