Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
e2c82302
Commit
e2c82302
authored
Sep 29, 2015
by
Jon Skeet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generated code changes for previous commit.
parent
1351d20c
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
34 additions
and
34 deletions
+34
-34
Addressbook.cs
csharp/src/AddressBook/Addressbook.cs
+2
-2
Conformance.cs
csharp/src/Google.Protobuf.Conformance/Conformance.cs
+2
-2
MapUnittestProto3.cs
.../src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs
+2
-2
UnittestImportProto3.cs
...c/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
+1
-1
UnittestImportPublicProto3.cs
...le.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs
+1
-1
UnittestIssues.cs
csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
+4
-4
UnittestProto3.cs
csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
+3
-3
UnittestWellKnownTypes.cs
...Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
+1
-1
DescriptorProtoFile.cs
csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
+7
-7
Any.cs
csharp/src/Google.Protobuf/WellKnownTypes/Any.cs
+1
-1
Api.cs
csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
+1
-1
Duration.cs
csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs
+1
-1
Empty.cs
csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs
+1
-1
FieldMask.cs
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
+1
-1
SourceContext.cs
csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs
+1
-1
Struct.cs
csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
+1
-1
Timestamp.cs
csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs
+1
-1
Type.cs
csharp/src/Google.Protobuf/WellKnownTypes/Type.cs
+2
-2
Wrappers.cs
csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs
+1
-1
No files found.
csharp/src/AddressBook/Addressbook.cs
View file @
e2c82302
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
using
scg
=
global
::
System
.
Collections
.
Generic
;
using
scg
=
global
::
System
.
Collections
.
Generic
;
namespace
Google.Protobuf.Examples.AddressBook
{
namespace
Google.Protobuf.Examples.AddressBook
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from addressbook.proto</summary>
/// <summary>Holder for reflection information generated from addressbook.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Addressbook
{
public
static
partial
class
Addressbook
{
#
region
Descriptor
#
region
Descriptor
...
@@ -214,8 +214,8 @@ namespace Google.Protobuf.Examples.AddressBook {
...
@@ -214,8 +214,8 @@ namespace Google.Protobuf.Examples.AddressBook {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the Person message type.</summary>
/// <summary>Container for nested types declared in the Person message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
public
enum
PhoneType
{
public
enum
PhoneType
{
MOBILE
=
0
,
MOBILE
=
0
,
...
...
csharp/src/Google.Protobuf.Conformance/Conformance.cs
View file @
e2c82302
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
using
scg
=
global
::
System
.
Collections
.
Generic
;
using
scg
=
global
::
System
.
Collections
.
Generic
;
namespace
Conformance
{
namespace
Conformance
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from conformance.proto</summary>
/// <summary>Holder for reflection information generated from conformance.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Conformance
{
public
static
partial
class
Conformance
{
#
region
Descriptor
#
region
Descriptor
...
@@ -2128,8 +2128,8 @@ namespace Conformance {
...
@@ -2128,8 +2128,8 @@ namespace Conformance {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the TestAllTypes message type.</summary>
/// <summary>Container for nested types declared in the TestAllTypes message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
public
enum
NestedEnum
{
public
enum
NestedEnum
{
FOO
=
0
,
FOO
=
0
,
...
...
csharp/src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs
View file @
e2c82302
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
using
scg
=
global
::
System
.
Collections
.
Generic
;
using
scg
=
global
::
System
.
Collections
.
Generic
;
namespace
Google.Protobuf.TestProtos
{
namespace
Google.Protobuf.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/map_unittest_proto3.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/map_unittest_proto3.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
MapUnittestProto3
{
public
static
partial
class
MapUnittestProto3
{
#
region
Descriptor
#
region
Descriptor
...
@@ -1307,8 +1307,8 @@ namespace Google.Protobuf.TestProtos {
...
@@ -1307,8 +1307,8 @@ namespace Google.Protobuf.TestProtos {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the MessageContainingEnumCalledType message type.</summary>
/// <summary>Container for nested types declared in the MessageContainingEnumCalledType message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
public
enum
Type
{
public
enum
Type
{
TYPE_FOO
=
0
,
TYPE_FOO
=
0
,
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
View file @
e2c82302
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
using
scg
=
global
::
System
.
Collections
.
Generic
;
using
scg
=
global
::
System
.
Collections
.
Generic
;
namespace
Google.Protobuf.TestProtos
{
namespace
Google.Protobuf.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/unittest_import_proto3.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/unittest_import_proto3.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
UnittestImportProto3
{
public
static
partial
class
UnittestImportProto3
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs
View file @
e2c82302
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
using
scg
=
global
::
System
.
Collections
.
Generic
;
using
scg
=
global
::
System
.
Collections
.
Generic
;
namespace
Google.Protobuf.TestProtos
{
namespace
Google.Protobuf.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/unittest_import_public_proto3.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/unittest_import_public_proto3.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
UnittestImportPublicProto3
{
public
static
partial
class
UnittestImportPublicProto3
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
View file @
e2c82302
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
using
scg
=
global
::
System
.
Collections
.
Generic
;
using
scg
=
global
::
System
.
Collections
.
Generic
;
namespace
UnitTest.Issues.TestProtos
{
namespace
UnitTest.Issues.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from unittest_issues.proto</summary>
/// <summary>Holder for reflection information generated from unittest_issues.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
UnittestIssues
{
public
static
partial
class
UnittestIssues
{
#
region
Descriptor
#
region
Descriptor
...
@@ -151,8 +151,8 @@ namespace UnitTest.Issues.TestProtos {
...
@@ -151,8 +151,8 @@ namespace UnitTest.Issues.TestProtos {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the Issue307 message type.</summary>
/// <summary>Container for nested types declared in the Issue307 message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
sealed
partial
class
NestedOnce
:
pb
::
IMessage
<
NestedOnce
>
{
public
sealed
partial
class
NestedOnce
:
pb
::
IMessage
<
NestedOnce
>
{
...
@@ -229,8 +229,8 @@ namespace UnitTest.Issues.TestProtos {
...
@@ -229,8 +229,8 @@ namespace UnitTest.Issues.TestProtos {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the NestedOnce message type.</summary>
/// <summary>Container for nested types declared in the NestedOnce message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
sealed
partial
class
NestedTwice
:
pb
::
IMessage
<
NestedTwice
>
{
public
sealed
partial
class
NestedTwice
:
pb
::
IMessage
<
NestedTwice
>
{
...
@@ -985,8 +985,8 @@ namespace UnitTest.Issues.TestProtos {
...
@@ -985,8 +985,8 @@ namespace UnitTest.Issues.TestProtos {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the ReservedNames message type.</summary>
/// <summary>Container for nested types declared in the ReservedNames message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
sealed
partial
class
SomeNestedType
:
pb
::
IMessage
<
SomeNestedType
>
{
public
sealed
partial
class
SomeNestedType
:
pb
::
IMessage
<
SomeNestedType
>
{
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
View file @
e2c82302
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
using
scg
=
global
::
System
.
Collections
.
Generic
;
using
scg
=
global
::
System
.
Collections
.
Generic
;
namespace
Google.Protobuf.TestProtos
{
namespace
Google.Protobuf.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/unittest_proto3.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/unittest_proto3.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
UnittestProto3
{
public
static
partial
class
UnittestProto3
{
#
region
Descriptor
#
region
Descriptor
...
@@ -1446,8 +1446,8 @@ namespace Google.Protobuf.TestProtos {
...
@@ -1446,8 +1446,8 @@ namespace Google.Protobuf.TestProtos {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the TestAllTypes message type.</summary>
/// <summary>Container for nested types declared in the TestAllTypes message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
public
enum
NestedEnum
{
public
enum
NestedEnum
{
NESTED_ENUM_UNSPECIFIED
=
0
,
NESTED_ENUM_UNSPECIFIED
=
0
,
...
@@ -3060,8 +3060,8 @@ namespace Google.Protobuf.TestProtos {
...
@@ -3060,8 +3060,8 @@ namespace Google.Protobuf.TestProtos {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the TestFieldOrderings message type.</summary>
/// <summary>Container for nested types declared in the TestFieldOrderings message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
sealed
partial
class
NestedMessage
:
pb
::
IMessage
<
NestedMessage
>
{
public
sealed
partial
class
NestedMessage
:
pb
::
IMessage
<
NestedMessage
>
{
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
View file @
e2c82302
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
using
scg
=
global
::
System
.
Collections
.
Generic
;
using
scg
=
global
::
System
.
Collections
.
Generic
;
namespace
Google.Protobuf.TestProtos
{
namespace
Google.Protobuf.TestProtos
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/unittest_well_known_types.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/unittest_well_known_types.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
UnittestWellKnownTypes
{
public
static
partial
class
UnittestWellKnownTypes
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
View file @
e2c82302
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
using
scg
=
global
::
System
.
Collections
.
Generic
;
using
scg
=
global
::
System
.
Collections
.
Generic
;
namespace
Google.Protobuf.Reflection
{
namespace
Google.Protobuf.Reflection
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/descriptor.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/descriptor.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
internal
static
partial
class
DescriptorProtoFile
{
internal
static
partial
class
DescriptorProtoFile
{
#
region
Descriptor
#
region
Descriptor
...
@@ -879,8 +879,8 @@ namespace Google.Protobuf.Reflection {
...
@@ -879,8 +879,8 @@ namespace Google.Protobuf.Reflection {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the DescriptorProto message type.</summary>
/// <summary>Container for nested types declared in the DescriptorProto message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
internal
sealed
partial
class
ExtensionRange
:
pb
::
IMessage
<
ExtensionRange
>
{
internal
sealed
partial
class
ExtensionRange
:
pb
::
IMessage
<
ExtensionRange
>
{
...
@@ -1458,8 +1458,8 @@ namespace Google.Protobuf.Reflection {
...
@@ -1458,8 +1458,8 @@ namespace Google.Protobuf.Reflection {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the FieldDescriptorProto message type.</summary>
/// <summary>Container for nested types declared in the FieldDescriptorProto message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
internal
enum
Type
{
internal
enum
Type
{
TYPE_DOUBLE
=
1
,
TYPE_DOUBLE
=
1
,
...
@@ -2780,8 +2780,8 @@ namespace Google.Protobuf.Reflection {
...
@@ -2780,8 +2780,8 @@ namespace Google.Protobuf.Reflection {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the FileOptions message type.</summary>
/// <summary>Container for nested types declared in the FileOptions message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
internal
enum
OptimizeMode
{
internal
enum
OptimizeMode
{
SPEED
=
1
,
SPEED
=
1
,
...
@@ -3241,8 +3241,8 @@ namespace Google.Protobuf.Reflection {
...
@@ -3241,8 +3241,8 @@ namespace Google.Protobuf.Reflection {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the FieldOptions message type.</summary>
/// <summary>Container for nested types declared in the FieldOptions message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
internal
enum
CType
{
internal
enum
CType
{
STRING
=
0
,
STRING
=
0
,
...
@@ -4016,8 +4016,8 @@ namespace Google.Protobuf.Reflection {
...
@@ -4016,8 +4016,8 @@ namespace Google.Protobuf.Reflection {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the UninterpretedOption message type.</summary>
/// <summary>Container for nested types declared in the UninterpretedOption message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
internal
sealed
partial
class
NamePart
:
pb
::
IMessage
<
NamePart
>
{
internal
sealed
partial
class
NamePart
:
pb
::
IMessage
<
NamePart
>
{
...
@@ -4245,8 +4245,8 @@ namespace Google.Protobuf.Reflection {
...
@@ -4245,8 +4245,8 @@ namespace Google.Protobuf.Reflection {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the SourceCodeInfo message type.</summary>
/// <summary>Container for nested types declared in the SourceCodeInfo message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
internal
sealed
partial
class
Location
:
pb
::
IMessage
<
Location
>
{
internal
sealed
partial
class
Location
:
pb
::
IMessage
<
Location
>
{
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Any.cs
View file @
e2c82302
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/any.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/any.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Any
{
public
static
partial
class
Any
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
View file @
e2c82302
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/api.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/api.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Api
{
public
static
partial
class
Api
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs
View file @
e2c82302
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/duration.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/duration.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Duration
{
public
static
partial
class
Duration
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs
View file @
e2c82302
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/empty.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/empty.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Empty
{
public
static
partial
class
Empty
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
View file @
e2c82302
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/field_mask.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/field_mask.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
FieldMask
{
public
static
partial
class
FieldMask
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs
View file @
e2c82302
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/source_context.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/source_context.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
SourceContext
{
public
static
partial
class
SourceContext
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
View file @
e2c82302
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/struct.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/struct.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Struct
{
public
static
partial
class
Struct
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs
View file @
e2c82302
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/timestamp.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/timestamp.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Timestamp
{
public
static
partial
class
Timestamp
{
#
region
Descriptor
#
region
Descriptor
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Type.cs
View file @
e2c82302
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -11,8 +11,8 @@ namespace Google.Protobuf.WellKnownTypes {
namespace
Proto
{
namespace
Proto
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/type.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/type.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Type
{
public
static
partial
class
Type
{
#
region
Descriptor
#
region
Descriptor
...
@@ -597,8 +597,8 @@ namespace Google.Protobuf.WellKnownTypes {
...
@@ -597,8 +597,8 @@ namespace Google.Protobuf.WellKnownTypes {
}
}
#
region
Nested
types
#
region
Nested
types
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Container for nested types declared in the Field message type.</summary>
/// <summary>Container for nested types declared in the Field message type.</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Types
{
public
static
partial
class
Types
{
public
enum
Kind
{
public
enum
Kind
{
TYPE_UNKNOWN
=
0
,
TYPE_UNKNOWN
=
0
,
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs
View file @
e2c82302
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
...
@@ -9,8 +9,8 @@ using pbr = global::Google.Protobuf.Reflection;
using
scg
=
global
::
System
.
Collections
.
Generic
;
using
scg
=
global
::
System
.
Collections
.
Generic
;
namespace
Google.Protobuf.WellKnownTypes
{
namespace
Google.Protobuf.WellKnownTypes
{
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
/// <summary>Holder for reflection information generated from google/protobuf/wrappers.proto</summary>
/// <summary>Holder for reflection information generated from google/protobuf/wrappers.proto</summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
public
static
partial
class
Wrappers
{
public
static
partial
class
Wrappers
{
#
region
Descriptor
#
region
Descriptor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment