Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1044 clientChannels_ = other.clientChannels_; in ClientConfig()
1117 private int clientChannels_; field in Grpc.Testing.ClientConfig
1124 get { return clientChannels_; }
1126 clientChannels_ = value;
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3844 clientChannels_ = 0; in ClientConfig()
3920 clientChannels_ = input.readInt32(); in ClientConfig()
4150 private int clientChannels_; field in Control.ClientConfig
4160 return clientChannels_; in getClientChannels()
4426 if (clientChannels_ != 0) { in writeTo()
4427 output.writeInt32(5, clientChannels_); in writeTo()
4491 if (clientChannels_ != 0) { in getSerializedSize()
4493 .computeInt32Size(5, clientChannels_); in getSerializedSize()
4797 clientChannels_ = 0; in clear()
4871 result.clientChannels_ = clientChannels_; in buildPartial()
[all …]