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
af8b91b8
Commit
af8b91b8
authored
Feb 26, 2019
by
Yilun Chong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix csharp by regenerate descriptor
parent
429d2ae1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
testprotos.pb
csharp/src/Google.Protobuf.Test/testprotos.pb
+0
-0
Descriptor.cs
csharp/src/Google.Protobuf/Reflection/Descriptor.cs
+2
-2
MessageOptions.php
php/src/Google/Protobuf/Internal/MessageOptions.php
+4
-4
SourceCodeInfo.php
php/src/Google/Protobuf/Internal/SourceCodeInfo.php
+4
-4
No files found.
csharp/src/Google.Protobuf.Test/testprotos.pb
View file @
af8b91b8
No preview for this file type
csharp/src/Google.Protobuf/Reflection/Descriptor.cs
View file @
af8b91b8
...
...
@@ -4996,7 +4996,7 @@ namespace Google.Protobuf.Reflection {
///
/// Implementations may choose not to generate the map_entry=true message, but
/// use a native map in the target language to hold the keys and values.
/// The reflection APIs in such implementions still need to work as
/// The reflection APIs in such implement
at
ions still need to work as
/// if the field is a repeated message field.
///
/// NOTE: Do not set the option in .proto files. Always use the maps syntax
...
...
@@ -7238,7 +7238,7 @@ namespace Google.Protobuf.Reflection {
/// beginning of the "extend" block and is shared by all extensions within
/// the block.
/// - Just because a location's span is a subset of some other location's span
/// does not mean that it is a descend
e
nt. For example, a "group" defines
/// does not mean that it is a descend
a
nt. For example, a "group" defines
/// both a type and a field in a single declaration. Thus, the locations
/// corresponding to the type and field and their components will overlap.
/// - Code which tries to interpret locations should probably be designed to
...
...
php/src/Google/Protobuf/Internal/MessageOptions.php
View file @
af8b91b8
...
...
@@ -70,7 +70,7 @@ class MessageOptions extends \Google\Protobuf\Internal\Message
* repeated MapFieldEntry map_field = 1;
* Implementations may choose not to generate the map_entry=true message, but
* use a native map in the target language to hold the keys and values.
* The reflection APIs in such implementions still need to work as
* The reflection APIs in such implement
at
ions still need to work as
* if the field is a repeated message field.
* NOTE: Do not set the option in .proto files. Always use the maps syntax
* instead. The option should only be implicitly set by the proto compiler
...
...
@@ -133,7 +133,7 @@ class MessageOptions extends \Google\Protobuf\Internal\Message
* repeated MapFieldEntry map_field = 1;
* Implementations may choose not to generate the map_entry=true message, but
* use a native map in the target language to hold the keys and values.
* The reflection APIs in such implementions still need to work as
* The reflection APIs in such implement
at
ions still need to work as
* if the field is a repeated message field.
* NOTE: Do not set the option in .proto files. Always use the maps syntax
* instead. The option should only be implicitly set by the proto compiler
...
...
@@ -295,7 +295,7 @@ class MessageOptions extends \Google\Protobuf\Internal\Message
* repeated MapFieldEntry map_field = 1;
* Implementations may choose not to generate the map_entry=true message, but
* use a native map in the target language to hold the keys and values.
* The reflection APIs in such implementions still need to work as
* The reflection APIs in such implement
at
ions still need to work as
* if the field is a repeated message field.
* NOTE: Do not set the option in .proto files. Always use the maps syntax
* instead. The option should only be implicitly set by the proto compiler
...
...
@@ -323,7 +323,7 @@ class MessageOptions extends \Google\Protobuf\Internal\Message
* repeated MapFieldEntry map_field = 1;
* Implementations may choose not to generate the map_entry=true message, but
* use a native map in the target language to hold the keys and values.
* The reflection APIs in such implementions still need to work as
* The reflection APIs in such implement
at
ions still need to work as
* if the field is a repeated message field.
* NOTE: Do not set the option in .proto files. Always use the maps syntax
* instead. The option should only be implicitly set by the proto compiler
...
...
php/src/Google/Protobuf/Internal/SourceCodeInfo.php
View file @
af8b91b8
...
...
@@ -55,7 +55,7 @@ class SourceCodeInfo extends \Google\Protobuf\Internal\Message
* beginning of the "extend" block and is shared by all extensions within
* the block.
* - Just because a location's span is a subset of some other location's span
* does not mean that it is a descend
e
nt. For example, a "group" defines
* does not mean that it is a descend
a
nt. For example, a "group" defines
* both a type and a field in a single declaration. Thus, the locations
* corresponding to the type and field and their components will overlap.
* - Code which tries to interpret locations should probably be designed to
...
...
@@ -109,7 +109,7 @@ class SourceCodeInfo extends \Google\Protobuf\Internal\Message
* beginning of the "extend" block and is shared by all extensions within
* the block.
* - Just because a location's span is a subset of some other location's span
* does not mean that it is a descend
e
nt. For example, a "group" defines
* does not mean that it is a descend
a
nt. For example, a "group" defines
* both a type and a field in a single declaration. Thus, the locations
* corresponding to the type and field and their components will overlap.
* - Code which tries to interpret locations should probably be designed to
...
...
@@ -158,7 +158,7 @@ class SourceCodeInfo extends \Google\Protobuf\Internal\Message
* beginning of the "extend" block and is shared by all extensions within
* the block.
* - Just because a location's span is a subset of some other location's span
* does not mean that it is a descend
e
nt. For example, a "group" defines
* does not mean that it is a descend
a
nt. For example, a "group" defines
* both a type and a field in a single declaration. Thus, the locations
* corresponding to the type and field and their components will overlap.
* - Code which tries to interpret locations should probably be designed to
...
...
@@ -209,7 +209,7 @@ class SourceCodeInfo extends \Google\Protobuf\Internal\Message
* beginning of the "extend" block and is shared by all extensions within
* the block.
* - Just because a location's span is a subset of some other location's span
* does not mean that it is a descend
e
nt. For example, a "group" defines
* does not mean that it is a descend
a
nt. For example, a "group" defines
* both a type and a field in a single declaration. Thus, the locations
* corresponding to the type and field and their components will overlap.
* - Code which tries to interpret locations should probably be designed to
...
...
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