Searched refs:outstandingRpcsPerChannel_ (Results 1 – 2 of 2) sorted by relevance
1043 outstandingRpcsPerChannel_ = other.outstandingRpcsPerChannel_; in ClientConfig()1102 private int outstandingRpcsPerChannel_; field in Grpc.Testing.ClientConfig1109 get { return outstandingRpcsPerChannel_; }1111 outstandingRpcsPerChannel_ = value;
3843 outstandingRpcsPerChannel_ = 0; in ClientConfig()3915 outstandingRpcsPerChannel_ = input.readInt32(); in ClientConfig()4136 private int outstandingRpcsPerChannel_; field in Control.ClientConfig4146 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 …]