aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/extension_set.h
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2016-06-30 14:29:05 -0700
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2016-06-30 14:29:05 -0700
commit2fe0556c7abbe31c02147b9171397737a35bfe3b (patch)
tree2a48c8754aade46ecaae735a7e43e5db6babf631 /src/google/protobuf/extension_set.h
parent69cc213c76350f3edcec27081d2383d50e696c6b (diff)
Fix windows build.
Change-Id: Ibf7d1df850f4b497303f9f617751be98327898ef
Diffstat (limited to 'src/google/protobuf/extension_set.h')
-rw-r--r--src/google/protobuf/extension_set.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/google/protobuf/extension_set.h b/src/google/protobuf/extension_set.h
index a92c5043..3e1d1ef5 100644
--- a/src/google/protobuf/extension_set.h
+++ b/src/google/protobuf/extension_set.h
@@ -419,13 +419,8 @@ class LIBPROTOBUF_EXPORT ExtensionSet {
// are never forced to serialize deterministically.
uint8* SerializeWithCachedSizesToArray(int start_field_number,
int end_field_number,
- uint8* target) const {
- return InternalSerializeWithCachedSizesToArray(
- start_field_number, end_field_number, false, target);
- }
- uint8* SerializeMessageSetWithCachedSizesToArray(uint8* target) const {
- return InternalSerializeMessageSetWithCachedSizesToArray(false, target);
- }
+ uint8* target) const;
+ uint8* SerializeMessageSetWithCachedSizesToArray(uint8* target) const;
// Returns the total serialized size of all the extensions.
int ByteSize() const;