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

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...
 

Macro Definition Documentation

◆ abigail_hash_mix

#define abigail_hash_mix (   a,
  b,
 
)

Definition at line 26 of file abg-hash.cc.