libabigail
|
Go to the source code of this file.
Namespaces | |
namespace | abigail |
Toplevel namespace for libabigail. | |
namespace | abigail::hashing |
Namespace for hashing. | |
Macros | |
#define | abigail_hash_mix(a, b, c) |
Functions | |
size_t | combine_hashes (size_t val1, size_t val2) |
uint32_t | fnv_hash (const std::string &str) |
Compute a stable string hash. More... | |
#define abigail_hash_mix | ( | a, | |
b, | |||
c | |||
) |
Definition at line 26 of file abg-hash.cc.