/third_party/grpc/test/cpp/util/ |
D | grpc_tool_test.cc | 256 std::ostringstream server_address; in SetUpServer() local 341 const std::string server_address = SetUpServer(); in TEST_F() local 359 const std::string server_address = SetUpServer(); in TEST_F() local 389 const std::string server_address = SetUpServer(); in TEST_F() local 410 const std::string server_address = SetUpServer(); in TEST_F() local 439 const std::string server_address = SetUpServer(); in TEST_F() local 453 const std::string server_address = SetUpServer(); in TEST_F() local 488 const std::string server_address = SetUpServer(); in TEST_F() local 525 const std::string server_address = SetUpServer(); in TEST_F() local 585 const std::string server_address = SetUpServer(); in TEST_F() local [all …]
|
D | grpc_tool.cc | 220 const std::string& server_address, const CliCredentials& cred) { in CreateCliChannel() 351 std::string server_address(argv[0]); in ListServices() local 449 std::string server_address(argv[0]); in PrintType() local 494 std::string server_address(argv[0]); in CallMethod() local 836 std::string server_address(argv[0]); in ParseMessage() local
|
/third_party/grpc/test/core/tsi/alts/fake_handshaker/ |
D | fake_handshaker_server_main.cc | 33 static void RunFakeHandshakerServer(const std::string& server_address) { in RunFakeHandshakerServer() 51 std::ostringstream server_address; in main() local
|
/third_party/grpc/examples/python/multiprocessing/ |
D | client.py | 50 def _initialize_worker(server_address): argument 66 def _calculate_primes(server_address): argument
|
/third_party/grpc/examples/python/xds/ |
D | client.py | 28 def run(server_address): argument
|
/third_party/grpc/examples/cpp/compression/ |
D | greeter_server.cc | 52 std::string server_address("0.0.0.0:50051"); in RunServer() local
|
/third_party/grpc/examples/python/errors/ |
D | server.py | 63 def create_server(server_address): argument
|
/third_party/grpc/examples/cpp/load_balancing/ |
D | greeter_server.cc | 50 std::string server_address("0.0.0.0:50051"); in RunServer() local
|
/third_party/grpc/examples/cpp/helloworld/ |
D | greeter_server.cc | 52 std::string server_address("0.0.0.0:50051"); in RunServer() local
|
D | greeter_async_server.cc | 53 std::string server_address("0.0.0.0:50051"); in Run() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | grpc_async_server.cc | 30 std::string server_address = host_ + ":" + std::to_string(port_); in Run() local
|
/third_party/grpc/examples/python/wait_for_ready/ |
D | wait_for_ready_example.py | 50 def create_server(server_address): argument
|
/third_party/grpc/test/cpp/interop/ |
D | reconnect_interop_client.cc | 58 std::ostringstream server_address; in main() local
|
D | xds_interop_server.cc | 77 std::ostringstream server_address; in RunServer() local
|
D | stress_interop_client.cc | 70 int test_id, const std::string& server_address, in StressTestInteropClient()
|
/third_party/grpc/examples/cpp/metadata/ |
D | greeter_server.cc | 72 std::string server_address("0.0.0.0:50051"); in RunServer() local
|
/third_party/grpc/test/cpp/end2end/ |
D | server_interceptors_end2end_test.cc | 346 string server_address = "localhost:" + std::to_string(port); in TEST_F() local 419 string server_address = "localhost:" + std::to_string(port); in TEST_F() local 502 string server_address = "localhost:" + std::to_string(port); in TEST_F() local 608 string server_address = "localhost:" + std::to_string(port); in TEST_F() local 660 string server_address = "localhost:" + std::to_string(port); in TEST_F() local
|
/third_party/grpc/examples/cpp/keyvaluestore/ |
D | server.cc | 75 std::string server_address("0.0.0.0:50051"); in RunServer() local
|
/third_party/flatbuffers/grpc/samples/greeter/ |
D | server.cpp | 66 std::string server_address("0.0.0.0:50051"); in RunServer() local
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/ |
D | minimal-ws-client-ping.c | 28 static const char *server_address = "libwebsockets.org", *pro = "lws-mirror-protocol"; variable
|
/third_party/grpc/src/php/tests/interop/ |
D | xds_client.php | 124 public function __construct($server_address, $qps, $fail_on_failed_rpcs,
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam-tx-rx/ |
D | minimal-ws-client.c | 16 static const char *server_address = "localhost", *pro = "lws-minimal"; variable
|
/third_party/grpc/test/cpp/qps/ |
D | server_callback.cc | 105 std::string server_address = grpc_core::JoinHostPort("::", port_num); in CallbackServer() local
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
D | minimal-ws-client.c | 30 static const char *server_address = "libwebsockets.org", variable
|
/third_party/grpc/test/core/transport/chttp2/ |
D | too_many_pings_test.cc | 130 std::string server_address = in TEST() local
|