Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1046 rpcType_ = other.rpcType_; in ClientConfig()
1146 private global::Grpc.Testing.RpcType rpcType_ = 0; field in Grpc.Testing.ClientConfig
1149 get { return rpcType_; }
1151 rpcType_ = value;
1566 rpcType_ = (global::Grpc.Testing.RpcType) input.ReadEnum(); in MergeFrom()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3846 rpcType_ = 0; in ClientConfig()
3931 rpcType_ = rawValue; in ClientConfig()
4177 private int rpcType_; field in Control.ClientConfig
4182 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 …]