Searched refs:grpc_endpoint_vtable (Results 1 – 10 of 10) sorted by relevance
35 typedef struct grpc_endpoint_vtable grpc_endpoint_vtable; typedef38 struct grpc_endpoint_vtable { struct99 const grpc_endpoint_vtable* vtable;
329 static grpc_endpoint_vtable vtable = {endpoint_read,
323 static const grpc_endpoint_vtable vtable = {CFStreamRead,
430 static grpc_endpoint_vtable vtable = {win_read,
993 static const grpc_endpoint_vtable vtable = {tcp_read,
106 static const grpc_endpoint_vtable vtable = {
163 static const grpc_endpoint_vtable vtable = {
142 static const grpc_endpoint_vtable vtable = {te_read,
392 static const grpc_endpoint_vtable vtable = {endpoint_read,
48 static const grpc_endpoint_vtable my_vtable = {read, in DummyEndpoint()