Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
Go to the source code of this file.
Classes | |
struct | Uint128_64 |
Functions | |
uint64 | CityHash64 (const char *buf, uint32 len) |
uint64 | CityHash64WithSeed (const char *buf, uint32 len, uint64 seed) |
uint64 | CityHash64WithSeeds (const char *buf, uint32 len, uint64 seed0, uint64 seed1) |
uint32 | CityHash32 (const char *buf, uint32 len) |
uint64 | CityHash128to64 (const Uint128_64 &x) |
|
inline |
Definition at line 91 of file CityHash.h.