Lines Matching defs:Conformance
12 namespace Conformance {
51 new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Conformance.WireFormat), typeof(global::Conformance.TestCategory), }, null, new pbr::GeneratedClrTypeInfo[] {
52 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.FailureSet), global::Conformance.FailureSet.Parser, new[]{ "Failure" }, null, null, null, null),
53 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.ConformanceRequest), global::Conformance.ConformanceRequest.Parser, new[]{ "ProtobufPayload", "JsonPayload", "JspbPayload", "TextPayload", "RequestedOutputFormat", "MessageType", "TestCategory", "JspbEncodingOptions", "PrintUnknownFields" }, new[]{ "Payload" }, null, null, null),
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),
55 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.JspbEncodingConfig), global::Conformance.JspbEncodingConfig.Parser, new[]{ "UseJspbArrayAnyFormat" }, null, null, null, null)
122 get { return global::Conformance.ConformanceReflection.Descriptor.MessageTypes[0]; }
290 get { return global::Conformance.ConformanceReflection.Descriptor.MessageTypes[1]; }
384 private global::Conformance.WireFormat requestedOutputFormat_ = global::Conformance.WireFormat.Unspecified;
389 public global::Conformance.WireFormat RequestedOutputFormat {
414 private global::Conformance.TestCategory testCategory_ = global::Conformance.TestCategory.UnspecifiedTest;
421 public global::Conformance.TestCategory TestCategory {
430 private global::Conformance.JspbEncodingConfig jspbEncodingOptions_;
435 public global::Conformance.JspbEncodingConfig JspbEncodingOptions {
511 if (RequestedOutputFormat != global::Conformance.WireFormat.Unspecified) hash ^= RequestedOutputFormat.GetHashCode();
513 if (TestCategory != global::Conformance.TestCategory.UnspecifiedTest) hash ^= TestCategory.GetHashCode();
541 if (RequestedOutputFormat != global::Conformance.WireFormat.Unspecified) {
549 if (TestCategory != global::Conformance.TestCategory.UnspecifiedTest) {
586 if (RequestedOutputFormat != global::Conformance.WireFormat.Unspecified) {
594 if (TestCategory != global::Conformance.TestCategory.UnspecifiedTest) {
635 if (RequestedOutputFormat != global::Conformance.WireFormat.Unspecified) {
641 if (TestCategory != global::Conformance.TestCategory.UnspecifiedTest) {
661 if (other.RequestedOutputFormat != global::Conformance.WireFormat.Unspecified) {
667 if (other.TestCategory != global::Conformance.TestCategory.UnspecifiedTest) {
672 JspbEncodingOptions = new global::Conformance.JspbEncodingConfig();
717 RequestedOutputFormat = (global::Conformance.WireFormat) input.ReadEnum();
725 TestCategory = (global::Conformance.TestCategory) input.ReadEnum();
730 JspbEncodingOptions = new global::Conformance.JspbEncodingConfig();
770 RequestedOutputFormat = (global::Conformance.WireFormat) input.ReadEnum();
778 TestCategory = (global::Conformance.TestCategory) input.ReadEnum();
783 JspbEncodingOptions = new global::Conformance.JspbEncodingConfig();
822 get { return global::Conformance.ConformanceReflection.Descriptor.MessageTypes[2]; }
1336 get { return global::Conformance.ConformanceReflection.Descriptor.MessageTypes[3]; }