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
5274d6ee
Commit
5274d6ee
authored
Feb 28, 2017
by
Jisi Liu
Committed by
GitHub
Feb 28, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2770 from xfxyjwf/fixcmake
Remove the use of C++11 features.
parents
83b0cc9b
ffde972a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
122 additions
and
122 deletions
+122
-122
any.pb.cc
src/google/protobuf/any.pb.cc
+4
-4
api.pb.cc
src/google/protobuf/api.pb.cc
+32
-32
command_line_interface.cc
src/google/protobuf/compiler/command_line_interface.cc
+2
-2
cpp_message.cc
src/google/protobuf/compiler/cpp/cpp_message.cc
+6
-6
plugin.pb.cc
src/google/protobuf/compiler/plugin.pb.cc
+26
-26
descriptor.pb.cc
src/google/protobuf/descriptor.pb.cc
+0
-0
duration.pb.cc
src/google/protobuf/duration.pb.cc
+4
-4
field_mask.pb.cc
src/google/protobuf/field_mask.pb.cc
+2
-2
source_context.pb.cc
src/google/protobuf/source_context.pb.cc
+2
-2
struct.pb.cc
src/google/protobuf/struct.pb.cc
+16
-16
timestamp.pb.cc
src/google/protobuf/timestamp.pb.cc
+4
-4
type.pb.cc
src/google/protobuf/type.pb.cc
+0
-0
json_util_test.cc
src/google/protobuf/util/json_util_test.cc
+6
-6
wrappers.pb.cc
src/google/protobuf/wrappers.pb.cc
+18
-18
No files found.
src/google/protobuf/any.pb.cc
View file @
5274d6ee
...
...
@@ -220,8 +220,8 @@ bool Any::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// string type_url = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_type_url
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
@@ -236,8 +236,8 @@ bool Any::MergePartialFromCodedStream(
// bytes value = 2;
case
2
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
18u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
18u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadBytes
(
input
,
this
->
mutable_value
()));
}
else
{
...
...
src/google/protobuf/api.pb.cc
View file @
5274d6ee
...
...
@@ -288,8 +288,8 @@ bool Api::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// string name = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_name
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
@@ -304,8 +304,8 @@ bool Api::MergePartialFromCodedStream(
// repeated .google.protobuf.Method methods = 2;
case
2
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
18u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
18u
))
{
DO_
(
input
->
IncrementRecursionDepth
());
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtualNoRecursionDepth
(
input
,
add_methods
()));
...
...
@@ -318,8 +318,8 @@ bool Api::MergePartialFromCodedStream(
// repeated .google.protobuf.Option options = 3;
case
3
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
26u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
26u
))
{
DO_
(
input
->
IncrementRecursionDepth
());
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtualNoRecursionDepth
(
input
,
add_options
()));
...
...
@@ -332,8 +332,8 @@ bool Api::MergePartialFromCodedStream(
// string version = 4;
case
4
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
34u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
34u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_version
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
@@ -348,8 +348,8 @@ bool Api::MergePartialFromCodedStream(
// .google.protobuf.SourceContext source_context = 5;
case
5
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
42u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
42u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtual
(
input
,
mutable_source_context
()));
}
else
{
...
...
@@ -360,8 +360,8 @@ bool Api::MergePartialFromCodedStream(
// repeated .google.protobuf.Mixin mixins = 6;
case
6
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
50u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
50u
))
{
DO_
(
input
->
IncrementRecursionDepth
());
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtualNoRecursionDepth
(
input
,
add_mixins
()));
...
...
@@ -374,8 +374,8 @@ bool Api::MergePartialFromCodedStream(
// .google.protobuf.Syntax syntax = 7;
case
7
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
56u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
56u
))
{
int
value
;
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
int
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_ENUM
>
(
...
...
@@ -1036,8 +1036,8 @@ bool Method::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// string name = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_name
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
@@ -1052,8 +1052,8 @@ bool Method::MergePartialFromCodedStream(
// string request_type_url = 2;
case
2
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
18u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
18u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_request_type_url
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
@@ -1068,8 +1068,8 @@ bool Method::MergePartialFromCodedStream(
// bool request_streaming = 3;
case
3
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
24u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
24u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
bool
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_BOOL
>
(
...
...
@@ -1082,8 +1082,8 @@ bool Method::MergePartialFromCodedStream(
// string response_type_url = 4;
case
4
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
34u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
34u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_response_type_url
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
@@ -1098,8 +1098,8 @@ bool Method::MergePartialFromCodedStream(
// bool response_streaming = 5;
case
5
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
40u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
40u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
bool
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_BOOL
>
(
...
...
@@ -1112,8 +1112,8 @@ bool Method::MergePartialFromCodedStream(
// repeated .google.protobuf.Option options = 6;
case
6
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
50u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
50u
))
{
DO_
(
input
->
IncrementRecursionDepth
());
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtualNoRecursionDepth
(
input
,
add_options
()));
...
...
@@ -1126,8 +1126,8 @@ bool Method::MergePartialFromCodedStream(
// .google.protobuf.Syntax syntax = 7;
case
7
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
56u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
56u
))
{
int
value
;
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
int
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_ENUM
>
(
...
...
@@ -1743,8 +1743,8 @@ bool Mixin::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// string name = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_name
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
@@ -1759,8 +1759,8 @@ bool Mixin::MergePartialFromCodedStream(
// string root = 2;
case
2
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
18u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
18u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_root
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
src/google/protobuf/compiler/command_line_interface.cc
View file @
5274d6ee
...
...
@@ -1038,8 +1038,8 @@ CommandLineInterface::ParseArguments(int argc, const char* const argv[]) {
continue
;
}
bool
foundImplicitPlugin
=
false
;
for
(
std
::
vector
<
OutputDirective
>::
const_iterator
j
=
output_directives_
.
c
begin
();
j
!=
output_directives_
.
c
end
();
++
j
)
{
for
(
std
::
vector
<
OutputDirective
>::
const_iterator
j
=
output_directives_
.
begin
();
j
!=
output_directives_
.
end
();
++
j
)
{
if
(
j
->
generator
==
NULL
)
{
string
plugin_name
=
PluginName
(
plugin_prefix_
,
j
->
name
);
if
(
plugin_name
==
i
->
first
)
{
...
...
src/google/protobuf/compiler/cpp/cpp_message.cc
View file @
5274d6ee
...
...
@@ -3028,8 +3028,8 @@ GenerateMergeFromCodedStream(io::Printer* printer) {
const
FieldGenerator
&
field_generator
=
field_generators_
.
get
(
field
);
// Emit code to parse the common, expected case.
printer
->
Print
(
"if (static_cast<::google::protobuf::uint8>(tag) ==
\n
"
" static_cast<::google::protobuf::uint8>($commontag$u)) {
\n
"
,
printer
->
Print
(
"if (static_cast<
::google::protobuf::uint8>(tag) ==
\n
"
" static_cast<
::google::protobuf::uint8>($commontag$u)) {
\n
"
,
"commontag"
,
SimpleItoa
(
WireFormat
::
MakeTag
(
field
)));
if
(
loops
)
{
...
...
@@ -3048,8 +3048,8 @@ GenerateMergeFromCodedStream(io::Printer* printer) {
if
(
field
->
is_packed
())
{
internal
::
WireFormatLite
::
WireType
wiretype
=
WireFormat
::
WireTypeForFieldType
(
field
->
type
());
printer
->
Print
(
"} else if (static_cast<::google::protobuf::uint8>(tag) ==
\n
"
" static_cast<::google::protobuf::uint8>($uncommontag$u)) {
\n
"
,
printer
->
Print
(
"} else if (static_cast<
::google::protobuf::uint8>(tag) ==
\n
"
" static_cast<
::google::protobuf::uint8>($uncommontag$u)) {
\n
"
,
"uncommontag"
,
SimpleItoa
(
internal
::
WireFormatLite
::
MakeTag
(
field
->
number
(),
wiretype
)));
...
...
@@ -3059,8 +3059,8 @@ GenerateMergeFromCodedStream(io::Printer* printer) {
}
else
if
(
field
->
is_packable
()
&&
!
field
->
is_packed
())
{
internal
::
WireFormatLite
::
WireType
wiretype
=
internal
::
WireFormatLite
::
WIRETYPE_LENGTH_DELIMITED
;
printer
->
Print
(
"} else if (static_cast<::google::protobuf::uint8>(tag) ==
\n
"
" static_cast<::google::protobuf::uint8>($uncommontag$u)) {
\n
"
,
printer
->
Print
(
"} else if (static_cast<
::google::protobuf::uint8>(tag) ==
\n
"
" static_cast<
::google::protobuf::uint8>($uncommontag$u)) {
\n
"
,
"uncommontag"
,
SimpleItoa
(
internal
::
WireFormatLite
::
MakeTag
(
field
->
number
(),
wiretype
)));
...
...
src/google/protobuf/compiler/plugin.pb.cc
View file @
5274d6ee
...
...
@@ -287,8 +287,8 @@ bool Version::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// optional int32 major = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
8u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
8u
))
{
set_has_major
();
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
int32
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_INT32
>
(
...
...
@@ -301,8 +301,8 @@ bool Version::MergePartialFromCodedStream(
// optional int32 minor = 2;
case
2
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
16u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
16u
))
{
set_has_minor
();
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
int32
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_INT32
>
(
...
...
@@ -315,8 +315,8 @@ bool Version::MergePartialFromCodedStream(
// optional int32 patch = 3;
case
3
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
24u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
24u
))
{
set_has_patch
();
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
int32
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_INT32
>
(
...
...
@@ -329,8 +329,8 @@ bool Version::MergePartialFromCodedStream(
// optional string suffix = 4;
case
4
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
34u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
34u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_suffix
()));
::
google
::
protobuf
::
internal
::
WireFormat
::
VerifyUTF8StringNamedField
(
...
...
@@ -804,8 +804,8 @@ bool CodeGeneratorRequest::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// repeated string file_to_generate = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
add_file_to_generate
()));
::
google
::
protobuf
::
internal
::
WireFormat
::
VerifyUTF8StringNamedField
(
...
...
@@ -821,8 +821,8 @@ bool CodeGeneratorRequest::MergePartialFromCodedStream(
// optional string parameter = 2;
case
2
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
18u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
18u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_parameter
()));
::
google
::
protobuf
::
internal
::
WireFormat
::
VerifyUTF8StringNamedField
(
...
...
@@ -837,8 +837,8 @@ bool CodeGeneratorRequest::MergePartialFromCodedStream(
// optional .google.protobuf.compiler.Version compiler_version = 3;
case
3
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
26u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
26u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtual
(
input
,
mutable_compiler_version
()));
}
else
{
...
...
@@ -849,8 +849,8 @@ bool CodeGeneratorRequest::MergePartialFromCodedStream(
// repeated .google.protobuf.FileDescriptorProto proto_file = 15;
case
15
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
122u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
122u
))
{
DO_
(
input
->
IncrementRecursionDepth
());
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtualNoRecursionDepth
(
input
,
add_proto_file
()));
...
...
@@ -1412,8 +1412,8 @@ bool CodeGeneratorResponse_File::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// optional string name = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_name
()));
::
google
::
protobuf
::
internal
::
WireFormat
::
VerifyUTF8StringNamedField
(
...
...
@@ -1428,8 +1428,8 @@ bool CodeGeneratorResponse_File::MergePartialFromCodedStream(
// optional string insertion_point = 2;
case
2
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
18u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
18u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_insertion_point
()));
::
google
::
protobuf
::
internal
::
WireFormat
::
VerifyUTF8StringNamedField
(
...
...
@@ -1444,8 +1444,8 @@ bool CodeGeneratorResponse_File::MergePartialFromCodedStream(
// optional string content = 15;
case
15
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
122u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
122u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_content
()));
::
google
::
protobuf
::
internal
::
WireFormat
::
VerifyUTF8StringNamedField
(
...
...
@@ -1955,8 +1955,8 @@ bool CodeGeneratorResponse::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// optional string error = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_error
()));
::
google
::
protobuf
::
internal
::
WireFormat
::
VerifyUTF8StringNamedField
(
...
...
@@ -1971,8 +1971,8 @@ bool CodeGeneratorResponse::MergePartialFromCodedStream(
// repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
case
15
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
122u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
122u
))
{
DO_
(
input
->
IncrementRecursionDepth
());
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtualNoRecursionDepth
(
input
,
add_file
()));
...
...
src/google/protobuf/descriptor.pb.cc
View file @
5274d6ee
This diff is collapsed.
Click to expand it.
src/google/protobuf/duration.pb.cc
View file @
5274d6ee
...
...
@@ -216,8 +216,8 @@ bool Duration::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// int64 seconds = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
8u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
8u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
int64
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_INT64
>
(
...
...
@@ -230,8 +230,8 @@ bool Duration::MergePartialFromCodedStream(
// int32 nanos = 2;
case
2
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
16u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
16u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
int32
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_INT32
>
(
...
...
src/google/protobuf/field_mask.pb.cc
View file @
5274d6ee
...
...
@@ -192,8 +192,8 @@ bool FieldMask::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// repeated string paths = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
add_paths
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
src/google/protobuf/source_context.pb.cc
View file @
5274d6ee
...
...
@@ -198,8 +198,8 @@ bool SourceContext::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// string file_name = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_file_name
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
src/google/protobuf/struct.pb.cc
View file @
5274d6ee
...
...
@@ -306,8 +306,8 @@ bool Struct::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// map<string, .google.protobuf.Value> fields = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
input
->
IncrementRecursionDepth
());
Struct_FieldsEntry
::
Parser
<
::
google
::
protobuf
::
internal
::
MapField
<
::
std
::
string
,
::
google
::
protobuf
::
Value
,
...
...
@@ -770,8 +770,8 @@ bool Value::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// .google.protobuf.NullValue null_value = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
8u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
8u
))
{
int
value
;
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
int
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_ENUM
>
(
...
...
@@ -785,8 +785,8 @@ bool Value::MergePartialFromCodedStream(
// double number_value = 2;
case
2
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
17u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
17u
))
{
clear_kind
();
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
double
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_DOUBLE
>
(
...
...
@@ -800,8 +800,8 @@ bool Value::MergePartialFromCodedStream(
// string string_value = 3;
case
3
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
26u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
26u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_string_value
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
@@ -816,8 +816,8 @@ bool Value::MergePartialFromCodedStream(
// bool bool_value = 4;
case
4
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
32u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
32u
))
{
clear_kind
();
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
bool
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_BOOL
>
(
...
...
@@ -831,8 +831,8 @@ bool Value::MergePartialFromCodedStream(
// .google.protobuf.Struct struct_value = 5;
case
5
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
42u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
42u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtual
(
input
,
mutable_struct_value
()));
}
else
{
...
...
@@ -843,8 +843,8 @@ bool Value::MergePartialFromCodedStream(
// .google.protobuf.ListValue list_value = 6;
case
6
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
50u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
50u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtual
(
input
,
mutable_list_value
()));
}
else
{
...
...
@@ -1597,8 +1597,8 @@ bool ListValue::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// repeated .google.protobuf.Value values = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
input
->
IncrementRecursionDepth
());
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadMessageNoVirtualNoRecursionDepth
(
input
,
add_values
()));
...
...
src/google/protobuf/timestamp.pb.cc
View file @
5274d6ee
...
...
@@ -216,8 +216,8 @@ bool Timestamp::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// int64 seconds = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
8u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
8u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
int64
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_INT64
>
(
...
...
@@ -230,8 +230,8 @@ bool Timestamp::MergePartialFromCodedStream(
// int32 nanos = 2;
case
2
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
16u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
16u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
int32
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_INT32
>
(
...
...
src/google/protobuf/type.pb.cc
View file @
5274d6ee
This diff is collapsed.
Click to expand it.
src/google/protobuf/util/json_util_test.cc
View file @
5274d6ee
...
...
@@ -162,9 +162,9 @@ TEST_F(JsonUtilTest, TestDefaultValues) {
TEST_F
(
JsonUtilTest
,
TestAlwaysPrintEnumsAsInts
)
{
TestMessage
orig
;
orig
.
set_enum_value
(
proto3
::
EnumType
::
BAR
);
orig
.
add_repeated_enum_value
(
proto3
::
EnumType
::
FOO
);
orig
.
add_repeated_enum_value
(
proto3
::
EnumType
::
BAR
);
orig
.
set_enum_value
(
proto3
::
BAR
);
orig
.
add_repeated_enum_value
(
proto3
::
FOO
);
orig
.
add_repeated_enum_value
(
proto3
::
BAR
);
JsonPrintOptions
print_options
;
print_options
.
always_print_enums_as_ints
=
true
;
...
...
@@ -177,10 +177,10 @@ TEST_F(JsonUtilTest, TestAlwaysPrintEnumsAsInts) {
JsonParseOptions
parse_options
;
ASSERT_TRUE
(
FromJson
(
expected_json
,
&
parsed
,
parse_options
));
EXPECT_EQ
(
proto3
::
EnumType
::
BAR
,
parsed
.
enum_value
());
EXPECT_EQ
(
proto3
::
BAR
,
parsed
.
enum_value
());
EXPECT_EQ
(
2
,
parsed
.
repeated_enum_value_size
());
EXPECT_EQ
(
proto3
::
EnumType
::
FOO
,
parsed
.
repeated_enum_value
(
0
));
EXPECT_EQ
(
proto3
::
EnumType
::
BAR
,
parsed
.
repeated_enum_value
(
1
));
EXPECT_EQ
(
proto3
::
FOO
,
parsed
.
repeated_enum_value
(
0
));
EXPECT_EQ
(
proto3
::
BAR
,
parsed
.
repeated_enum_value
(
1
));
}
TEST_F
(
JsonUtilTest
,
ParseMessage
)
{
...
...
src/google/protobuf/wrappers.pb.cc
View file @
5274d6ee
...
...
@@ -312,8 +312,8 @@ bool DoubleValue::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// double value = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
9u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
9u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
double
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_DOUBLE
>
(
...
...
@@ -568,8 +568,8 @@ bool FloatValue::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// float value = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
13u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
13u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
float
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_FLOAT
>
(
...
...
@@ -824,8 +824,8 @@ bool Int64Value::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// int64 value = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
8u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
8u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
int64
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_INT64
>
(
...
...
@@ -1082,8 +1082,8 @@ bool UInt64Value::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// uint64 value = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
8u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
8u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
uint64
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_UINT64
>
(
...
...
@@ -1340,8 +1340,8 @@ bool Int32Value::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// int32 value = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
8u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
8u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
int32
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_INT32
>
(
...
...
@@ -1598,8 +1598,8 @@ bool UInt32Value::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// uint32 value = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
8u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
8u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
::
google
::
protobuf
::
uint32
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_UINT32
>
(
...
...
@@ -1856,8 +1856,8 @@ bool BoolValue::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// bool value = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
8u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
8u
))
{
DO_
((
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadPrimitive
<
bool
,
::
google
::
protobuf
::
internal
::
WireFormatLite
::
TYPE_BOOL
>
(
...
...
@@ -2117,8 +2117,8 @@ bool StringValue::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// string value = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadString
(
input
,
this
->
mutable_value
()));
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
VerifyUtf8String
(
...
...
@@ -2445,8 +2445,8 @@ bool BytesValue::MergePartialFromCodedStream(
switch
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
GetTagFieldNumber
(
tag
))
{
// bytes value = 1;
case
1
:
{
if
(
static_cast
<::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<::
google
::
protobuf
::
uint8
>
(
10u
))
{
if
(
static_cast
<
::
google
::
protobuf
::
uint8
>
(
tag
)
==
static_cast
<
::
google
::
protobuf
::
uint8
>
(
10u
))
{
DO_
(
::
google
::
protobuf
::
internal
::
WireFormatLite
::
ReadBytes
(
input
,
this
->
mutable_value
()));
}
else
{
...
...
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