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
68fc689e
Commit
68fc689e
authored
Jul 10, 2015
by
Jon Skeet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generated code changes for previous submit
parent
ef3464df
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
34 additions
and
34 deletions
+34
-34
Addressbook.cs
csharp/src/AddressBook/Addressbook.cs
+3
-3
MapUnittestProto3.cs
.../src/ProtocolBuffers.Test/TestProtos/MapUnittestProto3.cs
+0
-0
UnittestImportProto3.cs
...c/ProtocolBuffers.Test/TestProtos/UnittestImportProto3.cs
+1
-1
UnittestImportPublicProto3.cs
...ocolBuffers.Test/TestProtos/UnittestImportPublicProto3.cs
+1
-1
UnittestIssues.cs
csharp/src/ProtocolBuffers.Test/TestProtos/UnittestIssues.cs
+7
-7
UnittestProto3.cs
csharp/src/ProtocolBuffers.Test/TestProtos/UnittestProto3.cs
+0
-0
DescriptorProtoFile.cs
...c/ProtocolBuffers/DescriptorProtos/DescriptorProtoFile.cs
+22
-22
No files found.
csharp/src/AddressBook/Addressbook.cs
View file @
68fc689e
...
...
@@ -40,13 +40,13 @@ namespace Google.Protobuf.Examples.AddressBook {
});
internal__static_tutorial_Person__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
Examples
.
AddressBook
.
Person
),
descriptor
.
MessageTypes
[
0
],
new
string
[]
{
"Name"
,
"Id"
,
"Email"
,
"Phone"
,
});
new
string
[]
{
"Name"
,
"Id"
,
"Email"
,
"Phone"
,
}
,
new
string
[]
{
}
);
internal__static_tutorial_Person_PhoneNumber__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
Examples
.
AddressBook
.
Person
.
Types
.
PhoneNumber
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
0
],
new
string
[]
{
"Number"
,
"Type"
,
});
new
string
[]
{
"Number"
,
"Type"
,
}
,
new
string
[]
{
}
);
internal__static_tutorial_AddressBook__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
Examples
.
AddressBook
.
AddressBook
),
descriptor
.
MessageTypes
[
1
],
new
string
[]
{
"Person"
,
});
new
string
[]
{
"Person"
,
}
,
new
string
[]
{
}
);
}
#
endregion
...
...
csharp/src/ProtocolBuffers.Test/TestProtos/MapUnittestProto3.cs
View file @
68fc689e
This diff is collapsed.
Click to expand it.
csharp/src/ProtocolBuffers.Test/TestProtos/UnittestImportProto3.cs
View file @
68fc689e
...
...
@@ -38,7 +38,7 @@ namespace Google.Protobuf.TestProtos {
});
internal__static_protobuf_unittest_import_ImportMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
ImportMessage
),
descriptor
.
MessageTypes
[
0
],
new
string
[]
{
"D"
,
});
new
string
[]
{
"D"
,
}
,
new
string
[]
{
}
);
}
#
endregion
...
...
csharp/src/ProtocolBuffers.Test/TestProtos/UnittestImportPublicProto3.cs
View file @
68fc689e
...
...
@@ -33,7 +33,7 @@ namespace Google.Protobuf.TestProtos {
});
internal__static_protobuf_unittest_import_PublicImportMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
PublicImportMessage
),
descriptor
.
MessageTypes
[
0
],
new
string
[]
{
"E"
,
});
new
string
[]
{
"E"
,
}
,
new
string
[]
{
}
);
}
#
endregion
...
...
csharp/src/ProtocolBuffers.Test/TestProtos/UnittestIssues.cs
View file @
68fc689e
...
...
@@ -53,25 +53,25 @@ namespace UnitTest.Issues.TestProtos {
});
internal__static_unittest_issues_Issue307__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
Issue307
),
descriptor
.
MessageTypes
[
0
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
internal__static_unittest_issues_Issue307_NestedOnce__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
Issue307
.
Types
.
NestedOnce
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
0
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
internal__static_unittest_issues_Issue307_NestedOnce_NestedTwice__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
Issue307
.
Types
.
NestedOnce
.
Types
.
NestedTwice
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
0
].
NestedTypes
[
0
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
internal__static_unittest_issues_NegativeEnumMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
NegativeEnumMessage
),
descriptor
.
MessageTypes
[
1
],
new
string
[]
{
"Value"
,
"Values"
,
"PackedValues"
,
});
new
string
[]
{
"Value"
,
"Values"
,
"PackedValues"
,
}
,
new
string
[]
{
}
);
internal__static_unittest_issues_DeprecatedChild__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
DeprecatedChild
),
descriptor
.
MessageTypes
[
2
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
internal__static_unittest_issues_DeprecatedFieldsMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
DeprecatedFieldsMessage
),
descriptor
.
MessageTypes
[
3
],
new
string
[]
{
"PrimitiveValue"
,
"PrimitiveArray"
,
"MessageValue"
,
"MessageArray"
,
"EnumValue"
,
"EnumArray"
,
});
new
string
[]
{
"PrimitiveValue"
,
"PrimitiveArray"
,
"MessageValue"
,
"MessageArray"
,
"EnumValue"
,
"EnumArray"
,
}
,
new
string
[]
{
}
);
internal__static_unittest_issues_ItemField__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
ItemField
),
descriptor
.
MessageTypes
[
4
],
new
string
[]
{
"Item"
,
});
new
string
[]
{
"Item"
,
}
,
new
string
[]
{
}
);
}
#
endregion
...
...
csharp/src/ProtocolBuffers.Test/TestProtos/UnittestProto3.cs
View file @
68fc689e
This diff is collapsed.
Click to expand it.
csharp/src/ProtocolBuffers/DescriptorProtos/DescriptorProtoFile.cs
View file @
68fc689e
...
...
@@ -161,70 +161,70 @@ namespace Google.Protobuf.DescriptorProtos {
});
internal__static_google_protobuf_FileDescriptorSet__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
FileDescriptorSet
),
descriptor
.
MessageTypes
[
0
],
new
string
[]
{
"File"
,
});
new
string
[]
{
"File"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_FileDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
FileDescriptorProto
),
descriptor
.
MessageTypes
[
1
],
new
string
[]
{
"Name"
,
"Package"
,
"Dependency"
,
"PublicDependency"
,
"WeakDependency"
,
"MessageType"
,
"EnumType"
,
"Service"
,
"Extension"
,
"Options"
,
"SourceCodeInfo"
,
"Syntax"
,
});
new
string
[]
{
"Name"
,
"Package"
,
"Dependency"
,
"PublicDependency"
,
"WeakDependency"
,
"MessageType"
,
"EnumType"
,
"Service"
,
"Extension"
,
"Options"
,
"SourceCodeInfo"
,
"Syntax"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_DescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
DescriptorProto
),
descriptor
.
MessageTypes
[
2
],
new
string
[]
{
"Name"
,
"Field"
,
"Extension"
,
"NestedType"
,
"EnumType"
,
"ExtensionRange"
,
"OneofDecl"
,
"Options"
,
"ReservedRange"
,
"ReservedName"
,
});
new
string
[]
{
"Name"
,
"Field"
,
"Extension"
,
"NestedType"
,
"EnumType"
,
"ExtensionRange"
,
"OneofDecl"
,
"Options"
,
"ReservedRange"
,
"ReservedName"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_DescriptorProto_ExtensionRange__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
DescriptorProto
.
Types
.
ExtensionRange
),
descriptor
.
MessageTypes
[
2
].
NestedTypes
[
0
],
new
string
[]
{
"Start"
,
"End"
,
});
new
string
[]
{
"Start"
,
"End"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_DescriptorProto_ReservedRange__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
DescriptorProto
.
Types
.
ReservedRange
),
descriptor
.
MessageTypes
[
2
].
NestedTypes
[
1
],
new
string
[]
{
"Start"
,
"End"
,
});
new
string
[]
{
"Start"
,
"End"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_FieldDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
FieldDescriptorProto
),
descriptor
.
MessageTypes
[
3
],
new
string
[]
{
"Name"
,
"Number"
,
"Label"
,
"Type"
,
"TypeName"
,
"Extendee"
,
"DefaultValue"
,
"OneofIndex"
,
"Options"
,
});
new
string
[]
{
"Name"
,
"Number"
,
"Label"
,
"Type"
,
"TypeName"
,
"Extendee"
,
"DefaultValue"
,
"OneofIndex"
,
"Options"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_OneofDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
OneofDescriptorProto
),
descriptor
.
MessageTypes
[
4
],
new
string
[]
{
"Name"
,
});
new
string
[]
{
"Name"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_EnumDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
EnumDescriptorProto
),
descriptor
.
MessageTypes
[
5
],
new
string
[]
{
"Name"
,
"Value"
,
"Options"
,
});
new
string
[]
{
"Name"
,
"Value"
,
"Options"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_EnumValueDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
EnumValueDescriptorProto
),
descriptor
.
MessageTypes
[
6
],
new
string
[]
{
"Name"
,
"Number"
,
"Options"
,
});
new
string
[]
{
"Name"
,
"Number"
,
"Options"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_ServiceDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
ServiceDescriptorProto
),
descriptor
.
MessageTypes
[
7
],
new
string
[]
{
"Name"
,
"Method"
,
"Options"
,
});
new
string
[]
{
"Name"
,
"Method"
,
"Options"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_MethodDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
MethodDescriptorProto
),
descriptor
.
MessageTypes
[
8
],
new
string
[]
{
"Name"
,
"InputType"
,
"OutputType"
,
"Options"
,
"ClientStreaming"
,
"ServerStreaming"
,
});
new
string
[]
{
"Name"
,
"InputType"
,
"OutputType"
,
"Options"
,
"ClientStreaming"
,
"ServerStreaming"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_FileOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
FileOptions
),
descriptor
.
MessageTypes
[
9
],
new
string
[]
{
"JavaPackage"
,
"JavaOuterClassname"
,
"JavaMultipleFiles"
,
"JavaGenerateEqualsAndHash"
,
"JavaStringCheckUtf8"
,
"OptimizeFor"
,
"GoPackage"
,
"CcGenericServices"
,
"JavaGenericServices"
,
"PyGenericServices"
,
"Deprecated"
,
"CcEnableArenas"
,
"ObjcClassPrefix"
,
"CsharpNamespace"
,
"UninterpretedOption"
,
});
new
string
[]
{
"JavaPackage"
,
"JavaOuterClassname"
,
"JavaMultipleFiles"
,
"JavaGenerateEqualsAndHash"
,
"JavaStringCheckUtf8"
,
"OptimizeFor"
,
"GoPackage"
,
"CcGenericServices"
,
"JavaGenericServices"
,
"PyGenericServices"
,
"Deprecated"
,
"CcEnableArenas"
,
"ObjcClassPrefix"
,
"CsharpNamespace"
,
"UninterpretedOption"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_MessageOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
MessageOptions
),
descriptor
.
MessageTypes
[
10
],
new
string
[]
{
"MessageSetWireFormat"
,
"NoStandardDescriptorAccessor"
,
"Deprecated"
,
"MapEntry"
,
"UninterpretedOption"
,
});
new
string
[]
{
"MessageSetWireFormat"
,
"NoStandardDescriptorAccessor"
,
"Deprecated"
,
"MapEntry"
,
"UninterpretedOption"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_FieldOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
FieldOptions
),
descriptor
.
MessageTypes
[
11
],
new
string
[]
{
"Ctype"
,
"Packed"
,
"Jstype"
,
"Lazy"
,
"Deprecated"
,
"Weak"
,
"UninterpretedOption"
,
});
new
string
[]
{
"Ctype"
,
"Packed"
,
"Jstype"
,
"Lazy"
,
"Deprecated"
,
"Weak"
,
"UninterpretedOption"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_EnumOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
EnumOptions
),
descriptor
.
MessageTypes
[
12
],
new
string
[]
{
"AllowAlias"
,
"Deprecated"
,
"UninterpretedOption"
,
});
new
string
[]
{
"AllowAlias"
,
"Deprecated"
,
"UninterpretedOption"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_EnumValueOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
EnumValueOptions
),
descriptor
.
MessageTypes
[
13
],
new
string
[]
{
"Deprecated"
,
"UninterpretedOption"
,
});
new
string
[]
{
"Deprecated"
,
"UninterpretedOption"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_ServiceOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
ServiceOptions
),
descriptor
.
MessageTypes
[
14
],
new
string
[]
{
"Deprecated"
,
"UninterpretedOption"
,
});
new
string
[]
{
"Deprecated"
,
"UninterpretedOption"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_MethodOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
MethodOptions
),
descriptor
.
MessageTypes
[
15
],
new
string
[]
{
"Deprecated"
,
"UninterpretedOption"
,
});
new
string
[]
{
"Deprecated"
,
"UninterpretedOption"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_UninterpretedOption__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
UninterpretedOption
),
descriptor
.
MessageTypes
[
16
],
new
string
[]
{
"Name"
,
"IdentifierValue"
,
"PositiveIntValue"
,
"NegativeIntValue"
,
"DoubleValue"
,
"StringValue"
,
"AggregateValue"
,
});
new
string
[]
{
"Name"
,
"IdentifierValue"
,
"PositiveIntValue"
,
"NegativeIntValue"
,
"DoubleValue"
,
"StringValue"
,
"AggregateValue"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_UninterpretedOption_NamePart__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
UninterpretedOption
.
Types
.
NamePart
),
descriptor
.
MessageTypes
[
16
].
NestedTypes
[
0
],
new
string
[]
{
"NamePart_"
,
"IsExtension"
,
});
new
string
[]
{
"NamePart_"
,
"IsExtension"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_SourceCodeInfo__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
SourceCodeInfo
),
descriptor
.
MessageTypes
[
17
],
new
string
[]
{
"Location"
,
});
new
string
[]
{
"Location"
,
}
,
new
string
[]
{
}
);
internal__static_google_protobuf_SourceCodeInfo_Location__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
SourceCodeInfo
.
Types
.
Location
),
descriptor
.
MessageTypes
[
17
].
NestedTypes
[
0
],
new
string
[]
{
"Path"
,
"Span"
,
"LeadingComments"
,
"TrailingComments"
,
"LeadingDetachedComments"
,
});
new
string
[]
{
"Path"
,
"Span"
,
"LeadingComments"
,
"TrailingComments"
,
"LeadingDetachedComments"
,
}
,
new
string
[]
{
}
);
}
#
endregion
...
...
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