HomeSort by relevance Sort by last modified time
    Searched defs:response_parameters (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
StreamingOutputCallRequest.php 31 * Generated from protobuf field <code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code>
33 private $response_parameters; variable
89 * Generated from protobuf field <code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code>
94 return $this->response_parameters;
100 * Generated from protobuf field <code>repeated .grpc.testing.ResponseParameters response_parameters = 2;</code>
107 $this->response_parameters = $arr; variable
  /external/grpc-grpc/src/php/tests/interop/
interop_client.php 271 $response_parameters = new Grpc\Testing\ResponseParameters(); variable
272 $response_parameters->setSize($size);
273 $request->getResponseParameters()[] = $response_parameters;
305 $response_parameters = new Grpc\Testing\ResponseParameters(); variable
306 $response_parameters->setSize($response_lengths[$i]);
307 $request->getResponseParameters()[] = $response_parameters;
365 $response_parameters = new Grpc\Testing\ResponseParameters(); variable
366 $response_parameters->setSize(31415);
367 $request->getResponseParameters()[] = $response_parameters;
385 $response_parameters = new Grpc\Testing\ResponseParameters() variable
443 $response_parameters = new Grpc\\Testing\\ResponseParameters(); variable
    [all...]

Completed in 1572 milliseconds