Searched refs:getRespSize (Results 1 – 6 of 6) sorted by relevance
56 public function getRespSize() function in Grpc\\Testing\\ByteBufferParams
56 public function getRespSize() function in Grpc\\Testing\\SimpleProtoParams
29 int getRespSize(); in getRespSize() method127 public int getRespSize() { in getRespSize() method in Payloads.ByteBufferParams183 result = result && (getRespSize() in equals()184 == other.getRespSize()); in equals()199 hash = (53 * hash) + getRespSize(); in hashCode()401 if (other.getRespSize() != 0) { in mergeFrom()402 setRespSize(other.getRespSize()); in mergeFrom()461 public int getRespSize() { in getRespSize() method in Payloads.ByteBufferParams.Builder543 int getRespSize(); in getRespSize() method641 public int getRespSize() { in getRespSize() method in Payloads.SimpleProtoParams[all …]
104 $req->setResponseSize($config->getPayloadConfig()->getSimpleParams()->getRespSize());
142 simpleParams.getReqSize(), simpleParams.getRespSize()); in LoadClient()147 genericRequest = alloc.buffer(config.getPayloadConfig().getBytebufParams().getRespSize()); in LoadClient()
107 genericResponse = alloc.buffer(config.getPayloadConfig().getBytebufParams().getRespSize()); in LoadServer()