Searched refs:Skipped (Results 1 – 1 of 1) sorted by relevance
472 case ResultOneofCase.Skipped: in ConformanceResponse()473 Skipped = other.Skipped; in ConformanceResponse()571 public string Skipped { property in Conformance.ConformanceResponse572 get { return resultCase_ == ResultOneofCase.Skipped ? (string) result_ : ""; }575 resultCase_ = ResultOneofCase.Skipped;588 Skipped = 5, enumerator620 if (Skipped != other.Skipped) return false; in Equals()633 if (resultCase_ == ResultOneofCase.Skipped) hash ^= Skipped.GetHashCode(); in GetHashCode()661 if (resultCase_ == ResultOneofCase.Skipped) { in WriteTo()663 output.WriteString(Skipped); in WriteTo()[all …]