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
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
113 additions
and
113 deletions
+113
-113
Addressbook.cs
csharp/src/AddressBook/Addressbook.cs
+3
-3
MapUnittestProto3.cs
.../src/ProtocolBuffers.Test/TestProtos/MapUnittestProto3.cs
+44
-44
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
+35
-35
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 {
...
@@ -40,13 +40,13 @@ namespace Google.Protobuf.Examples.AddressBook {
});
});
internal__static_tutorial_Person__FieldAccessorTable
=
internal__static_tutorial_Person__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
Examples
.
AddressBook
.
Person
),
descriptor
.
MessageTypes
[
0
],
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
=
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
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
=
internal__static_tutorial_AddressBook__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
Examples
.
AddressBook
.
AddressBook
),
descriptor
.
MessageTypes
[
1
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
Examples
.
AddressBook
.
AddressBook
),
descriptor
.
MessageTypes
[
1
],
new
string
[]
{
"Person"
,
});
new
string
[]
{
"Person"
,
}
,
new
string
[]
{
}
);
}
}
#
endregion
#
endregion
...
...
csharp/src/ProtocolBuffers.Test/TestProtos/MapUnittestProto3.cs
View file @
68fc689e
...
@@ -197,136 +197,136 @@ namespace Google.Protobuf.TestProtos {
...
@@ -197,136 +197,136 @@ namespace Google.Protobuf.TestProtos {
});
});
internal__static_protobuf_unittest_TestMap__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
),
descriptor
.
MessageTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
),
descriptor
.
MessageTypes
[
0
],
new
string
[]
{
"MapInt32Int32"
,
"MapInt64Int64"
,
"MapUint32Uint32"
,
"MapUint64Uint64"
,
"MapSint32Sint32"
,
"MapSint64Sint64"
,
"MapFixed32Fixed32"
,
"MapFixed64Fixed64"
,
"MapSfixed32Sfixed32"
,
"MapSfixed64Sfixed64"
,
"MapInt32Float"
,
"MapInt32Double"
,
"MapBoolBool"
,
"MapStringString"
,
"MapInt32Bytes"
,
"MapInt32Enum"
,
"MapInt32ForeignMessage"
,
});
new
string
[]
{
"MapInt32Int32"
,
"MapInt64Int64"
,
"MapUint32Uint32"
,
"MapUint64Uint64"
,
"MapSint32Sint32"
,
"MapSint64Sint64"
,
"MapFixed32Fixed32"
,
"MapFixed64Fixed64"
,
"MapSfixed32Sfixed32"
,
"MapSfixed64Sfixed64"
,
"MapInt32Float"
,
"MapInt32Double"
,
"MapBoolBool"
,
"MapStringString"
,
"MapInt32Bytes"
,
"MapInt32Enum"
,
"MapInt32ForeignMessage"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapInt32Int32Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapInt32Int32Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32Int32Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32Int32Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
0
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapInt64Int64Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapInt64Int64Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt64Int64Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
1
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt64Int64Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
1
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapUint32Uint32Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapUint32Uint32Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapUint32Uint32Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
2
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapUint32Uint32Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
2
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapUint64Uint64Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapUint64Uint64Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapUint64Uint64Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
3
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapUint64Uint64Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
3
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapSint32Sint32Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapSint32Sint32Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapSint32Sint32Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
4
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapSint32Sint32Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
4
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapSint64Sint64Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapSint64Sint64Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapSint64Sint64Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
5
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapSint64Sint64Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
5
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapFixed32Fixed32Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapFixed32Fixed32Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapFixed32Fixed32Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
6
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapFixed32Fixed32Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
6
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapFixed64Fixed64Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapFixed64Fixed64Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapFixed64Fixed64Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
7
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapFixed64Fixed64Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
7
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapSfixed32Sfixed32Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapSfixed32Sfixed32Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapSfixed32Sfixed32Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
8
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapSfixed32Sfixed32Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
8
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapSfixed64Sfixed64Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapSfixed64Sfixed64Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapSfixed64Sfixed64Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
9
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapSfixed64Sfixed64Entry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
9
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapInt32FloatEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapInt32FloatEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32FloatEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
10
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32FloatEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
10
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapInt32DoubleEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapInt32DoubleEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32DoubleEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
11
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32DoubleEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
11
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapBoolBoolEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapBoolBoolEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapBoolBoolEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
12
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapBoolBoolEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
12
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapStringStringEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapStringStringEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapStringStringEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
13
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapStringStringEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
13
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapInt32BytesEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapInt32BytesEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32BytesEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
14
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32BytesEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
14
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapInt32EnumEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapInt32EnumEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32EnumEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
15
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32EnumEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
15
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMap_MapInt32ForeignMessageEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMap_MapInt32ForeignMessageEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32ForeignMessageEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
16
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMap
.
Types
.
MapInt32ForeignMessageEntry
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
16
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMapSubmessage__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMapSubmessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMapSubmessage
),
descriptor
.
MessageTypes
[
1
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMapSubmessage
),
descriptor
.
MessageTypes
[
1
],
new
string
[]
{
"TestMap"
,
});
new
string
[]
{
"TestMap"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMessageMap__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMessageMap__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMessageMap
),
descriptor
.
MessageTypes
[
2
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMessageMap
),
descriptor
.
MessageTypes
[
2
],
new
string
[]
{
"MapInt32Message"
,
});
new
string
[]
{
"MapInt32Message"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMessageMap_MapInt32MessageEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMessageMap_MapInt32MessageEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMessageMap
.
Types
.
MapInt32MessageEntry
),
descriptor
.
MessageTypes
[
2
].
NestedTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMessageMap
.
Types
.
MapInt32MessageEntry
),
descriptor
.
MessageTypes
[
2
].
NestedTypes
[
0
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestSameTypeMap__FieldAccessorTable
=
internal__static_protobuf_unittest_TestSameTypeMap__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestSameTypeMap
),
descriptor
.
MessageTypes
[
3
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestSameTypeMap
),
descriptor
.
MessageTypes
[
3
],
new
string
[]
{
"Map1"
,
"Map2"
,
});
new
string
[]
{
"Map1"
,
"Map2"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestSameTypeMap_Map1Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestSameTypeMap_Map1Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestSameTypeMap
.
Types
.
Map1Entry
),
descriptor
.
MessageTypes
[
3
].
NestedTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestSameTypeMap
.
Types
.
Map1Entry
),
descriptor
.
MessageTypes
[
3
].
NestedTypes
[
0
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestSameTypeMap_Map2Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestSameTypeMap_Map2Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestSameTypeMap
.
Types
.
Map2Entry
),
descriptor
.
MessageTypes
[
3
].
NestedTypes
[
1
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestSameTypeMap
.
Types
.
Map2Entry
),
descriptor
.
MessageTypes
[
3
].
NestedTypes
[
1
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
),
descriptor
.
MessageTypes
[
4
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
),
descriptor
.
MessageTypes
[
4
],
new
string
[]
{
"MapInt32Int32"
,
"MapInt64Int64"
,
"MapUint32Uint32"
,
"MapUint64Uint64"
,
"MapSint32Sint32"
,
"MapSint64Sint64"
,
"MapFixed32Fixed32"
,
"MapFixed64Fixed64"
,
"MapSfixed32Sfixed32"
,
"MapSfixed64Sfixed64"
,
"MapInt32Float"
,
"MapInt32Double"
,
"MapBoolBool"
,
"MapInt32Enum"
,
"MapInt32ForeignMessage"
,
});
new
string
[]
{
"MapInt32Int32"
,
"MapInt64Int64"
,
"MapUint32Uint32"
,
"MapUint64Uint64"
,
"MapSint32Sint32"
,
"MapSint64Sint64"
,
"MapFixed32Fixed32"
,
"MapFixed64Fixed64"
,
"MapSfixed32Sfixed32"
,
"MapSfixed64Sfixed64"
,
"MapInt32Float"
,
"MapInt32Double"
,
"MapBoolBool"
,
"MapInt32Enum"
,
"MapInt32ForeignMessage"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapInt32Int32Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapInt32Int32Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt32Int32Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt32Int32Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
0
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapInt64Int64Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapInt64Int64Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt64Int64Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
1
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt64Int64Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
1
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapUint32Uint32Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapUint32Uint32Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapUint32Uint32Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
2
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapUint32Uint32Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
2
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapUint64Uint64Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapUint64Uint64Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapUint64Uint64Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
3
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapUint64Uint64Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
3
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapSint32Sint32Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapSint32Sint32Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapSint32Sint32Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
4
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapSint32Sint32Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
4
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapSint64Sint64Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapSint64Sint64Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapSint64Sint64Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
5
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapSint64Sint64Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
5
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapFixed32Fixed32Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapFixed32Fixed32Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapFixed32Fixed32Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
6
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapFixed32Fixed32Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
6
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapFixed64Fixed64Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapFixed64Fixed64Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapFixed64Fixed64Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
7
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapFixed64Fixed64Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
7
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapSfixed32Sfixed32Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapSfixed32Sfixed32Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapSfixed32Sfixed32Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
8
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapSfixed32Sfixed32Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
8
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapSfixed64Sfixed64Entry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapSfixed64Sfixed64Entry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapSfixed64Sfixed64Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
9
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapSfixed64Sfixed64Entry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
9
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapInt32FloatEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapInt32FloatEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt32FloatEntry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
10
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt32FloatEntry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
10
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapInt32DoubleEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapInt32DoubleEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt32DoubleEntry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
11
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt32DoubleEntry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
11
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapBoolBoolEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapBoolBoolEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapBoolBoolEntry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
12
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapBoolBoolEntry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
12
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapInt32EnumEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapInt32EnumEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt32EnumEntry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
13
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt32EnumEntry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
13
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestArenaMap_MapInt32ForeignMessageEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_TestArenaMap_MapInt32ForeignMessageEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt32ForeignMessageEntry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
14
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestArenaMap
.
Types
.
MapInt32ForeignMessageEntry
),
descriptor
.
MessageTypes
[
4
].
NestedTypes
[
14
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_MessageContainingEnumCalledType__FieldAccessorTable
=
internal__static_protobuf_unittest_MessageContainingEnumCalledType__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MessageContainingEnumCalledType
),
descriptor
.
MessageTypes
[
5
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MessageContainingEnumCalledType
),
descriptor
.
MessageTypes
[
5
],
new
string
[]
{
"Type"
,
});
new
string
[]
{
"Type"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_MessageContainingEnumCalledType_TypeEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_MessageContainingEnumCalledType_TypeEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MessageContainingEnumCalledType
.
Types
.
TypeEntry
),
descriptor
.
MessageTypes
[
5
].
NestedTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MessageContainingEnumCalledType
.
Types
.
TypeEntry
),
descriptor
.
MessageTypes
[
5
].
NestedTypes
[
0
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_MessageContainingMapCalledEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_MessageContainingMapCalledEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MessageContainingMapCalledEntry
),
descriptor
.
MessageTypes
[
6
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MessageContainingMapCalledEntry
),
descriptor
.
MessageTypes
[
6
],
new
string
[]
{
"Entry"
,
});
new
string
[]
{
"Entry"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_MessageContainingMapCalledEntry_EntryEntry__FieldAccessorTable
=
internal__static_protobuf_unittest_MessageContainingMapCalledEntry_EntryEntry__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MessageContainingMapCalledEntry
.
Types
.
EntryEntry
),
descriptor
.
MessageTypes
[
6
].
NestedTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MessageContainingMapCalledEntry
.
Types
.
EntryEntry
),
descriptor
.
MessageTypes
[
6
].
NestedTypes
[
0
],
new
string
[]
{
"Key"
,
"Value"
,
});
new
string
[]
{
"Key"
,
"Value"
,
}
,
new
string
[]
{
}
);
}
}
#
endregion
#
endregion
...
...
csharp/src/ProtocolBuffers.Test/TestProtos/UnittestImportProto3.cs
View file @
68fc689e
...
@@ -38,7 +38,7 @@ namespace Google.Protobuf.TestProtos {
...
@@ -38,7 +38,7 @@ namespace Google.Protobuf.TestProtos {
});
});
internal__static_protobuf_unittest_import_ImportMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_import_ImportMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
ImportMessage
),
descriptor
.
MessageTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
ImportMessage
),
descriptor
.
MessageTypes
[
0
],
new
string
[]
{
"D"
,
});
new
string
[]
{
"D"
,
}
,
new
string
[]
{
}
);
}
}
#
endregion
#
endregion
...
...
csharp/src/ProtocolBuffers.Test/TestProtos/UnittestImportPublicProto3.cs
View file @
68fc689e
...
@@ -33,7 +33,7 @@ namespace Google.Protobuf.TestProtos {
...
@@ -33,7 +33,7 @@ namespace Google.Protobuf.TestProtos {
});
});
internal__static_protobuf_unittest_import_PublicImportMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_import_PublicImportMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
PublicImportMessage
),
descriptor
.
MessageTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
PublicImportMessage
),
descriptor
.
MessageTypes
[
0
],
new
string
[]
{
"E"
,
});
new
string
[]
{
"E"
,
}
,
new
string
[]
{
}
);
}
}
#
endregion
#
endregion
...
...
csharp/src/ProtocolBuffers.Test/TestProtos/UnittestIssues.cs
View file @
68fc689e
...
@@ -53,25 +53,25 @@ namespace UnitTest.Issues.TestProtos {
...
@@ -53,25 +53,25 @@ namespace UnitTest.Issues.TestProtos {
});
});
internal__static_unittest_issues_Issue307__FieldAccessorTable
=
internal__static_unittest_issues_Issue307__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
Issue307
),
descriptor
.
MessageTypes
[
0
],
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
=
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
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
=
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
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
=
internal__static_unittest_issues_NegativeEnumMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
NegativeEnumMessage
),
descriptor
.
MessageTypes
[
1
],
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
=
internal__static_unittest_issues_DeprecatedChild__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
DeprecatedChild
),
descriptor
.
MessageTypes
[
2
],
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
=
internal__static_unittest_issues_DeprecatedFieldsMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
DeprecatedFieldsMessage
),
descriptor
.
MessageTypes
[
3
],
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
=
internal__static_unittest_issues_ItemField__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
ItemField
),
descriptor
.
MessageTypes
[
4
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
UnitTest
.
Issues
.
TestProtos
.
ItemField
),
descriptor
.
MessageTypes
[
4
],
new
string
[]
{
"Item"
,
});
new
string
[]
{
"Item"
,
}
,
new
string
[]
{
}
);
}
}
#
endregion
#
endregion
...
...
csharp/src/ProtocolBuffers.Test/TestProtos/UnittestProto3.cs
View file @
68fc689e
...
@@ -191,109 +191,109 @@ namespace Google.Protobuf.TestProtos {
...
@@ -191,109 +191,109 @@ namespace Google.Protobuf.TestProtos {
});
});
internal__static_protobuf_unittest_TestAllTypes__FieldAccessorTable
=
internal__static_protobuf_unittest_TestAllTypes__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestAllTypes
),
descriptor
.
MessageTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestAllTypes
),
descriptor
.
MessageTypes
[
0
],
new
string
[]
{
"SingleInt32"
,
"SingleInt64"
,
"SingleUint32"
,
"SingleUint64"
,
"SingleSint32"
,
"SingleSint64"
,
"SingleFixed32"
,
"SingleFixed64"
,
"SingleSfixed32"
,
"SingleSfixed64"
,
"SingleFloat"
,
"SingleDouble"
,
"SingleBool"
,
"SingleString"
,
"SingleBytes"
,
"SingleNestedMessage"
,
"SingleForeignMessage"
,
"SingleImportMessage"
,
"SingleNestedEnum"
,
"SingleForeignEnum"
,
"SingleImportEnum"
,
"SinglePublicImportMessage"
,
"RepeatedInt32"
,
"RepeatedInt64"
,
"RepeatedUint32"
,
"RepeatedUint64"
,
"RepeatedSint32"
,
"RepeatedSint64"
,
"RepeatedFixed32"
,
"RepeatedFixed64"
,
"RepeatedSfixed32"
,
"RepeatedSfixed64"
,
"RepeatedFloat"
,
"RepeatedDouble"
,
"RepeatedBool"
,
"RepeatedString"
,
"RepeatedBytes"
,
"RepeatedNestedMessage"
,
"RepeatedForeignMessage"
,
"RepeatedImportMessage"
,
"RepeatedNestedEnum"
,
"RepeatedForeignEnum"
,
"RepeatedImportEnum"
,
"RepeatedPublicImportMessage"
,
"OneofUint32"
,
"OneofNestedMessage"
,
"OneofString"
,
"OneofBytes"
,
"OneofField"
,
});
new
string
[]
{
"SingleInt32"
,
"SingleInt64"
,
"SingleUint32"
,
"SingleUint64"
,
"SingleSint32"
,
"SingleSint64"
,
"SingleFixed32"
,
"SingleFixed64"
,
"SingleSfixed32"
,
"SingleSfixed64"
,
"SingleFloat"
,
"SingleDouble"
,
"SingleBool"
,
"SingleString"
,
"SingleBytes"
,
"SingleNestedMessage"
,
"SingleForeignMessage"
,
"SingleImportMessage"
,
"SingleNestedEnum"
,
"SingleForeignEnum"
,
"SingleImportEnum"
,
"SinglePublicImportMessage"
,
"RepeatedInt32"
,
"RepeatedInt64"
,
"RepeatedUint32"
,
"RepeatedUint64"
,
"RepeatedSint32"
,
"RepeatedSint64"
,
"RepeatedFixed32"
,
"RepeatedFixed64"
,
"RepeatedSfixed32"
,
"RepeatedSfixed64"
,
"RepeatedFloat"
,
"RepeatedDouble"
,
"RepeatedBool"
,
"RepeatedString"
,
"RepeatedBytes"
,
"RepeatedNestedMessage"
,
"RepeatedForeignMessage"
,
"RepeatedImportMessage"
,
"RepeatedNestedEnum"
,
"RepeatedForeignEnum"
,
"RepeatedImportEnum"
,
"RepeatedPublicImportMessage"
,
"OneofUint32"
,
"OneofNestedMessage"
,
"OneofString"
,
"OneofBytes"
,
},
new
string
[]
{
"OneofField"
,
});
internal__static_protobuf_unittest_TestAllTypes_NestedMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_TestAllTypes_NestedMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestAllTypes
.
Types
.
NestedMessage
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestAllTypes
.
Types
.
NestedMessage
),
descriptor
.
MessageTypes
[
0
].
NestedTypes
[
0
],
new
string
[]
{
"Bb"
,
});
new
string
[]
{
"Bb"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_NestedTestAllTypes__FieldAccessorTable
=
internal__static_protobuf_unittest_NestedTestAllTypes__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
NestedTestAllTypes
),
descriptor
.
MessageTypes
[
1
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
NestedTestAllTypes
),
descriptor
.
MessageTypes
[
1
],
new
string
[]
{
"Child"
,
"Payload"
,
"RepeatedChild"
,
});
new
string
[]
{
"Child"
,
"Payload"
,
"RepeatedChild"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestDeprecatedFields__FieldAccessorTable
=
internal__static_protobuf_unittest_TestDeprecatedFields__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestDeprecatedFields
),
descriptor
.
MessageTypes
[
2
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestDeprecatedFields
),
descriptor
.
MessageTypes
[
2
],
new
string
[]
{
"DeprecatedInt32"
,
});
new
string
[]
{
"DeprecatedInt32"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_ForeignMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_ForeignMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
ForeignMessage
),
descriptor
.
MessageTypes
[
3
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
ForeignMessage
),
descriptor
.
MessageTypes
[
3
],
new
string
[]
{
"C"
,
});
new
string
[]
{
"C"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestReservedFields__FieldAccessorTable
=
internal__static_protobuf_unittest_TestReservedFields__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestReservedFields
),
descriptor
.
MessageTypes
[
4
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestReservedFields
),
descriptor
.
MessageTypes
[
4
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestForeignNested__FieldAccessorTable
=
internal__static_protobuf_unittest_TestForeignNested__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestForeignNested
),
descriptor
.
MessageTypes
[
5
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestForeignNested
),
descriptor
.
MessageTypes
[
5
],
new
string
[]
{
"ForeignNested"
,
});
new
string
[]
{
"ForeignNested"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestReallyLargeTagNumber__FieldAccessorTable
=
internal__static_protobuf_unittest_TestReallyLargeTagNumber__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestReallyLargeTagNumber
),
descriptor
.
MessageTypes
[
6
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestReallyLargeTagNumber
),
descriptor
.
MessageTypes
[
6
],
new
string
[]
{
"A"
,
"Bb"
,
});
new
string
[]
{
"A"
,
"Bb"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestRecursiveMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_TestRecursiveMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestRecursiveMessage
),
descriptor
.
MessageTypes
[
7
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestRecursiveMessage
),
descriptor
.
MessageTypes
[
7
],
new
string
[]
{
"A"
,
"I"
,
});
new
string
[]
{
"A"
,
"I"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMutualRecursionA__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMutualRecursionA__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMutualRecursionA
),
descriptor
.
MessageTypes
[
8
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMutualRecursionA
),
descriptor
.
MessageTypes
[
8
],
new
string
[]
{
"Bb"
,
});
new
string
[]
{
"Bb"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestMutualRecursionB__FieldAccessorTable
=
internal__static_protobuf_unittest_TestMutualRecursionB__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMutualRecursionB
),
descriptor
.
MessageTypes
[
9
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestMutualRecursionB
),
descriptor
.
MessageTypes
[
9
],
new
string
[]
{
"A"
,
"OptionalInt32"
,
});
new
string
[]
{
"A"
,
"OptionalInt32"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestCamelCaseFieldNames__FieldAccessorTable
=
internal__static_protobuf_unittest_TestCamelCaseFieldNames__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestCamelCaseFieldNames
),
descriptor
.
MessageTypes
[
10
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestCamelCaseFieldNames
),
descriptor
.
MessageTypes
[
10
],
new
string
[]
{
"PrimitiveField"
,
"StringField"
,
"EnumField"
,
"MessageField"
,
"RepeatedPrimitiveField"
,
"RepeatedStringField"
,
"RepeatedEnumField"
,
"RepeatedMessageField"
,
});
new
string
[]
{
"PrimitiveField"
,
"StringField"
,
"EnumField"
,
"MessageField"
,
"RepeatedPrimitiveField"
,
"RepeatedStringField"
,
"RepeatedEnumField"
,
"RepeatedMessageField"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestFieldOrderings__FieldAccessorTable
=
internal__static_protobuf_unittest_TestFieldOrderings__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestFieldOrderings
),
descriptor
.
MessageTypes
[
11
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestFieldOrderings
),
descriptor
.
MessageTypes
[
11
],
new
string
[]
{
"MyString"
,
"MyInt"
,
"MyFloat"
,
"SingleNestedMessage"
,
});
new
string
[]
{
"MyString"
,
"MyInt"
,
"MyFloat"
,
"SingleNestedMessage"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestFieldOrderings_NestedMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_TestFieldOrderings_NestedMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestFieldOrderings
.
Types
.
NestedMessage
),
descriptor
.
MessageTypes
[
11
].
NestedTypes
[
0
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestFieldOrderings
.
Types
.
NestedMessage
),
descriptor
.
MessageTypes
[
11
].
NestedTypes
[
0
],
new
string
[]
{
"Oo"
,
"Bb"
,
});
new
string
[]
{
"Oo"
,
"Bb"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_SparseEnumMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_SparseEnumMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
SparseEnumMessage
),
descriptor
.
MessageTypes
[
12
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
SparseEnumMessage
),
descriptor
.
MessageTypes
[
12
],
new
string
[]
{
"SparseEnum"
,
});
new
string
[]
{
"SparseEnum"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_OneString__FieldAccessorTable
=
internal__static_protobuf_unittest_OneString__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
OneString
),
descriptor
.
MessageTypes
[
13
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
OneString
),
descriptor
.
MessageTypes
[
13
],
new
string
[]
{
"Data"
,
});
new
string
[]
{
"Data"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_MoreString__FieldAccessorTable
=
internal__static_protobuf_unittest_MoreString__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MoreString
),
descriptor
.
MessageTypes
[
14
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MoreString
),
descriptor
.
MessageTypes
[
14
],
new
string
[]
{
"Data"
,
});
new
string
[]
{
"Data"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_OneBytes__FieldAccessorTable
=
internal__static_protobuf_unittest_OneBytes__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
OneBytes
),
descriptor
.
MessageTypes
[
15
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
OneBytes
),
descriptor
.
MessageTypes
[
15
],
new
string
[]
{
"Data"
,
});
new
string
[]
{
"Data"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_MoreBytes__FieldAccessorTable
=
internal__static_protobuf_unittest_MoreBytes__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MoreBytes
),
descriptor
.
MessageTypes
[
16
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
MoreBytes
),
descriptor
.
MessageTypes
[
16
],
new
string
[]
{
"Data"
,
});
new
string
[]
{
"Data"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_Int32Message__FieldAccessorTable
=
internal__static_protobuf_unittest_Int32Message__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
Int32Message
),
descriptor
.
MessageTypes
[
17
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
Int32Message
),
descriptor
.
MessageTypes
[
17
],
new
string
[]
{
"Data"
,
});
new
string
[]
{
"Data"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_Uint32Message__FieldAccessorTable
=
internal__static_protobuf_unittest_Uint32Message__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
Uint32Message
),
descriptor
.
MessageTypes
[
18
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
Uint32Message
),
descriptor
.
MessageTypes
[
18
],
new
string
[]
{
"Data"
,
});
new
string
[]
{
"Data"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_Int64Message__FieldAccessorTable
=
internal__static_protobuf_unittest_Int64Message__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
Int64Message
),
descriptor
.
MessageTypes
[
19
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
Int64Message
),
descriptor
.
MessageTypes
[
19
],
new
string
[]
{
"Data"
,
});
new
string
[]
{
"Data"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_Uint64Message__FieldAccessorTable
=
internal__static_protobuf_unittest_Uint64Message__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
Uint64Message
),
descriptor
.
MessageTypes
[
20
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
Uint64Message
),
descriptor
.
MessageTypes
[
20
],
new
string
[]
{
"Data"
,
});
new
string
[]
{
"Data"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_BoolMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_BoolMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
BoolMessage
),
descriptor
.
MessageTypes
[
21
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
BoolMessage
),
descriptor
.
MessageTypes
[
21
],
new
string
[]
{
"Data"
,
});
new
string
[]
{
"Data"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestOneof__FieldAccessorTable
=
internal__static_protobuf_unittest_TestOneof__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestOneof
),
descriptor
.
MessageTypes
[
22
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestOneof
),
descriptor
.
MessageTypes
[
22
],
new
string
[]
{
"FooInt"
,
"FooString"
,
"FooMessage"
,
"Foo"
,
});
new
string
[]
{
"FooInt"
,
"FooString"
,
"FooMessage"
,
},
new
string
[]
{
"Foo"
,
});
internal__static_protobuf_unittest_TestPackedTypes__FieldAccessorTable
=
internal__static_protobuf_unittest_TestPackedTypes__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestPackedTypes
),
descriptor
.
MessageTypes
[
23
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestPackedTypes
),
descriptor
.
MessageTypes
[
23
],
new
string
[]
{
"PackedInt32"
,
"PackedInt64"
,
"PackedUint32"
,
"PackedUint64"
,
"PackedSint32"
,
"PackedSint64"
,
"PackedFixed32"
,
"PackedFixed64"
,
"PackedSfixed32"
,
"PackedSfixed64"
,
"PackedFloat"
,
"PackedDouble"
,
"PackedBool"
,
"PackedEnum"
,
});
new
string
[]
{
"PackedInt32"
,
"PackedInt64"
,
"PackedUint32"
,
"PackedUint64"
,
"PackedSint32"
,
"PackedSint64"
,
"PackedFixed32"
,
"PackedFixed64"
,
"PackedSfixed32"
,
"PackedSfixed64"
,
"PackedFloat"
,
"PackedDouble"
,
"PackedBool"
,
"PackedEnum"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestUnpackedTypes__FieldAccessorTable
=
internal__static_protobuf_unittest_TestUnpackedTypes__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestUnpackedTypes
),
descriptor
.
MessageTypes
[
24
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestUnpackedTypes
),
descriptor
.
MessageTypes
[
24
],
new
string
[]
{
"UnpackedInt32"
,
"UnpackedInt64"
,
"UnpackedUint32"
,
"UnpackedUint64"
,
"UnpackedSint32"
,
"UnpackedSint64"
,
"UnpackedFixed32"
,
"UnpackedFixed64"
,
"UnpackedSfixed32"
,
"UnpackedSfixed64"
,
"UnpackedFloat"
,
"UnpackedDouble"
,
"UnpackedBool"
,
"UnpackedEnum"
,
});
new
string
[]
{
"UnpackedInt32"
,
"UnpackedInt64"
,
"UnpackedUint32"
,
"UnpackedUint64"
,
"UnpackedSint32"
,
"UnpackedSint64"
,
"UnpackedFixed32"
,
"UnpackedFixed64"
,
"UnpackedSfixed32"
,
"UnpackedSfixed64"
,
"UnpackedFloat"
,
"UnpackedDouble"
,
"UnpackedBool"
,
"UnpackedEnum"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestRepeatedScalarDifferentTagSizes__FieldAccessorTable
=
internal__static_protobuf_unittest_TestRepeatedScalarDifferentTagSizes__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestRepeatedScalarDifferentTagSizes
),
descriptor
.
MessageTypes
[
25
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestRepeatedScalarDifferentTagSizes
),
descriptor
.
MessageTypes
[
25
],
new
string
[]
{
"RepeatedFixed32"
,
"RepeatedInt32"
,
"RepeatedFixed64"
,
"RepeatedInt64"
,
"RepeatedFloat"
,
"RepeatedUint64"
,
});
new
string
[]
{
"RepeatedFixed32"
,
"RepeatedInt32"
,
"RepeatedFixed64"
,
"RepeatedInt64"
,
"RepeatedFloat"
,
"RepeatedUint64"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_TestCommentInjectionMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_TestCommentInjectionMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestCommentInjectionMessage
),
descriptor
.
MessageTypes
[
26
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
TestCommentInjectionMessage
),
descriptor
.
MessageTypes
[
26
],
new
string
[]
{
"A"
,
});
new
string
[]
{
"A"
,
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_FooRequest__FieldAccessorTable
=
internal__static_protobuf_unittest_FooRequest__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
FooRequest
),
descriptor
.
MessageTypes
[
27
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
FooRequest
),
descriptor
.
MessageTypes
[
27
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_FooResponse__FieldAccessorTable
=
internal__static_protobuf_unittest_FooResponse__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
FooResponse
),
descriptor
.
MessageTypes
[
28
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
FooResponse
),
descriptor
.
MessageTypes
[
28
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_FooClientMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_FooClientMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
FooClientMessage
),
descriptor
.
MessageTypes
[
29
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
FooClientMessage
),
descriptor
.
MessageTypes
[
29
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_FooServerMessage__FieldAccessorTable
=
internal__static_protobuf_unittest_FooServerMessage__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
FooServerMessage
),
descriptor
.
MessageTypes
[
30
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
FooServerMessage
),
descriptor
.
MessageTypes
[
30
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_BarRequest__FieldAccessorTable
=
internal__static_protobuf_unittest_BarRequest__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
BarRequest
),
descriptor
.
MessageTypes
[
31
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
BarRequest
),
descriptor
.
MessageTypes
[
31
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
internal__static_protobuf_unittest_BarResponse__FieldAccessorTable
=
internal__static_protobuf_unittest_BarResponse__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
BarResponse
),
descriptor
.
MessageTypes
[
32
],
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
TestProtos
.
BarResponse
),
descriptor
.
MessageTypes
[
32
],
new
string
[]
{
});
new
string
[]
{
}
,
new
string
[]
{
}
);
}
}
#
endregion
#
endregion
...
...
csharp/src/ProtocolBuffers/DescriptorProtos/DescriptorProtoFile.cs
View file @
68fc689e
...
@@ -161,70 +161,70 @@ namespace Google.Protobuf.DescriptorProtos {
...
@@ -161,70 +161,70 @@ namespace Google.Protobuf.DescriptorProtos {
});
});
internal__static_google_protobuf_FileDescriptorSet__FieldAccessorTable
=
internal__static_google_protobuf_FileDescriptorSet__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
FileDescriptorSet
),
descriptor
.
MessageTypes
[
0
],
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
=
internal__static_google_protobuf_FileDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
FileDescriptorProto
),
descriptor
.
MessageTypes
[
1
],
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
=
internal__static_google_protobuf_DescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
DescriptorProto
),
descriptor
.
MessageTypes
[
2
],
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
=
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
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
=
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
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
=
internal__static_google_protobuf_FieldDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
FieldDescriptorProto
),
descriptor
.
MessageTypes
[
3
],
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
=
internal__static_google_protobuf_OneofDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
OneofDescriptorProto
),
descriptor
.
MessageTypes
[
4
],
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
=
internal__static_google_protobuf_EnumDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
EnumDescriptorProto
),
descriptor
.
MessageTypes
[
5
],
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
=
internal__static_google_protobuf_EnumValueDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
EnumValueDescriptorProto
),
descriptor
.
MessageTypes
[
6
],
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
=
internal__static_google_protobuf_ServiceDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
ServiceDescriptorProto
),
descriptor
.
MessageTypes
[
7
],
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
=
internal__static_google_protobuf_MethodDescriptorProto__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
MethodDescriptorProto
),
descriptor
.
MessageTypes
[
8
],
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
=
internal__static_google_protobuf_FileOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
FileOptions
),
descriptor
.
MessageTypes
[
9
],
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
=
internal__static_google_protobuf_MessageOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
MessageOptions
),
descriptor
.
MessageTypes
[
10
],
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
=
internal__static_google_protobuf_FieldOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
FieldOptions
),
descriptor
.
MessageTypes
[
11
],
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
=
internal__static_google_protobuf_EnumOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
EnumOptions
),
descriptor
.
MessageTypes
[
12
],
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
=
internal__static_google_protobuf_EnumValueOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
EnumValueOptions
),
descriptor
.
MessageTypes
[
13
],
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
=
internal__static_google_protobuf_ServiceOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
ServiceOptions
),
descriptor
.
MessageTypes
[
14
],
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
=
internal__static_google_protobuf_MethodOptions__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
MethodOptions
),
descriptor
.
MessageTypes
[
15
],
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
=
internal__static_google_protobuf_UninterpretedOption__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
UninterpretedOption
),
descriptor
.
MessageTypes
[
16
],
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
=
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
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
=
internal__static_google_protobuf_SourceCodeInfo__FieldAccessorTable
=
new
pb
::
FieldAccess
.
FieldAccessorTable
(
typeof
(
global
::
Google
.
Protobuf
.
DescriptorProtos
.
SourceCodeInfo
),
descriptor
.
MessageTypes
[
17
],
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
=
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
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
#
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