Home
last modified time | relevance | path

Searched refs:getBytebufParams (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DPayloadConfig.php27 public function getBytebufParams() function in Grpc\\Testing\\PayloadConfig
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadServer.java107 genericResponse = alloc.buffer(config.getPayloadConfig().getBytebufParams().getRespSize()); in LoadServer()
DLoadClient.java147 genericRequest = alloc.buffer(config.getPayloadConfig().getBytebufParams().getRespSize()); in LoadClient()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DPayloads.java1453 io.grpc.benchmarks.proto.Payloads.ByteBufferParams getBytebufParams(); in getBytebufParams() method
1649 public io.grpc.benchmarks.proto.Payloads.ByteBufferParams getBytebufParams() { in getBytebufParams() method in Payloads.PayloadConfig
1779 result = result && getBytebufParams() in equals()
1780 .equals(other.getBytebufParams()); in equals()
1807 hash = (53 * hash) + getBytebufParams().hashCode(); in hashCode()
2038 mergeBytebufParams(other.getBytebufParams()); in mergeFrom()
2106 public io.grpc.benchmarks.proto.Payloads.ByteBufferParams getBytebufParams() { in getBytebufParams() method in Payloads.PayloadConfig.Builder