#include "src/core/lib/gpr/murmur_hash.h"#include <string.h>#include <grpc/support/log.h>#include <grpc/support/string_util.h>#include "test/core/util/test_config.h"
Go to the source code of this file.
| Typedefs | |
| typedef uint32_t(* | hash_func) (const void *key, size_t len, uint32_t seed) | 
| Functions | |
| int | main (int argc, char **argv) | 
| static void | verification_test (hash_func hash, uint32_t expected) | 
Definition at line 28 of file murmur_hash_test.cc.
Definition at line 68 of file murmur_hash_test.cc.
Definition at line 34 of file murmur_hash_test.cc.