Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DPayloads.cs75 respSize_ = other.respSize_; in ByteBufferParams()
97 private int respSize_; field in Grpc.Testing.ByteBufferParams
100 get { return respSize_; }
102 respSize_ = value;
232 respSize_ = other.respSize_; in SimpleProtoParams()
254 private int respSize_; field in Grpc.Testing.SimpleProtoParams
257 get { return respSize_; }
259 respSize_ = value;
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DPayloads.java45 respSize_ = 0; in ByteBufferParams()
86 respSize_ = input.readInt32(); in ByteBufferParams()
123 private int respSize_; field in Payloads.ByteBufferParams
128 return respSize_; in getRespSize()
146 if (respSize_ != 0) { in writeTo()
147 output.writeInt32(2, respSize_); in writeTo()
161 if (respSize_ != 0) { in getSerializedSize()
163 .computeInt32Size(2, respSize_); in getSerializedSize()
331 respSize_ = 0; in clear()
356 result.respSize_ = respSize_; in buildPartial()
[all …]