Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Side by Side Diff: third_party/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Generated by the protocol buffer compiler. DO NOT EDIT! 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/unittest_import_public_proto3.proto 2 // source: google/protobuf/unittest_import_public_proto3.proto
3 #pragma warning disable 1591, 0612, 3021 3 #pragma warning disable 1591, 0612, 3021
4 #region Designer generated code 4 #region Designer generated code
5 5
6 using pb = global::Google.Protobuf; 6 using pb = global::Google.Protobuf;
7 using pbc = global::Google.Protobuf.Collections; 7 using pbc = global::Google.Protobuf.Collections;
8 using pbr = global::Google.Protobuf.Reflection; 8 using pbr = global::Google.Protobuf.Reflection;
9 using scg = global::System.Collections.Generic; 9 using scg = global::System.Collections.Generic;
10 namespace Google.Protobuf.TestProtos { 10 namespace Google.Protobuf.TestProtos {
(...skipping 11 matching lines...) Expand all
22 22
23 static UnittestImportPublicProto3Reflection() { 23 static UnittestImportPublicProto3Reflection() {
24 byte[] descriptorData = global::System.Convert.FromBase64String( 24 byte[] descriptorData = global::System.Convert.FromBase64String(
25 string.Concat( 25 string.Concat(
26 "CjNnb29nbGUvcHJvdG9idWYvdW5pdHRlc3RfaW1wb3J0X3B1YmxpY19wcm90", 26 "CjNnb29nbGUvcHJvdG9idWYvdW5pdHRlc3RfaW1wb3J0X3B1YmxpY19wcm90",
27 "bzMucHJvdG8SGHByb3RvYnVmX3VuaXR0ZXN0X2ltcG9ydCIgChNQdWJsaWNJ", 27 "bzMucHJvdG8SGHByb3RvYnVmX3VuaXR0ZXN0X2ltcG9ydCIgChNQdWJsaWNJ",
28 "bXBvcnRNZXNzYWdlEgkKAWUYASABKAVCNwoYY29tLmdvb2dsZS5wcm90b2J1", 28 "bXBvcnRNZXNzYWdlEgkKAWUYASABKAVCNwoYY29tLmdvb2dsZS5wcm90b2J1",
29 "Zi50ZXN0qgIaR29vZ2xlLlByb3RvYnVmLlRlc3RQcm90b3NiBnByb3RvMw==")); 29 "Zi50ZXN0qgIaR29vZ2xlLlByb3RvYnVmLlRlc3RQcm90b3NiBnByb3RvMw=="));
30 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 30 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
31 new pbr::FileDescriptor[] { }, 31 new pbr::FileDescriptor[] { },
32 new pbr::GeneratedCodeInfo(null, new pbr::GeneratedCodeInfo[] { 32 new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
33 new pbr::GeneratedCodeInfo(typeof(global::Google.Protobuf.TestProtos .PublicImportMessage), global::Google.Protobuf.TestProtos.PublicImportMessage.Pa rser, new[]{ "E" }, null, null, null) 33 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestPro tos.PublicImportMessage), global::Google.Protobuf.TestProtos.PublicImportMessage .Parser, new[]{ "E" }, null, null, null)
34 })); 34 }));
35 } 35 }
36 #endregion 36 #endregion
37 37
38 } 38 }
39 #region Messages 39 #region Messages
40 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 40 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
41 public sealed partial class PublicImportMessage : pb::IMessage<PublicImportMes sage> { 41 public sealed partial class PublicImportMessage : pb::IMessage<PublicImportMes sage> {
42 private static readonly pb::MessageParser<PublicImportMessage> _parser = new pb::MessageParser<PublicImportMessage>(() => new PublicImportMessage()); 42 private static readonly pb::MessageParser<PublicImportMessage> _parser = new pb::MessageParser<PublicImportMessage>(() => new PublicImportMessage());
43 public static pb::MessageParser<PublicImportMessage> Parser { get { return _ parser; } } 43 public static pb::MessageParser<PublicImportMessage> Parser { get { return _ parser; } }
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 } 138 }
139 } 139 }
140 140
141 } 141 }
142 142
143 #endregion 143 #endregion
144 144
145 } 145 }
146 146
147 #endregion Designer generated code 147 #endregion Designer generated code
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698