Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs4431 clientSuccess_ = other.clientSuccess_.Clone(); in ScenarioResult()
4527 private readonly pbc::RepeatedField<bool> clientSuccess_ = new pbc::RepeatedField<bool>(); field in Grpc.Testing.ScenarioResult
4533 get { return clientSuccess_; }
4578 if(!clientSuccess_.Equals(other.clientSuccess_)) return false; in Equals()
4593 hash ^= clientSuccess_.GetHashCode(); in GetHashCode()
4624 clientSuccess_.WriteTo(output, _repeated_clientSuccess_codec); in WriteTo()
4647 size += clientSuccess_.CalculateSize(_repeated_clientSuccess_codec); in CalculateSize()
4682 clientSuccess_.Add(other.clientSuccess_); in MergeFrom()
4732 clientSuccess_.AddEntriesFrom(input, _repeated_clientSuccess_codec); in MergeFrom()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java17187 clientSuccess_ = java.util.Collections.emptyList(); in ScenarioResult()
17303 clientSuccess_ = new java.util.ArrayList<java.lang.Boolean>(); in ScenarioResult()
17306 clientSuccess_.add(input.readBool()); in ScenarioResult()
17313 clientSuccess_ = new java.util.ArrayList<java.lang.Boolean>(); in ScenarioResult()
17317 clientSuccess_.add(input.readBool()); in ScenarioResult()
17370 clientSuccess_ = java.util.Collections.unmodifiableList(clientSuccess_); in ScenarioResult()
17640 private java.util.List<java.lang.Boolean> clientSuccess_; field in Control.ScenarioResult
17650 return clientSuccess_; in getClientSuccessList()
17660 return clientSuccess_.size(); in getClientSuccessCount()
17670 return clientSuccess_.get(index); in getClientSuccess()
[all …]