Searched refs:grpc_endpoint_vtable (Results 1 – 16 of 16) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | endpoint.h | 35 typedef struct grpc_endpoint_vtable grpc_endpoint_vtable; typedef 38 struct grpc_endpoint_vtable { struct 99 const grpc_endpoint_vtable* vtable;
|
D | tcp_custom.cc | 329 static grpc_endpoint_vtable vtable = {endpoint_read,
|
D | endpoint_cfstream.cc | 323 static const grpc_endpoint_vtable vtable = {CFStreamRead,
|
D | tcp_windows.cc | 430 static grpc_endpoint_vtable vtable = {win_read,
|
D | tcp_posix.cc | 993 static const grpc_endpoint_vtable vtable = {tcp_read,
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | endpoint.h | 37 typedef struct grpc_endpoint_vtable grpc_endpoint_vtable; typedef 39 struct grpc_endpoint_vtable { struct 107 const grpc_endpoint_vtable* vtable;
|
D | tcp_custom.cc | 344 static grpc_endpoint_vtable vtable = {endpoint_read,
|
D | endpoint_cfstream.cc | 333 static const grpc_endpoint_vtable vtable = {CFStreamRead,
|
D | tcp_windows.cc | 498 static grpc_endpoint_vtable vtable = {win_read,
|
D | tcp_posix.cc | 1681 static const grpc_endpoint_vtable vtable = {tcp_read,
|
/external/grpc-grpc/test/core/util/ |
D | mock_endpoint.cc | 106 static const grpc_endpoint_vtable vtable = {
|
D | passthru_endpoint.cc | 163 static const grpc_endpoint_vtable vtable = {
|
D | trickle_endpoint.cc | 142 static const grpc_endpoint_vtable vtable = {te_read,
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 50 secure_endpoint(const grpc_endpoint_vtable* vtable, in secure_endpoint() 430 static const grpc_endpoint_vtable vtable = {endpoint_read,
|
/external/grpc-grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 392 static const grpc_endpoint_vtable vtable = {endpoint_read,
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_chttp2_transport.cc | 48 static const grpc_endpoint_vtable my_vtable = {read, in DummyEndpoint()
|