Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgrpc_async_server.cc34 builder.AddChannelArgument(GRPC_ARG_ALLOW_REUSEPORT, 0); in Run()
/third_party/grpc/test/core/surface/
Dserver_chttp2_test.cc46 const_cast<char*>(GRPC_ARG_ALLOW_REUSEPORT), 0); in TEST()
Dserver_test.cc79 const_cast<char*>(GRPC_ARG_ALLOW_REUSEPORT), 0); in test_bind_server_twice()
/third_party/grpc/test/cpp/server/
Dserver_builder_test.cc82 .AddChannelArgument(GRPC_ARG_ALLOW_REUSEPORT, 0) in TEST_F()
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h295 #define GRPC_ARG_ALLOW_REUSEPORT "grpc.so_reuseport" macro
/third_party/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()
/third_party/grpc/test/cpp/qps/
Dqps_worker.cc283 builder->AddChannelArgument(GRPC_ARG_ALLOW_REUSEPORT, 0); in QpsWorker()