Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1049 histogramParams_ = other.histogramParams_ != null ? other.histogramParams_.Clone() : null; in ClientConfig()
1182 private global::Grpc.Testing.HistogramParams histogramParams_; field in Grpc.Testing.ClientConfig
1185 get { return histogramParams_; }
1187 histogramParams_ = value;
1326 if (histogramParams_ != null) hash ^= HistogramParams.GetHashCode(); in GetHashCode()
1380 if (histogramParams_ != null) { in WriteTo()
1439 if (histogramParams_ != null) { in CalculateSize()
1504 if (other.histogramParams_ != null) { in MergeFrom()
1505 if (histogramParams_ == null) { in MergeFrom()
1506 histogramParams_ = new global::Grpc.Testing.HistogramParams(); in MergeFrom()
[all …]
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3962 if (histogramParams_ != null) { in ClientConfig()
3963 subBuilder = histogramParams_.toBuilder(); in ClientConfig()
3965histogramParams_ = input.readMessage(io.grpc.benchmarks.proto.Stats.HistogramParams.parser(), exte… in ClientConfig()
3967 subBuilder.mergeFrom(histogramParams_); in ClientConfig()
3968 histogramParams_ = subBuilder.buildPartial(); in ClientConfig()
4247 private io.grpc.benchmarks.proto.Stats.HistogramParams histogramParams_; field in Control.ClientConfig
4252 return histogramParams_ != null; in hasHistogramParams()
4258 …return histogramParams_ == null ? io.grpc.benchmarks.proto.Stats.HistogramParams.getDefaultInstanc… in getHistogramParams()
4441 if (histogramParams_ != null) { in writeTo()
4511 if (histogramParams_ != null) { in getSerializedSize()
[all …]