Home
last modified time | relevance | path

Searched defs:RunClient (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/examples/csharp/Xds/GreeterClient/
DProgram.cs36 private static void RunClient(Options options) in RunClient() method in GreeterClient.Program
/third_party/grpc/src/proto/grpc/testing/
Dworker_service.proto38 rpc RunClient(stream ClientArgs) returns (stream ClientStatus); rpc
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceGrpc.cs137 …public virtual global::System.Threading.Tasks.Task RunClient(grpc::IAsyncStreamReader<global::Grpc… in RunClient() method in Grpc.Testing.WorkerService.WorkerServiceBase
231 …all<global::Grpc.Testing.ClientArgs, global::Grpc.Testing.ClientStatus> RunClient(grpc::Metadata h… in RunClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
245 …all<global::Grpc.Testing.ClientArgs, global::Grpc.Testing.ClientStatus> RunClient(grpc::CallOption… in RunClient() method in Grpc.Testing.WorkerService.WorkerServiceClient
DWorkerServiceImpl.cs66 …public override async Task RunClient(IAsyncStreamReader<ClientArgs> requestStream, IServerStreamWr… in RunClient() method in Grpc.Testing.WorkerServiceImpl
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DWorkerServiceClient.php64 public function RunClient($metadata = [], $options = []) { function in Grpc\\Testing\\WorkerServiceClient
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py110 def RunClient(self, request_iterator, context): member in WorkerServer
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py295 async def RunClient(self, request_iterator, context): member in WorkerServicer
/third_party/grpc/test/cpp/qps/
Dqps_worker.cc108 Status RunClient( in RunClient() function in grpc::testing::WorkerServiceImpl
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dmain.cc403 bool RunClient(std::string address, std::string port, std::string file) { in RunClient() function