/third_party/grpc/tools/run_tests/performance/ |
D | scenario_config.py | 112 client_type, argument 142 'client_type': client_type, 248 client_type='ASYNC_CLIENT', 262 client_type='ASYNC_CLIENT', 276 client_type='ASYNC_CLIENT', 297 client_type='ASYNC_CLIENT', 308 client_type='ASYNC_CLIENT', 322 client_type='ASYNC_CLIENT', 337 client_type='ASYNC_CLIENT', 351 client_type='ASYNC_CLIENT', [all …]
|
/third_party/grpc/test/cpp/qps/ |
D | json_run_localhost_scenarios.bzl | 3 …client_type": "ASYNC_CLIENT", "payload_config": {"simple_params": {"resp_size": 50, "req_size": 30…
|
D | qps_json_driver_scenarios.bzl | 3 …client_type": "SYNC_CLIENT", "payload_config": {"simple_params": {"resp_size": 0, "req_size": 0}},…
|
D | qps_worker.cc | 52 ClientType_Name(config.client_type()).c_str(), in CreateClient() 56 switch (config.client_type()) { in CreateClient()
|
/third_party/boost/boost/iostreams/detail/streambuf/ |
D | chainbuf.hpp | 43 public access_control<typename Chain::client_type, Access>, 47 typedef access_control<chain_client<Chain>, Access> client_type; typedef in boost::iostreams::detail::chainbuf 53 chainbuf() { client_type::set_chain(&chain_); } in chainbuf()
|
/third_party/boost/boost/iostreams/ |
D | filtering_stream.hpp | 88 > client_type; typedef in boost::iostreams::detail::filtering_stream_base 156 > client_type; \ 159 { client_type::push(t BOOST_IOSTREAMS_PUSH_ARGS()); } \
|
D | chain.hpp | 124 typedef chain_client<Self> client_type; typedef in boost::iostreams::detail::chain_base 276 void register_client(client_type* client) { pimpl_->client_ = client; } in register_client() 376 client_type* client_;
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | ClientConfig.php | 25 protected $client_type = 0; variable in Grpc\\Testing\\ClientConfig 199 return $this->client_type; 210 $this->client_type = $var;
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/ |
D | worker_servicer.py | 131 if config.client_type == control_pb2.ASYNC_CLIENT: 133 client_type = benchmark_client.UnaryAsyncBenchmarkClient 135 client_type = benchmark_client.StreamingAsyncBenchmarkClient 137 client_type = benchmark_client.ServerStreamingAsyncBenchmarkClient 145 return client_type(server, config, qps_data)
|
/third_party/grpc/src/python/grpcio_tests/tests/qps/ |
D | worker_server.py | 152 if config.client_type == control_pb2.SYNC_CLIENT: 163 elif config.client_type == control_pb2.ASYNC_CLIENT: 171 config.client_type))
|
/third_party/grpc/src/proto/grpc/testing/ |
D | control.proto | 83 ClientType client_type = 2; field 103 // If we use an OTHER_CLIENT client_type, this string gives more detail 158 // If we use an OTHER_SERVER client_type, this string gives more detail
|