Home
last modified time | relevance | path

Searched defs:rpc_type (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dxds_stats_watcher.h52 ClientConfigureRequest::RpcType rpc_type; member
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php53 protected $rpc_type = 0; variable in Grpc\\Testing\\ClientConfig
/third_party/grpc/test/cpp/end2end/
Dclient_interceptors_end2end_test.cc715 const RPCType& rpc_type) in TestScenario()
720 RPCType rpc_type() const { return rpc_type_; } in rpc_type() function in grpc::testing::__anon912c2dc10111::TestScenario
736 for (const auto& rpc_type : rpc_types) { in CreateTestScenarios() local
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto94 RpcType rpc_type = 8; field
/third_party/grpc/tools/run_tests/performance/
Dscenario_config.py125 rpc_type, argument
/third_party/grpc/tools/run_tests/
Drun_xds_tests.py611 def wait_until_rpcs_in_flight(rpc_type, timeout_sec, num_rpcs, threshold): argument
654 def _check_rpcs_in_flight(rpc_type, num_rpcs, threshold, threshold_fraction): argument