Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1053 channelArgs_ = other.channelArgs_.Clone(); in ClientConfig()
1233 …private readonly pbc::RepeatedField<global::Grpc.Testing.ChannelArg> channelArgs_ = new pbc::Repea… field in Grpc.Testing.ClientConfig
1236 get { return channelArgs_; }
1307 if(!channelArgs_.Equals(other.channelArgs_)) return false; in Equals()
1330 hash ^= channelArgs_.GetHashCode(); in GetHashCode()
1393 channelArgs_.WriteTo(output, _repeated_channelArgs_codec); in WriteTo()
1449 size += channelArgs_.CalculateSize(_repeated_channelArgs_codec); in CalculateSize()
1517 channelArgs_.Add(other.channelArgs_); in MergeFrom()
1604 channelArgs_.AddEntriesFrom(input, _repeated_channelArgs_codec); in MergeFrom()
2134 channelArgs_ = other.channelArgs_.Clone(); in ServerConfig()
[all …]
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3850 channelArgs_ = java.util.Collections.emptyList(); in ClientConfig()
4007channelArgs_ = new java.util.ArrayList<io.grpc.benchmarks.proto.Control.ChannelArg>(); in ClientConfig()
4010 channelArgs_.add( in ClientConfig()
4034 channelArgs_ = java.util.Collections.unmodifiableList(channelArgs_); in ClientConfig()
4354 private java.util.List<io.grpc.benchmarks.proto.Control.ChannelArg> channelArgs_; field in Control.ClientConfig
4359 return channelArgs_; in getChannelArgsList()
4366 return channelArgs_; in getChannelArgsOrBuilderList()
4372 return channelArgs_.size(); in getChannelArgsCount()
4378 return channelArgs_.get(index); in getChannelArgs()
4385 return channelArgs_.get(index); in getChannelArgsOrBuilder()
[all …]