Home
last modified time | relevance | path

Searched refs:grpc_endpoint_vtable (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dendpoint.h35 typedef struct grpc_endpoint_vtable grpc_endpoint_vtable; typedef
38 struct grpc_endpoint_vtable { struct
99 const grpc_endpoint_vtable* vtable;
Dtcp_custom.cc329 static grpc_endpoint_vtable vtable = {endpoint_read,
Dendpoint_cfstream.cc323 static const grpc_endpoint_vtable vtable = {CFStreamRead,
Dtcp_windows.cc430 static grpc_endpoint_vtable vtable = {win_read,
Dtcp_posix.cc993 static const grpc_endpoint_vtable vtable = {tcp_read,
/external/grpc-grpc/test/core/util/
Dmock_endpoint.cc106 static const grpc_endpoint_vtable vtable = {
Dpassthru_endpoint.cc163 static const grpc_endpoint_vtable vtable = {
Dtrickle_endpoint.cc142 static const grpc_endpoint_vtable vtable = {te_read,
/external/grpc-grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc392 static const grpc_endpoint_vtable vtable = {endpoint_read,
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc48 static const grpc_endpoint_vtable my_vtable = {read, in DummyEndpoint()