Home
last modified time | relevance | path

Searched refs:GRPC_ARG_SOCKET_FACTORY (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_factory_posix.cc91 const_cast<char*>(GRPC_ARG_SOCKET_FACTORY), factory, in grpc_socket_factory_to_arg()
Dudp_server.cc201 const grpc_arg* arg = grpc_channel_args_find(args, GRPC_ARG_SOCKET_FACTORY); in get_socket_factory()
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_factory_posix.cc90 return grpc_channel_arg_pointer_create((char*)GRPC_ARG_SOCKET_FACTORY, in grpc_socket_factory_to_arg()
Dudp_server.cc201 const grpc_arg* arg = grpc_channel_args_find(args, GRPC_ARG_SOCKET_FACTORY); in get_socket_factory()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h287 #define GRPC_ARG_SOCKET_FACTORY "grpc.socket_factory" macro
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h313 #define GRPC_ARG_SOCKET_FACTORY "grpc.socket_factory" macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h313 #define GRPC_ARG_SOCKET_FACTORY "grpc.socket_factory" macro
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs91 pub const GRPC_ARG_SOCKET_FACTORY: &'static [u8; 20usize] = b"grpc.socket_factory\0"; constant
Dx86_64-unknown-linux-gnu-bindings.rs91 pub const GRPC_ARG_SOCKET_FACTORY: &'static [u8; 20usize] = b"grpc.socket_factory\0"; constant