Home
last modified time | relevance | path

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

/third_party/boost/boost/container_hash/
Dhash.hpp311 inline void hash_combine_impl(SizeT& seed, SizeT value) in hash_combine_impl() function
316 inline void hash_combine_impl(boost::uint32_t& h1, in hash_combine_impl() function
337 inline void hash_combine_impl(boost::uint64_t& h, in hash_combine_impl() function
416 return boost::hash_detail::hash_combine_impl(seed, hasher(v)); in hash_combine()