Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs1517 public int IntervalUs { property in Grpc.Testing.ResponseParameters
1555 if (IntervalUs != other.IntervalUs) return false; in Equals()
1564 if (IntervalUs != 0) hash ^= IntervalUs.GetHashCode(); in GetHashCode()
1583 if (IntervalUs != 0) { in WriteTo()
1585 output.WriteInt32(IntervalUs); in WriteTo()
1602 if (IntervalUs != 0) { in CalculateSize()
1603 size += 1 + pb::CodedOutputStream.ComputeInt32Size(IntervalUs); in CalculateSize()
1622 if (other.IntervalUs != 0) { in MergeFrom()
1623 IntervalUs = other.IntervalUs; in MergeFrom()
1647 IntervalUs = input.ReadInt32(); in MergeFrom()