Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DPayloadConfig.php71 public function getComplexParams() function in Grpc\\Testing\\PayloadConfig
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DPayloads.java1479 io.grpc.benchmarks.proto.Payloads.ComplexProtoParams getComplexParams(); in getComplexParams() method
1701 public io.grpc.benchmarks.proto.Payloads.ComplexProtoParams getComplexParams() { in getComplexParams() method in Payloads.PayloadConfig
1787 result = result && getComplexParams() in equals()
1788 .equals(other.getComplexParams()); in equals()
1815 hash = (53 * hash) + getComplexParams().hashCode(); in hashCode()
2046 mergeComplexParams(other.getComplexParams()); in mergeFrom()
2378 public io.grpc.benchmarks.proto.Payloads.ComplexProtoParams getComplexParams() { in getComplexParams() method in Payloads.PayloadConfig.Builder