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
7a7913e4
Commit
7a7913e4
authored
Jul 13, 2016
by
Feng Xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing LIBPROTOBUF_EXPORT.
parent
443eb27c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
generated_message_util.h
src/google/protobuf/generated_message_util.h
+4
-3
No files found.
src/google/protobuf/generated_message_util.h
View file @
7a7913e4
...
...
@@ -112,12 +112,13 @@ class ArenaString;
// pointer to a copy of the string that resides in *arena. Requires both
// args to be non-NULL. If something goes wrong while reading the data
// then NULL is returned (e.g., input does not start with a valid varint).
ArenaString
*
ReadArenaString
(
::
google
::
protobuf
::
io
::
CodedInputStream
*
input
,
::
google
::
protobuf
::
Arena
*
arena
);
LIBPROTOBUF_EXPORT
ArenaString
*
ReadArenaString
(
::
google
::
protobuf
::
io
::
CodedInputStream
*
input
,
::
google
::
protobuf
::
Arena
*
arena
);
// Helper function to crash on merge failure.
// Moved out of generated code to reduce binary size.
void
MergeFromFail
(
const
char
*
file
,
int
line
)
GOOGLE_ATTRIBUTE_NORETURN
;
LIBPROTOBUF_EXPORT
void
MergeFromFail
(
const
char
*
file
,
int
line
)
GOOGLE_ATTRIBUTE_NORETURN
;
}
// namespace internal
}
// namespace protobuf
...
...
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