Home
last modified time | relevance | path

Searched refs:client_type (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/tools/run_tests/performance/
Dscenario_config.py112 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/
Djson_run_localhost_scenarios.bzl3client_type": "ASYNC_CLIENT", "payload_config": {"simple_params": {"resp_size": 50, "req_size": 30…
Dqps_json_driver_scenarios.bzl3client_type": "SYNC_CLIENT", "payload_config": {"simple_params": {"resp_size": 0, "req_size": 0}},…
Dqps_worker.cc52 ClientType_Name(config.client_type()).c_str(), in CreateClient()
56 switch (config.client_type()) { in CreateClient()
/third_party/boost/boost/iostreams/detail/streambuf/
Dchainbuf.hpp43 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/
Dfiltering_stream.hpp88 > client_type; typedef in boost::iostreams::detail::filtering_stream_base
156 > client_type; \
159 { client_type::push(t BOOST_IOSTREAMS_PUSH_ARGS()); } \
Dchain.hpp124 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/
DClientConfig.php25 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/
Dworker_servicer.py131 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/
Dworker_server.py152 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/
Dcontrol.proto83 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