#include <hash.h>
Classes | |
struct | CombineUnorderedCallback |
Public Types | |
using | AbslInternalPiecewiseCombiner = PiecewiseCombiner |
using | AbslInternalPiecewiseCombiner = PiecewiseCombiner |
template<typename T > | |
using | is_hashable = absl::hash_internal::is_hashable< T > |
Static Public Member Functions | |
static H | combine (H state) |
static H | combine (H state) |
template<typename T , typename... Ts> | |
static H | combine (H state, const T &value, const Ts &... values) |
template<typename T , typename... Ts> | |
static H | combine (H state, const T &value, const Ts &... values) |
template<typename T > | |
static H | combine_contiguous (H state, const T *data, size_t size) |
template<typename T > | |
static H | combine_contiguous (H state, const T *data, size_t size) |
template<typename I > | |
static H | combine_unordered (H state, I begin, I end) |
Definition at line 198 of file abseil-cpp/absl/hash/internal/hash.h.
using absl::hash_internal::HashStateBase< H >::AbslInternalPiecewiseCombiner = PiecewiseCombiner |
Definition at line 183 of file bloaty/third_party/abseil-cpp/absl/hash/internal/hash.h.
using absl::hash_internal::HashStateBase< H >::AbslInternalPiecewiseCombiner = PiecewiseCombiner |
Definition at line 239 of file abseil-cpp/absl/hash/internal/hash.h.
using absl::hash_internal::HashStateBase< H >::is_hashable = absl::hash_internal::is_hashable<T> |
Definition at line 242 of file abseil-cpp/absl/hash/internal/hash.h.
|
inlinestatic |
Definition at line 166 of file bloaty/third_party/abseil-cpp/absl/hash/internal/hash.h.
|
inlinestatic |
Definition at line 219 of file abseil-cpp/absl/hash/internal/hash.h.
|
static |
|
static |
Definition at line 1226 of file abseil-cpp/absl/hash/internal/hash.h.
|
static |
|
static |
Definition at line 1235 of file abseil-cpp/absl/hash/internal/hash.h.
|
static |
Definition at line 1242 of file abseil-cpp/absl/hash/internal/hash.h.