Searched refs:grpc_transport_vtable (Results 1 – 7 of 7) sorted by relevance
26 typedef struct grpc_transport_vtable { struct63 } grpc_transport_vtable; typedef68 const grpc_transport_vtable* vtable;
120 grpc_transport_vtable fake_transport_vtable; in check_stack()121 memset(&fake_transport_vtable, 0, sizeof(grpc_transport_vtable)); in check_stack()
40 extern grpc_transport_vtable grpc_cronet_vtable;
449 static const grpc_transport_vtable dummy_transport_vtable = {
231 static const grpc_transport_vtable* get_vtable(void);3137 static const grpc_transport_vtable vtable = {sizeof(grpc_chttp2_stream),3148 static const grpc_transport_vtable* get_vtable(void) { return &vtable; } in get_vtable()
1193 static const grpc_transport_vtable inproc_vtable = {
1442 static const grpc_transport_vtable grpc_cronet_vtable = {