Searched refs:rpcType_ (Results 1 – 2 of 2) sorted by relevance
1046 rpcType_ = other.rpcType_; in ClientConfig()1146 private global::Grpc.Testing.RpcType rpcType_ = 0; field in Grpc.Testing.ClientConfig1149 get { return rpcType_; }1151 rpcType_ = value;1566 rpcType_ = (global::Grpc.Testing.RpcType) input.ReadEnum(); in MergeFrom()
3846 rpcType_ = 0; in ClientConfig()3931 rpcType_ = rawValue; in ClientConfig()4177 private int rpcType_; field in Control.ClientConfig4182 return rpcType_; in getRpcTypeValue()4188 …nchmarks.proto.Control.RpcType result = io.grpc.benchmarks.proto.Control.RpcType.valueOf(rpcType_); in getRpcType()4432 if (rpcType_ != io.grpc.benchmarks.proto.Control.RpcType.UNARY.getNumber()) { in writeTo()4433 output.writeEnum(8, rpcType_); in writeTo()4499 if (rpcType_ != io.grpc.benchmarks.proto.Control.RpcType.UNARY.getNumber()) { in getSerializedSize()4501 .computeEnumSize(8, rpcType_); in getSerializedSize()4574 result = result && rpcType_ == other.rpcType_; in equals()[all …]