Home
last modified time | relevance | path

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

/third_party/grpc/src/proto/grpc/testing/
Dworker_service.proto38 rpc RunClient(stream ClientArgs) returns (stream ClientStatus); rpc
/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/examples/cpp/otel/codelab/
Dgreeter_callback_client.cc111 void RunClient(const std::string& target_str) { in RunClient() function
Dgreeter_callback_client_solution.cc111 void RunClient(const std::string& target_str) { in RunClient() function
/third_party/grpc/test/cpp/util/
Dchannelz_sampler_test.cc79 void RunClient(const std::string& client_id, gpr_event* done_ev) { in RunClient() function
/third_party/grpc/examples/cpp/otel/
Dutil.cc191 void RunClient(const std::string& target_str) { in RunClient() function
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py161 def RunClient(self, request_iterator, context): member in WorkerServer
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py322 async def RunClient(self, request_iterator, context): member in WorkerServicer
/third_party/grpc/test/cpp/qps/
Dqps_worker.cc109 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