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
a4e7bf61
Commit
a4e7bf61
authored
Oct 01, 2011
by
csharptest
Committed by
rogerk
Oct 01, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Case-insensitive name conflict with Enumopt and EnumOpt, renamed one of them
parent
041233ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
unittest_custom_options.proto
protos/google/protobuf/unittest_custom_options.proto
+2
-2
No files found.
protos/google/protobuf/unittest_custom_options.proto
View file @
a4e7bf61
...
...
@@ -325,7 +325,7 @@ message Aggregate {
extend
google
.
protobuf.FileOptions
{
optional
Aggregate
fileopt
=
15478479
;
}
extend
google
.
protobuf.MessageOptions
{
optional
Aggregate
msgopt
=
15480088
;
}
extend
google
.
protobuf.FieldOptions
{
optional
Aggregate
fieldopt
=
15481374
;
}
extend
google
.
protobuf.EnumOptions
{
optional
Aggregate
enumopt
=
15483218
;
}
extend
google
.
protobuf.EnumOptions
{
optional
Aggregate
enumopt
_renamed
=
15483218
;
}
extend
google
.
protobuf.EnumValueOptions
{
optional
Aggregate
enumvalopt
=
15486921
;
}
extend
google
.
protobuf.ServiceOptions
{
optional
Aggregate
serviceopt
=
15497145
;
}
extend
google
.
protobuf.MethodOptions
{
optional
Aggregate
methodopt
=
15512713
;
}
...
...
@@ -367,6 +367,6 @@ service AggregateService {
}
enum
AggregateEnum
{
option
(
enumopt
)
=
{
s
:
'EnumAnnotation'
};
option
(
enumopt
_renamed
)
=
{
s
:
'EnumAnnotation'
};
VALUE
=
1
[(
enumvalopt
)
=
{
s
:
'EnumValueAnnotation'
}];
}
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