Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1222 public string OtherClientApi { property in Grpc.Testing.ClientConfig
1306 if (OtherClientApi != other.OtherClientApi) return false; in Equals()
1329 if (OtherClientApi.Length != 0) hash ^= OtherClientApi.GetHashCode(); in GetHashCode()
1389 if (OtherClientApi.Length != 0) { in WriteTo()
1391 output.WriteString(OtherClientApi); in WriteTo()
1446 if (OtherClientApi.Length != 0) { in CalculateSize()
1447 size += 1 + pb::CodedOutputStream.ComputeStringSize(OtherClientApi); in CalculateSize()
1514 if (other.OtherClientApi.Length != 0) { in MergeFrom()
1515 OtherClientApi = other.OtherClientApi; in MergeFrom()
1600 OtherClientApi = input.ReadString(); in MergeFrom()