Home
last modified time | relevance | path

Searched refs:kLargeRequestSize (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dhttp2_client.cc41 const int kLargeRequestSize = 271828; variable
75 std::string payload(kLargeRequestSize, '\0'); in BuildDefaultRequest()
76 request.mutable_payload()->set_body(payload.c_str(), kLargeRequestSize); in BuildDefaultRequest()
Dinterop_client.cc54 const int kLargeRequestSize = 271828; variable
185 std::string payload(kLargeRequestSize, '\0'); in PerformLargeUnary()
186 request->mutable_payload()->set_body(payload.c_str(), kLargeRequestSize); in PerformLargeUnary()
341 probe_req.mutable_payload()->set_body(std::string(kLargeRequestSize, '\0')); in DoClientCompressedUnary()
995 std::string payload(kLargeRequestSize, '\0'); in DoCustomMetadata()
996 request.mutable_payload()->set_body(payload.c_str(), kLargeRequestSize); in DoCustomMetadata()
1028 std::string payload(kLargeRequestSize, '\0'); in DoCustomMetadata()
1029 request.mutable_payload()->set_body(payload.c_str(), kLargeRequestSize); in DoCustomMetadata()
1083 std::string payload(kLargeRequestSize, '\0'); in PerformOneSoakTestIteration()
1084 request.mutable_payload()->set_body(payload.c_str(), kLargeRequestSize); in PerformOneSoakTestIteration()