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
dea15a7c
Commit
dea15a7c
authored
Jul 30, 2015
by
Jon Skeet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generated code from previous commit.
parent
f0327166
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
0 additions
and
315 deletions
+0
-315
Addressbook.cs
csharp/src/AddressBook/Addressbook.cs
+0
-9
MapUnittestProto3.cs
.../src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs
+0
-21
UnittestImportProto3.cs
...c/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
+0
-3
UnittestImportPublicProto3.cs
...le.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs
+0
-3
UnittestIssues.cs
csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
+0
-21
UnittestProto3.cs
csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
+0
-105
UnittestWellKnownTypes.cs
...Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
+0
-12
DescriptorProtoFile.cs
csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
+0
-66
Any.cs
csharp/src/Google.Protobuf/WellKnownTypes/Any.cs
+0
-3
Api.cs
csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
+0
-6
Duration.cs
csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs
+0
-3
Empty.cs
csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs
+0
-3
FieldMask.cs
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
+0
-3
SourceContext.cs
csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs
+0
-3
Struct.cs
csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
+0
-9
Timestamp.cs
csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs
+0
-3
Type.cs
csharp/src/Google.Protobuf/WellKnownTypes/Type.cs
+0
-15
Wrappers.cs
csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs
+0
-27
No files found.
csharp/src/AddressBook/Addressbook.cs
View file @
dea15a7c
...
...
@@ -54,9 +54,6 @@ namespace Google.Protobuf.Examples.AddressBook {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Person
()
{
OnConstruction
();
}
...
...
@@ -240,9 +237,6 @@ namespace Google.Protobuf.Examples.AddressBook {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
PhoneNumber
()
{
OnConstruction
();
}
...
...
@@ -380,9 +374,6 @@ namespace Google.Protobuf.Examples.AddressBook {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
AddressBook
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs
View file @
dea15a7c
...
...
@@ -183,9 +183,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestMap
()
{
OnConstruction
();
}
...
...
@@ -572,9 +569,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestMapSubmessage
()
{
OnConstruction
();
}
...
...
@@ -687,9 +681,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestMessageMap
()
{
OnConstruction
();
}
...
...
@@ -788,9 +779,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestSameTypeMap
()
{
OnConstruction
();
}
...
...
@@ -907,9 +895,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestArenaMap
()
{
OnConstruction
();
}
...
...
@@ -1260,9 +1245,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
MessageContainingEnumCalledType
()
{
OnConstruction
();
}
...
...
@@ -1371,9 +1353,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
MessageContainingMapCalledEntry
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
View file @
dea15a7c
...
...
@@ -62,9 +62,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
ImportMessage
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs
View file @
dea15a7c
...
...
@@ -48,9 +48,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
PublicImportMessage
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
View file @
dea15a7c
...
...
@@ -80,9 +80,6 @@ namespace UnitTest.Issues.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Issue307
()
{
OnConstruction
();
}
...
...
@@ -164,9 +161,6 @@ namespace UnitTest.Issues.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
NestedOnce
()
{
OnConstruction
();
}
...
...
@@ -248,9 +242,6 @@ namespace UnitTest.Issues.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
NestedTwice
()
{
OnConstruction
();
}
...
...
@@ -341,9 +332,6 @@ namespace UnitTest.Issues.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
NegativeEnumMessage
()
{
OnConstruction
();
}
...
...
@@ -488,9 +476,6 @@ namespace UnitTest.Issues.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
DeprecatedChild
()
{
OnConstruction
();
}
...
...
@@ -571,9 +556,6 @@ namespace UnitTest.Issues.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
DeprecatedFieldsMessage
()
{
OnConstruction
();
}
...
...
@@ -800,9 +782,6 @@ namespace UnitTest.Issues.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
ItemField
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
View file @
dea15a7c
...
...
@@ -232,9 +232,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestAllTypes
()
{
OnConstruction
();
}
...
...
@@ -1473,9 +1470,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
NestedMessage
()
{
OnConstruction
();
}
...
...
@@ -1587,9 +1581,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
NestedTestAllTypes
()
{
OnConstruction
();
}
...
...
@@ -1752,9 +1743,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestDeprecatedFields
()
{
OnConstruction
();
}
...
...
@@ -1862,9 +1850,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
ForeignMessage
()
{
OnConstruction
();
}
...
...
@@ -1971,9 +1956,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestReservedFields
()
{
OnConstruction
();
}
...
...
@@ -2054,9 +2036,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestForeignNested
()
{
OnConstruction
();
}
...
...
@@ -2169,9 +2148,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestReallyLargeTagNumber
()
{
OnConstruction
();
}
...
...
@@ -2304,9 +2280,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestRecursiveMessage
()
{
OnConstruction
();
}
...
...
@@ -2445,9 +2418,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestMutualRecursionA
()
{
OnConstruction
();
}
...
...
@@ -2560,9 +2530,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestMutualRecursionB
()
{
OnConstruction
();
}
...
...
@@ -2701,9 +2668,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestCamelCaseFieldNames
()
{
OnConstruction
();
}
...
...
@@ -2968,9 +2932,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestFieldOrderings
()
{
OnConstruction
();
}
...
...
@@ -3162,9 +3123,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
NestedMessage
()
{
OnConstruction
();
}
...
...
@@ -3302,9 +3260,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
SparseEnumMessage
()
{
OnConstruction
();
}
...
...
@@ -3411,9 +3366,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
OneString
()
{
OnConstruction
();
}
...
...
@@ -3520,9 +3472,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
MoreString
()
{
OnConstruction
();
}
...
...
@@ -3621,9 +3570,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
OneBytes
()
{
OnConstruction
();
}
...
...
@@ -3730,9 +3676,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
MoreBytes
()
{
OnConstruction
();
}
...
...
@@ -3839,9 +3782,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Int32Message
()
{
OnConstruction
();
}
...
...
@@ -3948,9 +3888,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Uint32Message
()
{
OnConstruction
();
}
...
...
@@ -4057,9 +3994,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Int64Message
()
{
OnConstruction
();
}
...
...
@@ -4166,9 +4100,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Uint64Message
()
{
OnConstruction
();
}
...
...
@@ -4275,9 +4206,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
BoolMessage
()
{
OnConstruction
();
}
...
...
@@ -4384,9 +4312,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestOneof
()
{
OnConstruction
();
}
...
...
@@ -4579,9 +4504,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestPackedTypes
()
{
OnConstruction
();
}
...
...
@@ -4928,9 +4850,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestUnpackedTypes
()
{
OnConstruction
();
}
...
...
@@ -5277,9 +5196,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestRepeatedScalarDifferentTagSizes
()
{
OnConstruction
();
}
...
...
@@ -5474,9 +5390,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestCommentInjectionMessage
()
{
OnConstruction
();
}
...
...
@@ -5583,9 +5496,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FooRequest
()
{
OnConstruction
();
}
...
...
@@ -5666,9 +5576,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FooResponse
()
{
OnConstruction
();
}
...
...
@@ -5749,9 +5656,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FooClientMessage
()
{
OnConstruction
();
}
...
...
@@ -5832,9 +5736,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FooServerMessage
()
{
OnConstruction
();
}
...
...
@@ -5915,9 +5816,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
BarRequest
()
{
OnConstruction
();
}
...
...
@@ -5998,9 +5896,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
BarResponse
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
View file @
dea15a7c
...
...
@@ -183,9 +183,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
TestWellKnownTypes
()
{
OnConstruction
();
}
...
...
@@ -833,9 +830,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
RepeatedWellKnownTypes
()
{
OnConstruction
();
}
...
...
@@ -1240,9 +1234,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
OneofWellKnownTypes
()
{
OnConstruction
();
}
...
...
@@ -1910,9 +1901,6 @@ namespace Google.Protobuf.TestProtos {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
MapWellKnownTypes
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
View file @
dea15a7c
...
...
@@ -173,9 +173,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FileDescriptorSet
()
{
OnConstruction
();
}
...
...
@@ -274,9 +271,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FileDescriptorProto
()
{
OnConstruction
();
}
...
...
@@ -627,9 +621,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
DescriptorProto
()
{
OnConstruction
();
}
...
...
@@ -913,9 +904,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
ExtensionRange
()
{
OnConstruction
();
}
...
...
@@ -1048,9 +1036,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
ReservedRange
()
{
OnConstruction
();
}
...
...
@@ -1188,9 +1173,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FieldDescriptorProto
()
{
OnConstruction
();
}
...
...
@@ -1544,9 +1526,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
OneofDescriptorProto
()
{
OnConstruction
();
}
...
...
@@ -1653,9 +1632,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
EnumDescriptorProto
()
{
OnConstruction
();
}
...
...
@@ -1812,9 +1788,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
EnumValueDescriptorProto
()
{
OnConstruction
();
}
...
...
@@ -1979,9 +1952,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
ServiceDescriptorProto
()
{
OnConstruction
();
}
...
...
@@ -2138,9 +2108,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
MethodDescriptorProto
()
{
OnConstruction
();
}
...
...
@@ -2383,9 +2350,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FileOptions
()
{
OnConstruction
();
}
...
...
@@ -2860,9 +2824,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
MessageOptions
()
{
OnConstruction
();
}
...
...
@@ -3065,9 +3026,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FieldOptions
()
{
OnConstruction
();
}
...
...
@@ -3340,9 +3298,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
EnumOptions
()
{
OnConstruction
();
}
...
...
@@ -3493,9 +3448,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
EnumValueOptions
()
{
OnConstruction
();
}
...
...
@@ -3620,9 +3572,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
ServiceOptions
()
{
OnConstruction
();
}
...
...
@@ -3747,9 +3696,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
MethodOptions
()
{
OnConstruction
();
}
...
...
@@ -3874,9 +3820,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
UninterpretedOption
()
{
OnConstruction
();
}
...
...
@@ -4132,9 +4075,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
NamePart
()
{
OnConstruction
();
}
...
...
@@ -4272,9 +4212,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
SourceCodeInfo
()
{
OnConstruction
();
}
...
...
@@ -4374,9 +4311,6 @@ namespace Google.Protobuf.Reflection {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Location
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Any.cs
View file @
dea15a7c
...
...
@@ -51,9 +51,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Any
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
View file @
dea15a7c
...
...
@@ -61,9 +61,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Api
()
{
OnConstruction
();
}
...
...
@@ -264,9 +261,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Method
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs
View file @
dea15a7c
...
...
@@ -52,9 +52,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Duration
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs
View file @
dea15a7c
...
...
@@ -51,9 +51,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Empty
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
View file @
dea15a7c
...
...
@@ -51,9 +51,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FieldMask
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs
View file @
dea15a7c
...
...
@@ -52,9 +52,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
SourceContext
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
View file @
dea15a7c
...
...
@@ -70,9 +70,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Struct
()
{
OnConstruction
();
}
...
...
@@ -171,9 +168,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Value
()
{
OnConstruction
();
}
...
...
@@ -459,9 +453,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
ListValue
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs
View file @
dea15a7c
...
...
@@ -52,9 +52,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Timestamp
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Type.cs
View file @
dea15a7c
...
...
@@ -82,9 +82,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Type
()
{
OnConstruction
();
}
...
...
@@ -277,9 +274,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Field
()
{
OnConstruction
();
}
...
...
@@ -594,9 +588,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Enum
()
{
OnConstruction
();
}
...
...
@@ -771,9 +762,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
EnumValue
()
{
OnConstruction
();
}
...
...
@@ -924,9 +912,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Option
()
{
OnConstruction
();
}
...
...
csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs
View file @
dea15a7c
...
...
@@ -61,9 +61,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
DoubleValue
()
{
OnConstruction
();
}
...
...
@@ -170,9 +167,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
FloatValue
()
{
OnConstruction
();
}
...
...
@@ -279,9 +273,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Int64Value
()
{
OnConstruction
();
}
...
...
@@ -388,9 +379,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
UInt64Value
()
{
OnConstruction
();
}
...
...
@@ -497,9 +485,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
Int32Value
()
{
OnConstruction
();
}
...
...
@@ -606,9 +591,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
UInt32Value
()
{
OnConstruction
();
}
...
...
@@ -715,9 +697,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
BoolValue
()
{
OnConstruction
();
}
...
...
@@ -824,9 +803,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
StringValue
()
{
OnConstruction
();
}
...
...
@@ -933,9 +909,6 @@ namespace Google.Protobuf.WellKnownTypes {
get
{
return
Descriptor
;
}
}
private
bool
_frozen
=
false
;
public
bool
IsFrozen
{
get
{
return
_frozen
;
}
}
public
BytesValue
()
{
OnConstruction
();
}
...
...
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