Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs2244 public string OtherServerApi { property in Grpc.Testing.ServerConfig
2309 if (OtherServerApi != other.OtherServerApi) return false; in Equals()
2326 if (OtherServerApi.Length != 0) hash ^= OtherServerApi.GetHashCode(); in GetHashCode()
2368 if (OtherServerApi.Length != 0) { in WriteTo()
2370 output.WriteString(OtherServerApi); in WriteTo()
2408 if (OtherServerApi.Length != 0) { in CalculateSize()
2409 size += 1 + pb::CodedOutputStream.ComputeStringSize(OtherServerApi); in CalculateSize()
2454 if (other.OtherServerApi.Length != 0) { in MergeFrom()
2455 OtherServerApi = other.OtherServerApi; in MergeFrom()
2511 OtherServerApi = input.ReadString(); in MergeFrom()