#include <hash.h>
Definition at line 257 of file hash.h.
absl::HashState::HashState |
( |
const HashState & |
| ) |
|
|
delete |
absl::HashState::HashState |
( |
| ) |
|
|
privatedefault |
static HashState absl::HashState::combine_contiguous |
( |
HashState |
hash_state, |
|
|
const unsigned char * |
first, |
|
|
size_t |
size |
|
) |
| |
|
inlinestatic |
template<typename T >
static void absl::HashState::CombineContiguousImpl |
( |
void * |
p, |
|
|
const unsigned char * |
first, |
|
|
size_t |
size |
|
) |
| |
|
inlinestaticprivate |
template<typename T >
static HashState absl::HashState::Create |
( |
T * |
state | ) |
|
|
inlinestatic |
template<typename T >
void absl::HashState::Init |
( |
T * |
state | ) |
|
|
inlineprivate |
void absl::HashState::Init |
( |
HashState * |
state | ) |
|
|
inlineprivate |
void(* absl::HashState::combine_contiguous_) (void *, const unsigned char *, size_t) |
|
private |
void* absl::HashState::state_ |
|
private |
The documentation for this class was generated from the following file: