libabigail
Namespaces | Macros | Functions
abg-hash.cc File Reference
#include <functional>
#include "abg-internal.h"
#include "abg-hash.h"
#include "abg-ir.h"
Include dependency graph for abg-hash.cc:

Go to the source code of this file.

Namespaces

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