Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs4427 clientStats_ = other.clientStats_.Clone(); in ScenarioResult()
4474 …private readonly pbc::RepeatedField<global::Grpc.Testing.ClientStats> clientStats_ = new pbc::Repe… field in Grpc.Testing.ScenarioResult
4480 get { return clientStats_; }
4574 if(!clientStats_.Equals(other.clientStats_)) return false; in Equals()
4589 hash ^= clientStats_.GetHashCode(); in GetHashCode()
4617 clientStats_.WriteTo(output, _repeated_clientStats_codec); in WriteTo()
4641 size += clientStats_.CalculateSize(_repeated_clientStats_codec); in CalculateSize()
4673 clientStats_.Add(other.clientStats_); in MergeFrom()
4711 clientStats_.AddEntriesFrom(input, _repeated_clientStats_codec); in MergeFrom()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java17184 clientStats_ = java.util.Collections.emptyList(); in ScenarioResult()
17251clientStats_ = new java.util.ArrayList<io.grpc.benchmarks.proto.Stats.ClientStats>(); in ScenarioResult()
17254 clientStats_.add( in ScenarioResult()
17361 clientStats_ = java.util.Collections.unmodifiableList(clientStats_); in ScenarioResult()
17462 private java.util.List<io.grpc.benchmarks.proto.Stats.ClientStats> clientStats_; field in Control.ScenarioResult
17471 return clientStats_; in getClientStatsList()
17482 return clientStats_; in getClientStatsOrBuilderList()
17492 return clientStats_.size(); in getClientStatsCount()
17502 return clientStats_.get(index); in getClientStats()
17513 return clientStats_.get(index); in getClientStatsOrBuilder()
[all …]