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
29fb87e1
Commit
29fb87e1
authored
Dec 12, 2016
by
Feng Xiao
Committed by
GitHub
Dec 12, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2454 from pongad/go_package
update descriptor.proto's go_package
parents
277a8b65
bb77cbf0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
Descriptor.cs
csharp/src/Google.Protobuf/Reflection/Descriptor.cs
+4
-3
descriptor.pb.cc
src/google/protobuf/descriptor.pb.cc
+5
-4
descriptor.proto
src/google/protobuf/descriptor.proto
+1
-1
No files found.
csharp/src/Google.Protobuf/Reflection/Descriptor.cs
View file @
29fb87e1
...
...
@@ -142,9 +142,10 @@ namespace Google.Protobuf.Reflection {
"CmFubm90YXRpb24YASADKAsyLS5nb29nbGUucHJvdG9idWYuR2VuZXJhdGVk"
,
"Q29kZUluZm8uQW5ub3RhdGlvbhpPCgpBbm5vdGF0aW9uEhAKBHBhdGgYASAD"
,
"KAVCAhABEhMKC3NvdXJjZV9maWxlGAIgASgJEg0KBWJlZ2luGAMgASgFEgsK"
,
"A2VuZBgEIAEoBUJYChNjb20uZ29vZ2xlLnByb3RvYnVmQhBEZXNjcmlwdG9y"
,
"UHJvdG9zSAFaCmRlc2NyaXB0b3KiAgNHUEKqAhpHb29nbGUuUHJvdG9idWYu"
,
"UmVmbGVjdGlvbg=="
));
"A2VuZBgEIAEoBUKMAQoTY29tLmdvb2dsZS5wcm90b2J1ZkIQRGVzY3JpcHRv"
,
"clByb3Rvc0gBWj5naXRodWIuY29tL2dvbGFuZy9wcm90b2J1Zi9wcm90b2Mt"
,
"Z2VuLWdvL2Rlc2NyaXB0b3I7ZGVzY3JpcHRvcqICA0dQQqoCGkdvb2dsZS5Q"
,
"cm90b2J1Zi5SZWZsZWN0aW9u"
));
descriptor
=
pbr
::
FileDescriptor
.
FromGeneratedCode
(
descriptorData
,
new
pbr
::
FileDescriptor
[]
{
},
new
pbr
::
GeneratedClrTypeInfo
(
null
,
new
pbr
::
GeneratedClrTypeInfo
[]
{
...
...
src/google/protobuf/descriptor.pb.cc
View file @
29fb87e1
...
...
@@ -734,12 +734,13 @@ void protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto_impl() {
"(
\013
2-.google.protobuf.GeneratedCodeInfo.A"
"nnotation
\032
O
\n\n
Annotation
\022\020\n\004
path
\030\001
\003
(
\005
B
\002\020
"
"
\001\022\023\n\013
source_file
\030\002
\001
(
\t\022\r\n\005
begin
\030\003
\001
(
\005\022\013\n
"
"
\003
end
\030\004
\001
(
\005
BX
\n\023
com.google.protobufB
\020
Descr"
"iptorProtosH
\001
Z
\n
descriptor
\242\002\003
GPB
\252\002\032
Google"
".Protobuf.Reflection"
"
\003
end
\030\004
\001
(
\005
B
\214\001\n\023
com.google.protobufB
\020
Desc"
"riptorProtosH
\001
Z>github.com/golang/protob"
"uf/protoc-gen-go/descriptor;descriptor
\242\002
"
"
\003
GPB
\252\002\032
Google.Protobuf.Reflection"
};
::
google
::
protobuf
::
DescriptorPool
::
InternalAddGeneratedFile
(
descriptor
,
55
00
);
descriptor
,
55
53
);
::
google
::
protobuf
::
MessageFactory
::
InternalRegisterGeneratedFile
(
"google/protobuf/descriptor.proto"
,
&
protobuf_RegisterTypes
);
::
google
::
protobuf
::
internal
::
OnShutdown
(
&
protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto
);
...
...
src/google/protobuf/descriptor.proto
View file @
29fb87e1
...
...
@@ -40,7 +40,7 @@
syntax
=
"proto2"
;
package
google
.
protobuf
;
option
go_package
=
"descriptor"
;
option
go_package
=
"
github.com/golang/protobuf/protoc-gen-go/descriptor;
descriptor"
;
option
java_package
=
"com.google.protobuf"
;
option
java_outer_classname
=
"DescriptorProtos"
;
option
csharp_namespace
=
"Google.Protobuf.Reflection"
;
...
...
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