/third_party/grpc/test/cpp/interop/ |
D | server_helper.h | 66 void RunServer(const std::shared_ptr<ServerCredentials>& creds); 74 void RunServer(const std::shared_ptr<ServerCredentials>& creds, int port, 81 void RunServer( 93 void RunServer(
|
D | interop_server.cc | 319 void grpc::testing::interop::RunServer( in RunServer() function in grpc::testing::interop 321 RunServer(creds, FLAGS_port, nullptr, nullptr); in RunServer() 324 void grpc::testing::interop::RunServer( in RunServer() function in grpc::testing::interop 328 RunServer(creds, FLAGS_port, nullptr, std::move(server_options)); in RunServer() 331 void grpc::testing::interop::RunServer( in RunServer() function in grpc::testing::interop 334 RunServer(creds, port, server_started_condition, nullptr); in RunServer() 337 void grpc::testing::interop::RunServer( in RunServer() function in grpc::testing::interop
|
D | xds_interop_server.cc | 76 void RunServer(const int port, const std::string& hostname) { in RunServer() function 105 RunServer(FLAGS_port, hostname); in main()
|
D | reconnect_interop_server.cc | 162 void RunServer() { in RunServer() function 187 RunServer(); in main()
|
D | interop_server_bootstrap.cc | 36 grpc::testing::interop::RunServer( in main()
|
D | xds_interop_client.cc | 345 void RunServer(const int port) { in RunServer() function 377 RunServer(FLAGS_stats_port); in main()
|
/third_party/grpc/test/cpp/qps/ |
D | worker.cc | 47 static void RunServer() { in RunServer() function 64 grpc::testing::RunServer(); in main()
|
D | qps_worker.cc | 123 Status RunServer( in RunServer() function in grpc::testing::WorkerServiceImpl
|
/third_party/grpc/examples/cpp/load_balancing/ |
D | greeter_server.cc | 49 void RunServer() { in RunServer() function 69 RunServer(); in main()
|
/third_party/grpc/examples/cpp/compression/ |
D | greeter_server.cc | 51 void RunServer() { in RunServer() function 73 RunServer(); in main()
|
/third_party/grpc/examples/cpp/helloworld/ |
D | greeter_server.cc | 51 void RunServer() { in RunServer() function 73 RunServer(); in main()
|
/third_party/grpc/test/cpp/end2end/ |
D | client_crash_test_server.cc | 62 void RunServer() { in RunServer() function 77 grpc::testing::RunServer(); in main()
|
/third_party/grpc/examples/cpp/keyvaluestore/ |
D | server.cc | 74 void RunServer() { in RunServer() function 94 RunServer(); in main()
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | WorkerServiceGrpc.cs | 120 …public virtual global::System.Threading.Tasks.Task RunServer(grpc::IAsyncStreamReader<global::Grpc… in RunServer() method in Grpc.Testing.WorkerService.WorkerServiceBase 201 …all<global::Grpc.Testing.ServerArgs, global::Grpc.Testing.ServerStatus> RunServer(grpc::Metadata h… in RunServer() method in Grpc.Testing.WorkerService.WorkerServiceClient 203 return RunServer(new grpc::CallOptions(headers, deadline, cancellationToken)); in RunServer() 215 …all<global::Grpc.Testing.ServerArgs, global::Grpc.Testing.ServerStatus> RunServer(grpc::CallOption… in RunServer() method in Grpc.Testing.WorkerService.WorkerServiceClient 349 .AddMethod(__Method_RunServer, serviceImpl.RunServer) in BindService() 361 …Method<global::Grpc.Testing.ServerArgs, global::Grpc.Testing.ServerStatus>(serviceImpl.RunServer)); in BindService()
|
D | WorkerServiceImpl.cs | 42 …public override async Task RunServer(IAsyncStreamReader<ServerArgs> requestStream, IServerStreamWr… in RunServer() method in Grpc.Testing.WorkerServiceImpl
|
/third_party/grpc/examples/csharp/Xds/GreeterServer/ |
D | Program.cs | 59 .WithParsed<Options>(options => RunServer(options)); in Main() 62 private static void RunServer(Options options) in RunServer() method in GreeterServer.Program
|
/third_party/grpc/examples/cpp/metadata/ |
D | greeter_server.cc | 71 void RunServer() { in RunServer() function 91 RunServer(); in main()
|
/third_party/flatbuffers/grpc/samples/greeter/ |
D | server.cpp | 65 void RunServer() { in RunServer() function 79 RunServer(); in main()
|
/third_party/flatbuffers/grpc/tests/ |
D | grpctest.cpp | 82 void RunServer() { in RunServer() function 140 std::thread server_thread(RunServer); in grpc_server_test()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | main.cc | 272 bool RunServer(std::string port); 318 success = RunServer(port); in main() 347 bool RunServer(std::string port) { in RunServer() function
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | WorkerServiceClient.php | 47 public function RunServer($metadata = [], $options = []) { function in Grpc\\Testing\\WorkerServiceClient
|
/third_party/grpc/examples/cpp/route_guide/ |
D | route_guide_server.cc | 175 void RunServer(const std::string& db_path) { in RunServer() function 190 RunServer(db); in main()
|
/third_party/grpc/src/proto/grpc/testing/ |
D | worker_service.proto | 30 rpc RunServer(stream ServerArgs) returns (stream ServerStatus); rpc
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/ |
D | worker_servicer.py | 200 async def RunServer(self, request_iterator, context): member in WorkerServicer 221 calls = [worker.stub.RunServer() for worker in sub_workers]
|
/third_party/grpc/src/python/grpcio_tests/tests/qps/ |
D | worker_server.py | 42 def RunServer(self, request_iterator, context): member in WorkerServer
|