Home
last modified time | relevance | path

Searched refs:GRPC_ARG_ALLOW_REUSEPORT (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/test/cpp/server/
Dserver_builder_test.cc75 .AddChannelArgument(GRPC_ARG_ALLOW_REUSEPORT, 0) in TEST()
/external/grpc-grpc/test/core/surface/
Dserver_chttp2_test.cc45 a.key = const_cast<char*>(GRPC_ARG_ALLOW_REUSEPORT); in test_add_same_port_twice()
Dserver_test.cc77 a.key = const_cast<char*>(GRPC_ARG_ALLOW_REUSEPORT); in test_bind_server_twice()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h269 #define GRPC_ARG_ALLOW_REUSEPORT "grpc.so_reuseport" macro
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h295 #define GRPC_ARG_ALLOW_REUSEPORT "grpc.so_reuseport" macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h295 #define GRPC_ARG_ALLOW_REUSEPORT "grpc.so_reuseport" macro
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_server_posix.cc66 if (0 == strcmp(GRPC_ARG_ALLOW_REUSEPORT, args->args[i].key)) { in tcp_server_create()
72 return GRPC_ERROR_CREATE_FROM_STATIC_STRING(GRPC_ARG_ALLOW_REUSEPORT in tcp_server_create()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc68 args->SetInt(GRPC_ARG_ALLOW_REUSEPORT, 0); in UpdateArguments()
80 args->SetInt(GRPC_ARG_ALLOW_REUSEPORT, 1); in UpdateArguments()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_server_posix.cc71 if (0 == strcmp(GRPC_ARG_ALLOW_REUSEPORT, args->args[i].key)) { in tcp_server_create()
77 return GRPC_ERROR_CREATE_FROM_STATIC_STRING(GRPC_ARG_ALLOW_REUSEPORT in tcp_server_create()
Dtcp_server_custom.cc92 if (!grpc_channel_args_find_bool(args, GRPC_ARG_ALLOW_REUSEPORT, true)) { in tcp_server_create()
/external/rust/crates/grpcio/src/
Dchannel.rs187 Cow::Borrowed(grpcio_sys::GRPC_ARG_ALLOW_REUSEPORT), in reuse_port()
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs83 pub const GRPC_ARG_ALLOW_REUSEPORT: &'static [u8; 18usize] = b"grpc.so_reuseport\0"; constant
Dx86_64-unknown-linux-gnu-bindings.rs83 pub const GRPC_ARG_ALLOW_REUSEPORT: &'static [u8; 18usize] = b"grpc.so_reuseport\0"; constant