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
75a18a39
Commit
75a18a39
authored
Sep 01, 2015
by
Jon Skeet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify csharp_namespace in descriptor.proto
parent
5eb1fac9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
descriptor.pb.cc
src/google/protobuf/descriptor.pb.cc
+2
-2
descriptor.proto
src/google/protobuf/descriptor.proto
+1
-2
No files found.
src/google/protobuf/descriptor.pb.cc
View file @
75a18a39
...
...
@@ -755,9 +755,9 @@ void protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() {
"tion
\032\206\001\n\010
Location
\022\020\n\004
path
\030\001
\003
(
\005
B
\002\020\001\022\020\n\004
s"
"pan
\030\002
\003
(
\005
B
\002\020\001\022\030\n\020
leading_comments
\030\003
\001
(
\t\022
"
"
\031\n\021
trailing_comments
\030\004
\001
(
\t\022
!
\n\031
leading_de"
"tached_comments
\030\006
\003
(
\t
B
;
\n\023
com.google.prot"
"tached_comments
\030\006
\003
(
\t
B
X
\n\023
com.google.prot"
"obufB
\020
DescriptorProtosH
\001
Z
\n
descriptor
\242\002\003
G"
"PB
"
,
4962
);
"PB
\252\002\032
Google.Protobuf.Reflection"
,
4991
);
::
google
::
protobuf
::
MessageFactory
::
InternalRegisterGeneratedFile
(
"google/protobuf/descriptor.proto"
,
&
protobuf_RegisterTypes
);
FileDescriptorSet
::
default_instance_
=
new
FileDescriptorSet
();
...
...
src/google/protobuf/descriptor.proto
View file @
75a18a39
...
...
@@ -43,8 +43,7 @@ package google.protobuf;
option
go_package
=
"descriptor"
;
option
java_package
=
"com.google.protobuf"
;
option
java_outer_classname
=
"DescriptorProtos"
;
// Re-enable this once the tools have picked up the csharp_namespace option.
// option csharp_namespace = "Google.ProtocolBuffers.DescriptorProtos";
option
csharp_namespace
=
"Google.Protobuf.Reflection"
;
option
objc_class_prefix
=
"GPB"
;
// descriptor.proto must be optimized for speed because reflection-based
...
...
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