Lines Matching refs:ResultOneofCase
436 case ResultOneofCase.ParseError: in ConformanceResponse()
439 case ResultOneofCase.SerializeError: in ConformanceResponse()
442 case ResultOneofCase.RuntimeError: in ConformanceResponse()
445 case ResultOneofCase.ProtobufPayload: in ConformanceResponse()
448 case ResultOneofCase.JsonPayload: in ConformanceResponse()
451 case ResultOneofCase.Skipped: in ConformanceResponse()
472 get { return resultCase_ == ResultOneofCase.ParseError ? (string) result_ : ""; }
475 resultCase_ = ResultOneofCase.ParseError;
487 get { return resultCase_ == ResultOneofCase.SerializeError ? (string) result_ : ""; }
490 resultCase_ = ResultOneofCase.SerializeError;
502 get { return resultCase_ == ResultOneofCase.RuntimeError ? (string) result_ : ""; }
505 resultCase_ = ResultOneofCase.RuntimeError;
516 …get { return resultCase_ == ResultOneofCase.ProtobufPayload ? (pb::ByteString) result_ : pb::ByteS…
519 resultCase_ = ResultOneofCase.ProtobufPayload;
530 get { return resultCase_ == ResultOneofCase.JsonPayload ? (string) result_ : ""; }
533 resultCase_ = ResultOneofCase.JsonPayload;
544 get { return resultCase_ == ResultOneofCase.Skipped ? (string) result_ : ""; }
547 resultCase_ = ResultOneofCase.Skipped;
553 public enum ResultOneofCase { enum in Conformance.ConformanceResponse
562 private ResultOneofCase resultCase_ = ResultOneofCase.None;
563 public ResultOneofCase ResultCase {
568 resultCase_ = ResultOneofCase.None; in ClearResult()
595 if (resultCase_ == ResultOneofCase.ParseError) hash ^= ParseError.GetHashCode(); in GetHashCode()
596 if (resultCase_ == ResultOneofCase.SerializeError) hash ^= SerializeError.GetHashCode(); in GetHashCode()
597 if (resultCase_ == ResultOneofCase.RuntimeError) hash ^= RuntimeError.GetHashCode(); in GetHashCode()
598 if (resultCase_ == ResultOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode()
599 if (resultCase_ == ResultOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode(); in GetHashCode()
600 if (resultCase_ == ResultOneofCase.Skipped) hash ^= Skipped.GetHashCode(); in GetHashCode()
610 if (resultCase_ == ResultOneofCase.ParseError) { in WriteTo()
614 if (resultCase_ == ResultOneofCase.RuntimeError) { in WriteTo()
618 if (resultCase_ == ResultOneofCase.ProtobufPayload) { in WriteTo()
622 if (resultCase_ == ResultOneofCase.JsonPayload) { in WriteTo()
626 if (resultCase_ == ResultOneofCase.Skipped) { in WriteTo()
630 if (resultCase_ == ResultOneofCase.SerializeError) { in WriteTo()
638 if (resultCase_ == ResultOneofCase.ParseError) { in CalculateSize()
641 if (resultCase_ == ResultOneofCase.SerializeError) { in CalculateSize()
644 if (resultCase_ == ResultOneofCase.RuntimeError) { in CalculateSize()
647 if (resultCase_ == ResultOneofCase.ProtobufPayload) { in CalculateSize()
650 if (resultCase_ == ResultOneofCase.JsonPayload) { in CalculateSize()
653 if (resultCase_ == ResultOneofCase.Skipped) { in CalculateSize()
664 case ResultOneofCase.ParseError: in MergeFrom()
667 case ResultOneofCase.SerializeError: in MergeFrom()
670 case ResultOneofCase.RuntimeError: in MergeFrom()
673 case ResultOneofCase.ProtobufPayload: in MergeFrom()
676 case ResultOneofCase.JsonPayload: in MergeFrom()
679 case ResultOneofCase.Skipped: in MergeFrom()