Searched defs:num_rpcs (Results 1 – 14 of 14) sorted by relevance
/third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
D | LoadBalancerStatsRequest.php | 21 protected $num_rpcs = 0; variable in Grpc\\Testing\\LoadBalancerStatsRequest
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | LoadBalancerStatsRequest.php | 21 protected $num_rpcs = 0; variable in Grpc\\Testing\\LoadBalancerStatsRequest
|
/third_party/grpc/test/cpp/end2end/ |
D | generic_end2end_test.cc | 109 void SendRpc(int num_rpcs) { in SendRpc() 113 void SendRpc(int num_rpcs, bool check_deadline, gpr_timespec deadline) { in SendRpc() 267 const int num_rpcs = 10; in TEST_F() local
|
D | nonblocking_test.cc | 124 void SendRpc(int num_rpcs) { in SendRpc()
|
D | thread_stress_test.cc | 278 static void SendRpc(grpc::testing::EchoTestService::Stub* stub, int num_rpcs, in SendRpc() 366 void AsyncSendRpc(int num_rpcs) { in AsyncSendRpc()
|
D | filter_end2end_test.cc | 172 void SendRpc(int num_rpcs) { in SendRpc()
|
D | port_sharing_end2end_test.cc | 298 static void SendRpc(EchoTestService::Stub* stub, int num_rpcs) { in SendRpc()
|
D | client_callback_end2end_test.cc | 167 void SendRpcs(int num_rpcs, bool with_binary_metadata) { in SendRpcs() 215 void SendRpcsRawReq(int num_rpcs) { in SendRpcsRawReq() 245 void SendRpcsGeneric(int num_rpcs, bool maybe_except) { in SendRpcsGeneric() 287 void SendGenericEchoAsBidi(int num_rpcs, int reuses, bool do_writes_done) { in SendGenericEchoAsBidi()
|
D | message_allocator_end2end_test.cc | 162 void SendRpcs(int num_rpcs) { in SendRpcs()
|
D | async_end2end_test.cc | 307 void SendRpc(int num_rpcs) { in SendRpc()
|
D | end2end_test.cc | 469 static void SendRpc(grpc::testing::EchoTestService::Stub* stub, int num_rpcs, in SendRpc()
|
D | xds_end2end_test.cc | 4470 size_t num_rpcs = kNumRpcs; in TEST_P() local
|
/third_party/grpc/tools/run_tests/ |
D | run_xds_tests.py | 275 def get_client_stats(num_rpcs, timeout_sec): argument 293 def _verify_rpcs_to_given_backends(backends, timeout_sec, num_rpcs, argument 318 num_rpcs=_NUM_TEST_RPCS): argument 327 num_rpcs=_NUM_TEST_RPCS): argument
|
/third_party/grpc/src/proto/grpc/testing/ |
D | messages.proto | 199 int32 num_rpcs = 1; field
|