Namespaces | Typedefs | Functions
city.h File Reference
#include <stdint.h>
#include <stdlib.h>
#include <utility>
Include dependency graph for city.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  absl
namespace  absl::hash_internal

Typedefs

typedef std::pair< uint64_t,
uint64_t > 
absl::hash_internal::uint128

Functions

uint32_t absl::hash_internal::CityHash32 (const char *s, size_t len)
uint64_t absl::hash_internal::CityHash64 (const char *s, size_t len)
uint64_t absl::hash_internal::CityHash64WithSeed (const char *s, size_t len, uint64_t seed)
uint64_t absl::hash_internal::CityHash64WithSeeds (const char *s, size_t len, uint64_t seed0, uint64_t seed1)
uint64_t absl::hash_internal::Hash128to64 (const uint128 &x)
uint64_t absl::hash_internal::Uint128High64 (const uint128 &x)
uint64_t absl::hash_internal::Uint128Low64 (const uint128 &x)


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:16