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
969e0bec
Commit
969e0bec
authored
May 11, 2017
by
Steven Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regenerate plugin and profile message code
parent
26f00119
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
plugin.pb.cc
src/google/protobuf/compiler/plugin.pb.cc
+1
-0
profile.pb.cc
src/google/protobuf/compiler/profile.pb.cc
+3
-0
No files found.
src/google/protobuf/compiler/plugin.pb.cc
View file @
969e0bec
...
@@ -428,6 +428,7 @@ void Version::SerializeWithCachedSizes(
...
@@ -428,6 +428,7 @@ void Version::SerializeWithCachedSizes(
::
google
::
protobuf
::
uint8
*
Version
::
InternalSerializeWithCachedSizesToArray
(
::
google
::
protobuf
::
uint8
*
Version
::
InternalSerializeWithCachedSizesToArray
(
bool
deterministic
,
::
google
::
protobuf
::
uint8
*
target
)
const
{
bool
deterministic
,
::
google
::
protobuf
::
uint8
*
target
)
const
{
(
void
)
deterministic
;
// Unused
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.compiler.Version)
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.compiler.Version)
::
google
::
protobuf
::
uint32
cached_has_bits
=
0
;
::
google
::
protobuf
::
uint32
cached_has_bits
=
0
;
(
void
)
cached_has_bits
;
(
void
)
cached_has_bits
;
...
...
src/google/protobuf/compiler/profile.pb.cc
View file @
969e0bec
...
@@ -394,6 +394,7 @@ void FieldAccessInfo::SerializeWithCachedSizes(
...
@@ -394,6 +394,7 @@ void FieldAccessInfo::SerializeWithCachedSizes(
::
google
::
protobuf
::
uint8
*
FieldAccessInfo
::
InternalSerializeWithCachedSizesToArray
(
::
google
::
protobuf
::
uint8
*
FieldAccessInfo
::
InternalSerializeWithCachedSizesToArray
(
bool
deterministic
,
::
google
::
protobuf
::
uint8
*
target
)
const
{
bool
deterministic
,
::
google
::
protobuf
::
uint8
*
target
)
const
{
(
void
)
deterministic
;
// Unused
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.compiler.FieldAccessInfo)
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.compiler.FieldAccessInfo)
::
google
::
protobuf
::
uint32
cached_has_bits
=
0
;
::
google
::
protobuf
::
uint32
cached_has_bits
=
0
;
(
void
)
cached_has_bits
;
(
void
)
cached_has_bits
;
...
@@ -889,6 +890,7 @@ void MessageAccessInfo::SerializeWithCachedSizes(
...
@@ -889,6 +890,7 @@ void MessageAccessInfo::SerializeWithCachedSizes(
::
google
::
protobuf
::
uint8
*
MessageAccessInfo
::
InternalSerializeWithCachedSizesToArray
(
::
google
::
protobuf
::
uint8
*
MessageAccessInfo
::
InternalSerializeWithCachedSizesToArray
(
bool
deterministic
,
::
google
::
protobuf
::
uint8
*
target
)
const
{
bool
deterministic
,
::
google
::
protobuf
::
uint8
*
target
)
const
{
(
void
)
deterministic
;
// Unused
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.compiler.MessageAccessInfo)
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.compiler.MessageAccessInfo)
::
google
::
protobuf
::
uint32
cached_has_bits
=
0
;
::
google
::
protobuf
::
uint32
cached_has_bits
=
0
;
(
void
)
cached_has_bits
;
(
void
)
cached_has_bits
;
...
@@ -1293,6 +1295,7 @@ void AccessInfo::SerializeWithCachedSizes(
...
@@ -1293,6 +1295,7 @@ void AccessInfo::SerializeWithCachedSizes(
::
google
::
protobuf
::
uint8
*
AccessInfo
::
InternalSerializeWithCachedSizesToArray
(
::
google
::
protobuf
::
uint8
*
AccessInfo
::
InternalSerializeWithCachedSizesToArray
(
bool
deterministic
,
::
google
::
protobuf
::
uint8
*
target
)
const
{
bool
deterministic
,
::
google
::
protobuf
::
uint8
*
target
)
const
{
(
void
)
deterministic
;
// Unused
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.compiler.AccessInfo)
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.compiler.AccessInfo)
::
google
::
protobuf
::
uint32
cached_has_bits
=
0
;
::
google
::
protobuf
::
uint32
cached_has_bits
=
0
;
(
void
)
cached_has_bits
;
(
void
)
cached_has_bits
;
...
...
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