GRPC Core  3.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
grpc_slice_refcount_vtable Struct Reference

#include <slice.h>

Data Fields

void(* ref )(void *)
 
void(* unref )(grpc_exec_ctx *exec_ctx, void *)
 
int(* eq )(grpc_slice a, grpc_slice b)
 
uint32_t(* hash )(grpc_slice slice)
 

Field Documentation

int(* grpc_slice_refcount_vtable::eq)(grpc_slice a, grpc_slice b)
uint32_t(* grpc_slice_refcount_vtable::hash)(grpc_slice slice)
void(* grpc_slice_refcount_vtable::ref)(void *)
void(* grpc_slice_refcount_vtable::unref)(grpc_exec_ctx *exec_ctx, void *)

The documentation for this struct was generated from the following file: