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