libabigail
Namespaces | Functions
abg-hash.h File Reference
#include <stdint.h>
#include <cstddef>
#include <string>
Include dependency graph for abg-hash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 abigail
 Toplevel namespace for libabigail.
 
 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...