Home
last modified time | relevance | path

Searched refs:grpc_iomgr_platform_vtable (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Diomgr_internal.h34 typedef struct grpc_iomgr_platform_vtable { struct
38 } grpc_iomgr_platform_vtable; typedef
45 void grpc_set_iomgr_platform_vtable(grpc_iomgr_platform_vtable* vtable);
Diomgr_internal.cc27 static grpc_iomgr_platform_vtable* iomgr_platform_vtable = nullptr;
29 void grpc_set_iomgr_platform_vtable(grpc_iomgr_platform_vtable* vtable) { in grpc_set_iomgr_platform_vtable()
Diomgr_custom.cc44 static grpc_iomgr_platform_vtable vtable = {
60 grpc_iomgr_platform_vtable* grpc_default_iomgr_platform_vtable() { in grpc_default_iomgr_platform_vtable()
Diomgr_posix.cc54 static grpc_iomgr_platform_vtable vtable = {
Diomgr_posix_cfstream.cc57 static grpc_iomgr_platform_vtable vtable = {
Diomgr_windows.cc74 static grpc_iomgr_platform_vtable vtable = {
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Diomgr_internal.h34 typedef struct grpc_iomgr_platform_vtable { struct
42 } grpc_iomgr_platform_vtable; argument
49 void grpc_set_iomgr_platform_vtable(grpc_iomgr_platform_vtable* vtable);
Diomgr_internal.cc27 static grpc_iomgr_platform_vtable* iomgr_platform_vtable = nullptr;
29 void grpc_set_iomgr_platform_vtable(grpc_iomgr_platform_vtable* vtable) { in grpc_set_iomgr_platform_vtable()
Diomgr_custom.cc54 static grpc_iomgr_platform_vtable vtable = {
76 grpc_iomgr_platform_vtable* grpc_default_iomgr_platform_vtable() { in grpc_default_iomgr_platform_vtable()
Diomgr_posix_cfstream.cc80 static grpc_iomgr_platform_vtable apple_vtable = {
113 static grpc_iomgr_platform_vtable vtable = {
Diomgr_posix.cc67 static grpc_iomgr_platform_vtable vtable = {
Diomgr_windows.cc86 static grpc_iomgr_platform_vtable vtable = {