Typedefs | Functions
murmur_hash_test.cc File Reference
#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"
Include dependency graph for murmur_hash_test.cc:

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)
 

Typedef Documentation

◆ hash_func

typedef uint32_t(* hash_func) (const void *key, size_t len, uint32_t seed)

Definition at line 28 of file murmur_hash_test.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 68 of file murmur_hash_test.cc.

◆ verification_test()

static void verification_test ( hash_func  hash,
uint32_t  expected 
)
static

Definition at line 34 of file murmur_hash_test.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:24