Lines Matching defs:RuntimeError
54 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.ConformanceResponse), global::Conformance.ConformanceResponse.Parser, new[]{ "ParseError", "SerializeError", "RuntimeError", "ProtobufPayload", "JsonPayload", "Skipped", "JspbPayload", "TextPayload" }, new[]{ "Result" }, null, null, null),
846 case ResultOneofCase.RuntimeError:
847 RuntimeError = other.RuntimeError;
916 public string RuntimeError {
917 get { return resultCase_ == ResultOneofCase.RuntimeError ? (string) result_ : ""; }
920 resultCase_ = ResultOneofCase.RuntimeError;
1006 RuntimeError = 2,
1040 if (RuntimeError != other.RuntimeError) return false;
1055 if (resultCase_ == ResultOneofCase.RuntimeError) hash ^= RuntimeError.GetHashCode();
1082 if (resultCase_ == ResultOneofCase.RuntimeError) {
1084 output.WriteString(RuntimeError);
1123 if (resultCase_ == ResultOneofCase.RuntimeError) {
1125 output.WriteString(RuntimeError);
1166 if (resultCase_ == ResultOneofCase.RuntimeError) {
1167 size += 1 + pb::CodedOutputStream.ComputeStringSize(RuntimeError);
1202 case ResultOneofCase.RuntimeError:
1203 RuntimeError = other.RuntimeError;
1241 RuntimeError = input.ReadString();
1287 RuntimeError = input.ReadString();