Searched refs:getComplexParams (Results 1 – 2 of 2) sorted by relevance
71 public function getComplexParams() function in Grpc\\Testing\\PayloadConfig
1479 io.grpc.benchmarks.proto.Payloads.ComplexProtoParams getComplexParams(); in getComplexParams() method1701 public io.grpc.benchmarks.proto.Payloads.ComplexProtoParams getComplexParams() { in getComplexParams() method in Payloads.PayloadConfig1787 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