libabigail
|
#include <stdint.h>
#include <cstddef>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | abigail |
Toplevel namespace for libabigail. | |
namespace | abigail::hashing |
Namespace for hashing. | |
Functions | |
std::size_t | combine_hashes (std::size_t, std::size_t) |
Produce good hash value combining val1 and val2. This is copied from tree.c in GCC. More... | |
uint32_t | fnv_hash (const std::string &str) |
Compute a stable string hash. More... | |