File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
csharp/src/Google.Protobuf/Reflection Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ #region Copyright notice and license
2
+ // Protocol Buffers - Google's data interchange format
3
+ // Copyright 2008 Google Inc. All rights reserved.
4
+ //
5
+ // Use of this source code is governed by a BSD-style
6
+ // license that can be found in the LICENSE file or at
7
+ // https://developers.google.com/open-source/licenses/bsd
8
+ #endregion
9
+
10
+ namespace Google . Protobuf . Reflection ;
11
+
12
+ internal sealed partial class FeatureSetDescriptor
13
+ {
14
+ // Canonical serialized form of the edition defaults, generated by embed_edition_defaults.
15
+ private const string DefaultsBase64 =
16
+ "ChMYhAciACoMCAEQAhgCIAMoATACChMY5wciACoMCAIQARgBIAIoATABChMY6AciDAgBEAEYASACKAEwASoAIOYHKOgH" ;
17
+ }
You can’t perform that action at this time.
0 commit comments