Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs3402 public int BenchmarkSeconds { property in Grpc.Testing.Scenario
3442 if (BenchmarkSeconds != other.BenchmarkSeconds) return false; in Equals()
3456 if (BenchmarkSeconds != 0) hash ^= BenchmarkSeconds.GetHashCode(); in GetHashCode()
3495 if (BenchmarkSeconds != 0) { in WriteTo()
3497 output.WriteInt32(BenchmarkSeconds); in WriteTo()
3529 if (BenchmarkSeconds != 0) { in CalculateSize()
3530 size += 1 + pb::CodedOutputStream.ComputeInt32Size(BenchmarkSeconds); in CalculateSize()
3570 if (other.BenchmarkSeconds != 0) { in MergeFrom()
3571 BenchmarkSeconds = other.BenchmarkSeconds; in MergeFrom()
3618 BenchmarkSeconds = input.ReadInt32(); in MergeFrom()