Home
last modified time | relevance | path

Searched refs:grpc_slice_hash (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/include/grpc/
Dslice.h154 GPRAPI uint32_t grpc_slice_hash(grpc_slice s);
/third_party/grpc/
Dgrpc.def197 grpc_slice_hash
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c264 printf("%lx", (unsigned long) grpc_slice_hash); in main()
/third_party/grpc/src/core/lib/slice/
Dslice_intern.cc128 uint32_t grpc_slice_hash(grpc_slice s) { return grpc_slice_hash_internal(s); } in grpc_slice_hash() function
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h661 #define grpc_slice_hash grpc_slice_hash_import macro