Searched refs:ComplexParams (Results 1 – 1 of 1) sorted by relevance
500 case PayloadOneofCase.ComplexParams: in PayloadConfig()501 ComplexParams = other.ComplexParams.Clone(); in PayloadConfig()538 public global::Grpc.Testing.ComplexProtoParams ComplexParams { property in Grpc.Testing.PayloadConfig539 …get { return payloadCase_ == PayloadOneofCase.ComplexParams ? (global::Grpc.Testing.ComplexProtoPa…542 payloadCase_ = value == null ? PayloadOneofCase.None : PayloadOneofCase.ComplexParams;552 ComplexParams = 3, enumerator581 if (!object.Equals(ComplexParams, other.ComplexParams)) return false; in Equals()591 if (payloadCase_ == PayloadOneofCase.ComplexParams) hash ^= ComplexParams.GetHashCode(); in GetHashCode()614 if (payloadCase_ == PayloadOneofCase.ComplexParams) { in WriteTo()616 output.WriteMessage(ComplexParams); in WriteTo()[all …]