Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1041 clientType_ = other.clientType_; in ClientConfig()
1080 private global::Grpc.Testing.ClientType clientType_ = 0; field in Grpc.Testing.ClientConfig
1083 get { return clientType_; }
1085 clientType_ = value;
1543 clientType_ = (global::Grpc.Testing.ClientType) input.ReadEnum(); in MergeFrom()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3842 clientType_ = 0; in ClientConfig()
3897 clientType_ = rawValue; in ClientConfig()
4099 private int clientType_; field in Control.ClientConfig
4104 return clientType_; in getClientTypeValue()
4110 …proto.Control.ClientType result = io.grpc.benchmarks.proto.Control.ClientType.valueOf(clientType_); in getClientType()
4417 if (clientType_ != io.grpc.benchmarks.proto.Control.ClientType.SYNC_CLIENT.getNumber()) { in writeTo()
4418 output.writeEnum(2, clientType_); in writeTo()
4479 if (clientType_ != io.grpc.benchmarks.proto.Control.ClientType.SYNC_CLIENT.getNumber()) { in getSerializedSize()
4481 .computeEnumSize(2, clientType_); in getSerializedSize()
4562 result = result && clientType_ == other.clientType_; in equals()
[all …]