1ffe3c632Sopenharmony_ci// <auto-generated> 2ffe3c632Sopenharmony_ci// Generated by the protocol buffer compiler. DO NOT EDIT! 3ffe3c632Sopenharmony_ci// source: unittest_issue6936_a.proto 4ffe3c632Sopenharmony_ci// </auto-generated> 5ffe3c632Sopenharmony_ci#pragma warning disable 1591, 0612, 3021 6ffe3c632Sopenharmony_ci#region Designer generated code 7ffe3c632Sopenharmony_ci 8ffe3c632Sopenharmony_ciusing pb = global::Google.Protobuf; 9ffe3c632Sopenharmony_ciusing pbc = global::Google.Protobuf.Collections; 10ffe3c632Sopenharmony_ciusing pbr = global::Google.Protobuf.Reflection; 11ffe3c632Sopenharmony_ciusing scg = global::System.Collections.Generic; 12ffe3c632Sopenharmony_cinamespace UnitTest.Issues.TestProtos { 13ffe3c632Sopenharmony_ci 14ffe3c632Sopenharmony_ci /// <summary>Holder for reflection information generated from unittest_issue6936_a.proto</summary> 15ffe3c632Sopenharmony_ci public static partial class UnittestIssue6936AReflection { 16ffe3c632Sopenharmony_ci 17ffe3c632Sopenharmony_ci #region Descriptor 18ffe3c632Sopenharmony_ci /// <summary>File descriptor for unittest_issue6936_a.proto</summary> 19ffe3c632Sopenharmony_ci public static pbr::FileDescriptor Descriptor { 20ffe3c632Sopenharmony_ci get { return descriptor; } 21ffe3c632Sopenharmony_ci } 22ffe3c632Sopenharmony_ci private static pbr::FileDescriptor descriptor; 23ffe3c632Sopenharmony_ci 24ffe3c632Sopenharmony_ci static UnittestIssue6936AReflection() { 25ffe3c632Sopenharmony_ci byte[] descriptorData = global::System.Convert.FromBase64String( 26ffe3c632Sopenharmony_ci string.Concat( 27ffe3c632Sopenharmony_ci "Chp1bml0dGVzdF9pc3N1ZTY5MzZfYS5wcm90bxIPdW5pdHRlc3RfaXNzdWVz", 28ffe3c632Sopenharmony_ci "GiBnb29nbGUvcHJvdG9idWYvZGVzY3JpcHRvci5wcm90bzouCgNvcHQSHy5n", 29ffe3c632Sopenharmony_ci "b29nbGUucHJvdG9idWYuTWVzc2FnZU9wdGlvbnMY0IYDIAEoCUIdqgIaVW5p", 30ffe3c632Sopenharmony_ci "dFRlc3QuSXNzdWVzLlRlc3RQcm90b3NiBnByb3RvMw==")); 31ffe3c632Sopenharmony_ci descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 32ffe3c632Sopenharmony_ci new pbr::FileDescriptor[] { global::Google.Protobuf.Reflection.DescriptorReflection.Descriptor, }, 33ffe3c632Sopenharmony_ci new pbr::GeneratedClrTypeInfo(null, new pb::Extension[] { UnittestIssue6936AExtensions.Opt }, null)); 34ffe3c632Sopenharmony_ci } 35ffe3c632Sopenharmony_ci #endregion 36ffe3c632Sopenharmony_ci 37ffe3c632Sopenharmony_ci } 38ffe3c632Sopenharmony_ci /// <summary>Holder for extension identifiers generated from the top level of unittest_issue6936_a.proto</summary> 39ffe3c632Sopenharmony_ci public static partial class UnittestIssue6936AExtensions { 40ffe3c632Sopenharmony_ci public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, string> Opt = 41ffe3c632Sopenharmony_ci new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, string>(50000, pb::FieldCodec.ForString(400002, "")); 42ffe3c632Sopenharmony_ci } 43ffe3c632Sopenharmony_ci 44ffe3c632Sopenharmony_ci} 45ffe3c632Sopenharmony_ci 46ffe3c632Sopenharmony_ci#endregion Designer generated code 47