Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1043 outstandingRpcsPerChannel_ = other.outstandingRpcsPerChannel_; in ClientConfig()
1102 private int outstandingRpcsPerChannel_; field in Grpc.Testing.ClientConfig
1109 get { return outstandingRpcsPerChannel_; }
1111 outstandingRpcsPerChannel_ = value;
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3843 outstandingRpcsPerChannel_ = 0; in ClientConfig()
3915 outstandingRpcsPerChannel_ = input.readInt32(); in ClientConfig()
4136 private int outstandingRpcsPerChannel_; field in Control.ClientConfig
4146 return outstandingRpcsPerChannel_; in getOutstandingRpcsPerChannel()
4423 if (outstandingRpcsPerChannel_ != 0) { in writeTo()
4424 output.writeInt32(4, outstandingRpcsPerChannel_); in writeTo()
4487 if (outstandingRpcsPerChannel_ != 0) { in getSerializedSize()
4489 .computeInt32Size(4, outstandingRpcsPerChannel_); in getSerializedSize()
4795 outstandingRpcsPerChannel_ = 0; in clear()
4870 result.outstandingRpcsPerChannel_ = outstandingRpcsPerChannel_; in buildPartial()
[all …]