Searched refs:kLargeRequestSize (Results 1 – 2 of 2) sorted by relevance
41 const int kLargeRequestSize = 271828; variable75 grpc::string payload(kLargeRequestSize, '\0'); in BuildDefaultRequest()76 request.mutable_payload()->set_body(payload.c_str(), kLargeRequestSize); in BuildDefaultRequest()
50 const int kLargeRequestSize = 271828; variable181 grpc::string payload(kLargeRequestSize, '\0'); in PerformLargeUnary()182 request->mutable_payload()->set_body(payload.c_str(), kLargeRequestSize); in PerformLargeUnary()318 probe_req.mutable_payload()->set_body(grpc::string(kLargeRequestSize, '\0')); in DoClientCompressedUnary()948 grpc::string payload(kLargeRequestSize, '\0'); in DoCustomMetadata()949 request.mutable_payload()->set_body(payload.c_str(), kLargeRequestSize); in DoCustomMetadata()981 grpc::string payload(kLargeRequestSize, '\0'); in DoCustomMetadata()982 request.mutable_payload()->set_body(payload.c_str(), kLargeRequestSize); in DoCustomMetadata()