Index: third_party/protobuf/src/google/protobuf/wrappers.pb.h |
diff --git a/third_party/protobuf/src/google/protobuf/wrappers.pb.h b/third_party/protobuf/src/google/protobuf/wrappers.pb.h |
index cf8e16936718f13d273a03d77a2bbf4fc88b5c69..10784778852f67a5d8659aa4fda4cab9819e355f 100644 |
--- a/third_party/protobuf/src/google/protobuf/wrappers.pb.h |
+++ b/third_party/protobuf/src/google/protobuf/wrappers.pb.h |
@@ -8,12 +8,12 @@ |
#include <google/protobuf/stubs/common.h> |
-#if GOOGLE_PROTOBUF_VERSION < 3001000 |
+#if GOOGLE_PROTOBUF_VERSION < 3000000 |
#error This file was generated by a newer version of protoc which is |
#error incompatible with your Protocol Buffer headers. Please update |
#error your headers. |
#endif |
-#if 3001000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION |
+#if 3000000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION |
#error This file was generated by an older version of protoc which is |
#error incompatible with your Protocol Buffer headers. Please |
#error regenerate this file with a newer version of protoc. |
@@ -24,52 +24,32 @@ |
#include <google/protobuf/generated_message_util.h> |
#include <google/protobuf/metadata.h> |
#include <google/protobuf/message.h> |
-#include <google/protobuf/repeated_field.h> // IWYU pragma: export |
-#include <google/protobuf/extension_set.h> // IWYU pragma: export |
+#include <google/protobuf/repeated_field.h> |
+#include <google/protobuf/extension_set.h> |
#include <google/protobuf/unknown_field_set.h> |
// @@protoc_insertion_point(includes) |
+ |
namespace google { |
namespace protobuf { |
+ |
+// Internal implementation detail -- do not call these. |
+void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); |
+ |
class BoolValue; |
-class BoolValueDefaultTypeInternal; |
-LIBPROTOBUF_EXPORT extern BoolValueDefaultTypeInternal _BoolValue_default_instance_; |
class BytesValue; |
-class BytesValueDefaultTypeInternal; |
-LIBPROTOBUF_EXPORT extern BytesValueDefaultTypeInternal _BytesValue_default_instance_; |
class DoubleValue; |
-class DoubleValueDefaultTypeInternal; |
-LIBPROTOBUF_EXPORT extern DoubleValueDefaultTypeInternal _DoubleValue_default_instance_; |
class FloatValue; |
-class FloatValueDefaultTypeInternal; |
-LIBPROTOBUF_EXPORT extern FloatValueDefaultTypeInternal _FloatValue_default_instance_; |
class Int32Value; |
-class Int32ValueDefaultTypeInternal; |
-LIBPROTOBUF_EXPORT extern Int32ValueDefaultTypeInternal _Int32Value_default_instance_; |
class Int64Value; |
-class Int64ValueDefaultTypeInternal; |
-LIBPROTOBUF_EXPORT extern Int64ValueDefaultTypeInternal _Int64Value_default_instance_; |
class StringValue; |
-class StringValueDefaultTypeInternal; |
-LIBPROTOBUF_EXPORT extern StringValueDefaultTypeInternal _StringValue_default_instance_; |
class UInt32Value; |
-class UInt32ValueDefaultTypeInternal; |
-LIBPROTOBUF_EXPORT extern UInt32ValueDefaultTypeInternal _UInt32Value_default_instance_; |
class UInt64Value; |
-class UInt64ValueDefaultTypeInternal; |
-LIBPROTOBUF_EXPORT extern UInt64ValueDefaultTypeInternal _UInt64Value_default_instance_; |
-} // namespace protobuf |
-} // namespace google |
- |
-namespace google { |
-namespace protobuf { |
- |
-// Internal implementation detail -- do not call these. |
-void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
-void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fwrappers_2eproto(); |
// =================================================================== |
-class LIBPROTOBUF_EXPORT DoubleValue : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.DoubleValue) */ { |
+class LIBPROTOBUF_EXPORT DoubleValue : public ::google::protobuf::Message { |
public: |
DoubleValue(); |
virtual ~DoubleValue(); |
@@ -81,51 +61,39 @@ class LIBPROTOBUF_EXPORT DoubleValue : public ::google::protobuf::Message /* @@p |
return *this; |
} |
- inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL { |
- return GetArenaNoVirtual(); |
- } |
- inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL { |
+ inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); } |
+ inline void* GetMaybeArenaPointer() const { |
return MaybeArenaPtr(); |
} |
static const ::google::protobuf::Descriptor* descriptor(); |
static const DoubleValue& default_instance(); |
- static inline const DoubleValue* internal_default_instance() { |
- return reinterpret_cast<const DoubleValue*>( |
- &_DoubleValue_default_instance_); |
- } |
- |
void UnsafeArenaSwap(DoubleValue* other); |
void Swap(DoubleValue* other); |
// implements Message ---------------------------------------------- |
- inline DoubleValue* New() const PROTOBUF_FINAL { return New(NULL); } |
+ inline DoubleValue* New() const { return New(NULL); } |
- DoubleValue* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; |
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
+ DoubleValue* New(::google::protobuf::Arena* arena) const; |
+ void CopyFrom(const ::google::protobuf::Message& from); |
+ void MergeFrom(const ::google::protobuf::Message& from); |
void CopyFrom(const DoubleValue& from); |
void MergeFrom(const DoubleValue& from); |
- void Clear() PROTOBUF_FINAL; |
- bool IsInitialized() const PROTOBUF_FINAL; |
+ void Clear(); |
+ bool IsInitialized() const; |
- size_t ByteSizeLong() const PROTOBUF_FINAL; |
+ int ByteSize() const; |
bool MergePartialFromCodedStream( |
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; |
+ ::google::protobuf::io::CodedInputStream* input); |
void SerializeWithCachedSizes( |
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
- const PROTOBUF_FINAL { |
- return InternalSerializeWithCachedSizesToArray(false, output); |
- } |
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
+ ::google::protobuf::io::CodedOutputStream* output) const; |
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
+ int GetCachedSize() const { return _cached_size_; } |
private: |
void SharedCtor(); |
void SharedDtor(); |
- void SetCachedSize(int size) const PROTOBUF_FINAL; |
+ void SetCachedSize(int size) const; |
void InternalSwap(DoubleValue* other); |
protected: |
explicit DoubleValue(::google::protobuf::Arena* arena); |
@@ -141,13 +109,13 @@ class LIBPROTOBUF_EXPORT DoubleValue : public ::google::protobuf::Message /* @@p |
} |
public: |
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; |
+ ::google::protobuf::Metadata GetMetadata() const; |
// nested types ---------------------------------------------------- |
// accessors ------------------------------------------------------- |
- // double value = 1; |
+ // optional double value = 1; |
void clear_value(); |
static const int kValueFieldNumber = 1; |
double value() const; |
@@ -160,17 +128,19 @@ class LIBPROTOBUF_EXPORT DoubleValue : public ::google::protobuf::Message /* @@p |
friend class ::google::protobuf::Arena; |
typedef void InternalArenaConstructable_; |
typedef void DestructorSkippable_; |
+ bool _is_default_instance_; |
double value_; |
mutable int _cached_size_; |
- friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); |
friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); |
+ void InitAsDefaultInstance(); |
+ static DoubleValue* default_instance_; |
}; |
// ------------------------------------------------------------------- |
-class LIBPROTOBUF_EXPORT FloatValue : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.FloatValue) */ { |
+class LIBPROTOBUF_EXPORT FloatValue : public ::google::protobuf::Message { |
public: |
FloatValue(); |
virtual ~FloatValue(); |
@@ -182,51 +152,39 @@ class LIBPROTOBUF_EXPORT FloatValue : public ::google::protobuf::Message /* @@pr |
return *this; |
} |
- inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL { |
- return GetArenaNoVirtual(); |
- } |
- inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL { |
+ inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); } |
+ inline void* GetMaybeArenaPointer() const { |
return MaybeArenaPtr(); |
} |
static const ::google::protobuf::Descriptor* descriptor(); |
static const FloatValue& default_instance(); |
- static inline const FloatValue* internal_default_instance() { |
- return reinterpret_cast<const FloatValue*>( |
- &_FloatValue_default_instance_); |
- } |
- |
void UnsafeArenaSwap(FloatValue* other); |
void Swap(FloatValue* other); |
// implements Message ---------------------------------------------- |
- inline FloatValue* New() const PROTOBUF_FINAL { return New(NULL); } |
+ inline FloatValue* New() const { return New(NULL); } |
- FloatValue* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; |
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
+ FloatValue* New(::google::protobuf::Arena* arena) const; |
+ void CopyFrom(const ::google::protobuf::Message& from); |
+ void MergeFrom(const ::google::protobuf::Message& from); |
void CopyFrom(const FloatValue& from); |
void MergeFrom(const FloatValue& from); |
- void Clear() PROTOBUF_FINAL; |
- bool IsInitialized() const PROTOBUF_FINAL; |
+ void Clear(); |
+ bool IsInitialized() const; |
- size_t ByteSizeLong() const PROTOBUF_FINAL; |
+ int ByteSize() const; |
bool MergePartialFromCodedStream( |
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; |
+ ::google::protobuf::io::CodedInputStream* input); |
void SerializeWithCachedSizes( |
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
- const PROTOBUF_FINAL { |
- return InternalSerializeWithCachedSizesToArray(false, output); |
- } |
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
+ ::google::protobuf::io::CodedOutputStream* output) const; |
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
+ int GetCachedSize() const { return _cached_size_; } |
private: |
void SharedCtor(); |
void SharedDtor(); |
- void SetCachedSize(int size) const PROTOBUF_FINAL; |
+ void SetCachedSize(int size) const; |
void InternalSwap(FloatValue* other); |
protected: |
explicit FloatValue(::google::protobuf::Arena* arena); |
@@ -242,13 +200,13 @@ class LIBPROTOBUF_EXPORT FloatValue : public ::google::protobuf::Message /* @@pr |
} |
public: |
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; |
+ ::google::protobuf::Metadata GetMetadata() const; |
// nested types ---------------------------------------------------- |
// accessors ------------------------------------------------------- |
- // float value = 1; |
+ // optional float value = 1; |
void clear_value(); |
static const int kValueFieldNumber = 1; |
float value() const; |
@@ -261,17 +219,19 @@ class LIBPROTOBUF_EXPORT FloatValue : public ::google::protobuf::Message /* @@pr |
friend class ::google::protobuf::Arena; |
typedef void InternalArenaConstructable_; |
typedef void DestructorSkippable_; |
+ bool _is_default_instance_; |
float value_; |
mutable int _cached_size_; |
- friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); |
friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); |
+ void InitAsDefaultInstance(); |
+ static FloatValue* default_instance_; |
}; |
// ------------------------------------------------------------------- |
-class LIBPROTOBUF_EXPORT Int64Value : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Int64Value) */ { |
+class LIBPROTOBUF_EXPORT Int64Value : public ::google::protobuf::Message { |
public: |
Int64Value(); |
virtual ~Int64Value(); |
@@ -283,51 +243,39 @@ class LIBPROTOBUF_EXPORT Int64Value : public ::google::protobuf::Message /* @@pr |
return *this; |
} |
- inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL { |
- return GetArenaNoVirtual(); |
- } |
- inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL { |
+ inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); } |
+ inline void* GetMaybeArenaPointer() const { |
return MaybeArenaPtr(); |
} |
static const ::google::protobuf::Descriptor* descriptor(); |
static const Int64Value& default_instance(); |
- static inline const Int64Value* internal_default_instance() { |
- return reinterpret_cast<const Int64Value*>( |
- &_Int64Value_default_instance_); |
- } |
- |
void UnsafeArenaSwap(Int64Value* other); |
void Swap(Int64Value* other); |
// implements Message ---------------------------------------------- |
- inline Int64Value* New() const PROTOBUF_FINAL { return New(NULL); } |
+ inline Int64Value* New() const { return New(NULL); } |
- Int64Value* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; |
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
+ Int64Value* New(::google::protobuf::Arena* arena) const; |
+ void CopyFrom(const ::google::protobuf::Message& from); |
+ void MergeFrom(const ::google::protobuf::Message& from); |
void CopyFrom(const Int64Value& from); |
void MergeFrom(const Int64Value& from); |
- void Clear() PROTOBUF_FINAL; |
- bool IsInitialized() const PROTOBUF_FINAL; |
+ void Clear(); |
+ bool IsInitialized() const; |
- size_t ByteSizeLong() const PROTOBUF_FINAL; |
+ int ByteSize() const; |
bool MergePartialFromCodedStream( |
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; |
+ ::google::protobuf::io::CodedInputStream* input); |
void SerializeWithCachedSizes( |
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
- const PROTOBUF_FINAL { |
- return InternalSerializeWithCachedSizesToArray(false, output); |
- } |
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
+ ::google::protobuf::io::CodedOutputStream* output) const; |
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
+ int GetCachedSize() const { return _cached_size_; } |
private: |
void SharedCtor(); |
void SharedDtor(); |
- void SetCachedSize(int size) const PROTOBUF_FINAL; |
+ void SetCachedSize(int size) const; |
void InternalSwap(Int64Value* other); |
protected: |
explicit Int64Value(::google::protobuf::Arena* arena); |
@@ -343,13 +291,13 @@ class LIBPROTOBUF_EXPORT Int64Value : public ::google::protobuf::Message /* @@pr |
} |
public: |
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; |
+ ::google::protobuf::Metadata GetMetadata() const; |
// nested types ---------------------------------------------------- |
// accessors ------------------------------------------------------- |
- // int64 value = 1; |
+ // optional int64 value = 1; |
void clear_value(); |
static const int kValueFieldNumber = 1; |
::google::protobuf::int64 value() const; |
@@ -362,17 +310,19 @@ class LIBPROTOBUF_EXPORT Int64Value : public ::google::protobuf::Message /* @@pr |
friend class ::google::protobuf::Arena; |
typedef void InternalArenaConstructable_; |
typedef void DestructorSkippable_; |
+ bool _is_default_instance_; |
::google::protobuf::int64 value_; |
mutable int _cached_size_; |
- friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); |
friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); |
+ void InitAsDefaultInstance(); |
+ static Int64Value* default_instance_; |
}; |
// ------------------------------------------------------------------- |
-class LIBPROTOBUF_EXPORT UInt64Value : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.UInt64Value) */ { |
+class LIBPROTOBUF_EXPORT UInt64Value : public ::google::protobuf::Message { |
public: |
UInt64Value(); |
virtual ~UInt64Value(); |
@@ -384,51 +334,39 @@ class LIBPROTOBUF_EXPORT UInt64Value : public ::google::protobuf::Message /* @@p |
return *this; |
} |
- inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL { |
- return GetArenaNoVirtual(); |
- } |
- inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL { |
+ inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); } |
+ inline void* GetMaybeArenaPointer() const { |
return MaybeArenaPtr(); |
} |
static const ::google::protobuf::Descriptor* descriptor(); |
static const UInt64Value& default_instance(); |
- static inline const UInt64Value* internal_default_instance() { |
- return reinterpret_cast<const UInt64Value*>( |
- &_UInt64Value_default_instance_); |
- } |
- |
void UnsafeArenaSwap(UInt64Value* other); |
void Swap(UInt64Value* other); |
// implements Message ---------------------------------------------- |
- inline UInt64Value* New() const PROTOBUF_FINAL { return New(NULL); } |
+ inline UInt64Value* New() const { return New(NULL); } |
- UInt64Value* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; |
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
+ UInt64Value* New(::google::protobuf::Arena* arena) const; |
+ void CopyFrom(const ::google::protobuf::Message& from); |
+ void MergeFrom(const ::google::protobuf::Message& from); |
void CopyFrom(const UInt64Value& from); |
void MergeFrom(const UInt64Value& from); |
- void Clear() PROTOBUF_FINAL; |
- bool IsInitialized() const PROTOBUF_FINAL; |
+ void Clear(); |
+ bool IsInitialized() const; |
- size_t ByteSizeLong() const PROTOBUF_FINAL; |
+ int ByteSize() const; |
bool MergePartialFromCodedStream( |
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; |
+ ::google::protobuf::io::CodedInputStream* input); |
void SerializeWithCachedSizes( |
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
- const PROTOBUF_FINAL { |
- return InternalSerializeWithCachedSizesToArray(false, output); |
- } |
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
+ ::google::protobuf::io::CodedOutputStream* output) const; |
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
+ int GetCachedSize() const { return _cached_size_; } |
private: |
void SharedCtor(); |
void SharedDtor(); |
- void SetCachedSize(int size) const PROTOBUF_FINAL; |
+ void SetCachedSize(int size) const; |
void InternalSwap(UInt64Value* other); |
protected: |
explicit UInt64Value(::google::protobuf::Arena* arena); |
@@ -444,13 +382,13 @@ class LIBPROTOBUF_EXPORT UInt64Value : public ::google::protobuf::Message /* @@p |
} |
public: |
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; |
+ ::google::protobuf::Metadata GetMetadata() const; |
// nested types ---------------------------------------------------- |
// accessors ------------------------------------------------------- |
- // uint64 value = 1; |
+ // optional uint64 value = 1; |
void clear_value(); |
static const int kValueFieldNumber = 1; |
::google::protobuf::uint64 value() const; |
@@ -463,17 +401,19 @@ class LIBPROTOBUF_EXPORT UInt64Value : public ::google::protobuf::Message /* @@p |
friend class ::google::protobuf::Arena; |
typedef void InternalArenaConstructable_; |
typedef void DestructorSkippable_; |
+ bool _is_default_instance_; |
::google::protobuf::uint64 value_; |
mutable int _cached_size_; |
- friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); |
friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); |
+ void InitAsDefaultInstance(); |
+ static UInt64Value* default_instance_; |
}; |
// ------------------------------------------------------------------- |
-class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Int32Value) */ { |
+class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message { |
public: |
Int32Value(); |
virtual ~Int32Value(); |
@@ -485,51 +425,39 @@ class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message /* @@pr |
return *this; |
} |
- inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL { |
- return GetArenaNoVirtual(); |
- } |
- inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL { |
+ inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); } |
+ inline void* GetMaybeArenaPointer() const { |
return MaybeArenaPtr(); |
} |
static const ::google::protobuf::Descriptor* descriptor(); |
static const Int32Value& default_instance(); |
- static inline const Int32Value* internal_default_instance() { |
- return reinterpret_cast<const Int32Value*>( |
- &_Int32Value_default_instance_); |
- } |
- |
void UnsafeArenaSwap(Int32Value* other); |
void Swap(Int32Value* other); |
// implements Message ---------------------------------------------- |
- inline Int32Value* New() const PROTOBUF_FINAL { return New(NULL); } |
+ inline Int32Value* New() const { return New(NULL); } |
- Int32Value* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; |
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
+ Int32Value* New(::google::protobuf::Arena* arena) const; |
+ void CopyFrom(const ::google::protobuf::Message& from); |
+ void MergeFrom(const ::google::protobuf::Message& from); |
void CopyFrom(const Int32Value& from); |
void MergeFrom(const Int32Value& from); |
- void Clear() PROTOBUF_FINAL; |
- bool IsInitialized() const PROTOBUF_FINAL; |
+ void Clear(); |
+ bool IsInitialized() const; |
- size_t ByteSizeLong() const PROTOBUF_FINAL; |
+ int ByteSize() const; |
bool MergePartialFromCodedStream( |
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; |
+ ::google::protobuf::io::CodedInputStream* input); |
void SerializeWithCachedSizes( |
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
- const PROTOBUF_FINAL { |
- return InternalSerializeWithCachedSizesToArray(false, output); |
- } |
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
+ ::google::protobuf::io::CodedOutputStream* output) const; |
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
+ int GetCachedSize() const { return _cached_size_; } |
private: |
void SharedCtor(); |
void SharedDtor(); |
- void SetCachedSize(int size) const PROTOBUF_FINAL; |
+ void SetCachedSize(int size) const; |
void InternalSwap(Int32Value* other); |
protected: |
explicit Int32Value(::google::protobuf::Arena* arena); |
@@ -545,13 +473,13 @@ class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message /* @@pr |
} |
public: |
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; |
+ ::google::protobuf::Metadata GetMetadata() const; |
// nested types ---------------------------------------------------- |
// accessors ------------------------------------------------------- |
- // int32 value = 1; |
+ // optional int32 value = 1; |
void clear_value(); |
static const int kValueFieldNumber = 1; |
::google::protobuf::int32 value() const; |
@@ -564,17 +492,19 @@ class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message /* @@pr |
friend class ::google::protobuf::Arena; |
typedef void InternalArenaConstructable_; |
typedef void DestructorSkippable_; |
+ bool _is_default_instance_; |
::google::protobuf::int32 value_; |
mutable int _cached_size_; |
- friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); |
friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); |
+ void InitAsDefaultInstance(); |
+ static Int32Value* default_instance_; |
}; |
// ------------------------------------------------------------------- |
-class LIBPROTOBUF_EXPORT UInt32Value : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.UInt32Value) */ { |
+class LIBPROTOBUF_EXPORT UInt32Value : public ::google::protobuf::Message { |
public: |
UInt32Value(); |
virtual ~UInt32Value(); |
@@ -586,51 +516,39 @@ class LIBPROTOBUF_EXPORT UInt32Value : public ::google::protobuf::Message /* @@p |
return *this; |
} |
- inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL { |
- return GetArenaNoVirtual(); |
- } |
- inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL { |
+ inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); } |
+ inline void* GetMaybeArenaPointer() const { |
return MaybeArenaPtr(); |
} |
static const ::google::protobuf::Descriptor* descriptor(); |
static const UInt32Value& default_instance(); |
- static inline const UInt32Value* internal_default_instance() { |
- return reinterpret_cast<const UInt32Value*>( |
- &_UInt32Value_default_instance_); |
- } |
- |
void UnsafeArenaSwap(UInt32Value* other); |
void Swap(UInt32Value* other); |
// implements Message ---------------------------------------------- |
- inline UInt32Value* New() const PROTOBUF_FINAL { return New(NULL); } |
+ inline UInt32Value* New() const { return New(NULL); } |
- UInt32Value* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; |
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
+ UInt32Value* New(::google::protobuf::Arena* arena) const; |
+ void CopyFrom(const ::google::protobuf::Message& from); |
+ void MergeFrom(const ::google::protobuf::Message& from); |
void CopyFrom(const UInt32Value& from); |
void MergeFrom(const UInt32Value& from); |
- void Clear() PROTOBUF_FINAL; |
- bool IsInitialized() const PROTOBUF_FINAL; |
+ void Clear(); |
+ bool IsInitialized() const; |
- size_t ByteSizeLong() const PROTOBUF_FINAL; |
+ int ByteSize() const; |
bool MergePartialFromCodedStream( |
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; |
+ ::google::protobuf::io::CodedInputStream* input); |
void SerializeWithCachedSizes( |
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
- const PROTOBUF_FINAL { |
- return InternalSerializeWithCachedSizesToArray(false, output); |
- } |
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
+ ::google::protobuf::io::CodedOutputStream* output) const; |
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
+ int GetCachedSize() const { return _cached_size_; } |
private: |
void SharedCtor(); |
void SharedDtor(); |
- void SetCachedSize(int size) const PROTOBUF_FINAL; |
+ void SetCachedSize(int size) const; |
void InternalSwap(UInt32Value* other); |
protected: |
explicit UInt32Value(::google::protobuf::Arena* arena); |
@@ -646,13 +564,13 @@ class LIBPROTOBUF_EXPORT UInt32Value : public ::google::protobuf::Message /* @@p |
} |
public: |
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; |
+ ::google::protobuf::Metadata GetMetadata() const; |
// nested types ---------------------------------------------------- |
// accessors ------------------------------------------------------- |
- // uint32 value = 1; |
+ // optional uint32 value = 1; |
void clear_value(); |
static const int kValueFieldNumber = 1; |
::google::protobuf::uint32 value() const; |
@@ -665,17 +583,19 @@ class LIBPROTOBUF_EXPORT UInt32Value : public ::google::protobuf::Message /* @@p |
friend class ::google::protobuf::Arena; |
typedef void InternalArenaConstructable_; |
typedef void DestructorSkippable_; |
+ bool _is_default_instance_; |
::google::protobuf::uint32 value_; |
mutable int _cached_size_; |
- friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); |
friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); |
+ void InitAsDefaultInstance(); |
+ static UInt32Value* default_instance_; |
}; |
// ------------------------------------------------------------------- |
-class LIBPROTOBUF_EXPORT BoolValue : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.BoolValue) */ { |
+class LIBPROTOBUF_EXPORT BoolValue : public ::google::protobuf::Message { |
public: |
BoolValue(); |
virtual ~BoolValue(); |
@@ -687,51 +607,39 @@ class LIBPROTOBUF_EXPORT BoolValue : public ::google::protobuf::Message /* @@pro |
return *this; |
} |
- inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL { |
- return GetArenaNoVirtual(); |
- } |
- inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL { |
+ inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); } |
+ inline void* GetMaybeArenaPointer() const { |
return MaybeArenaPtr(); |
} |
static const ::google::protobuf::Descriptor* descriptor(); |
static const BoolValue& default_instance(); |
- static inline const BoolValue* internal_default_instance() { |
- return reinterpret_cast<const BoolValue*>( |
- &_BoolValue_default_instance_); |
- } |
- |
void UnsafeArenaSwap(BoolValue* other); |
void Swap(BoolValue* other); |
// implements Message ---------------------------------------------- |
- inline BoolValue* New() const PROTOBUF_FINAL { return New(NULL); } |
+ inline BoolValue* New() const { return New(NULL); } |
- BoolValue* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; |
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
+ BoolValue* New(::google::protobuf::Arena* arena) const; |
+ void CopyFrom(const ::google::protobuf::Message& from); |
+ void MergeFrom(const ::google::protobuf::Message& from); |
void CopyFrom(const BoolValue& from); |
void MergeFrom(const BoolValue& from); |
- void Clear() PROTOBUF_FINAL; |
- bool IsInitialized() const PROTOBUF_FINAL; |
+ void Clear(); |
+ bool IsInitialized() const; |
- size_t ByteSizeLong() const PROTOBUF_FINAL; |
+ int ByteSize() const; |
bool MergePartialFromCodedStream( |
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; |
+ ::google::protobuf::io::CodedInputStream* input); |
void SerializeWithCachedSizes( |
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
- const PROTOBUF_FINAL { |
- return InternalSerializeWithCachedSizesToArray(false, output); |
- } |
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
+ ::google::protobuf::io::CodedOutputStream* output) const; |
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
+ int GetCachedSize() const { return _cached_size_; } |
private: |
void SharedCtor(); |
void SharedDtor(); |
- void SetCachedSize(int size) const PROTOBUF_FINAL; |
+ void SetCachedSize(int size) const; |
void InternalSwap(BoolValue* other); |
protected: |
explicit BoolValue(::google::protobuf::Arena* arena); |
@@ -747,13 +655,13 @@ class LIBPROTOBUF_EXPORT BoolValue : public ::google::protobuf::Message /* @@pro |
} |
public: |
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; |
+ ::google::protobuf::Metadata GetMetadata() const; |
// nested types ---------------------------------------------------- |
// accessors ------------------------------------------------------- |
- // bool value = 1; |
+ // optional bool value = 1; |
void clear_value(); |
static const int kValueFieldNumber = 1; |
bool value() const; |
@@ -766,17 +674,19 @@ class LIBPROTOBUF_EXPORT BoolValue : public ::google::protobuf::Message /* @@pro |
friend class ::google::protobuf::Arena; |
typedef void InternalArenaConstructable_; |
typedef void DestructorSkippable_; |
+ bool _is_default_instance_; |
bool value_; |
mutable int _cached_size_; |
- friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); |
friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); |
+ void InitAsDefaultInstance(); |
+ static BoolValue* default_instance_; |
}; |
// ------------------------------------------------------------------- |
-class LIBPROTOBUF_EXPORT StringValue : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.StringValue) */ { |
+class LIBPROTOBUF_EXPORT StringValue : public ::google::protobuf::Message { |
public: |
StringValue(); |
virtual ~StringValue(); |
@@ -788,51 +698,39 @@ class LIBPROTOBUF_EXPORT StringValue : public ::google::protobuf::Message /* @@p |
return *this; |
} |
- inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL { |
- return GetArenaNoVirtual(); |
- } |
- inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL { |
+ inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); } |
+ inline void* GetMaybeArenaPointer() const { |
return MaybeArenaPtr(); |
} |
static const ::google::protobuf::Descriptor* descriptor(); |
static const StringValue& default_instance(); |
- static inline const StringValue* internal_default_instance() { |
- return reinterpret_cast<const StringValue*>( |
- &_StringValue_default_instance_); |
- } |
- |
void UnsafeArenaSwap(StringValue* other); |
void Swap(StringValue* other); |
// implements Message ---------------------------------------------- |
- inline StringValue* New() const PROTOBUF_FINAL { return New(NULL); } |
+ inline StringValue* New() const { return New(NULL); } |
- StringValue* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; |
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
+ StringValue* New(::google::protobuf::Arena* arena) const; |
+ void CopyFrom(const ::google::protobuf::Message& from); |
+ void MergeFrom(const ::google::protobuf::Message& from); |
void CopyFrom(const StringValue& from); |
void MergeFrom(const StringValue& from); |
- void Clear() PROTOBUF_FINAL; |
- bool IsInitialized() const PROTOBUF_FINAL; |
+ void Clear(); |
+ bool IsInitialized() const; |
- size_t ByteSizeLong() const PROTOBUF_FINAL; |
+ int ByteSize() const; |
bool MergePartialFromCodedStream( |
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; |
+ ::google::protobuf::io::CodedInputStream* input); |
void SerializeWithCachedSizes( |
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
- const PROTOBUF_FINAL { |
- return InternalSerializeWithCachedSizesToArray(false, output); |
- } |
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
+ ::google::protobuf::io::CodedOutputStream* output) const; |
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
+ int GetCachedSize() const { return _cached_size_; } |
private: |
void SharedCtor(); |
void SharedDtor(); |
- void SetCachedSize(int size) const PROTOBUF_FINAL; |
+ void SetCachedSize(int size) const; |
void InternalSwap(StringValue* other); |
protected: |
explicit StringValue(::google::protobuf::Arena* arena); |
@@ -848,13 +746,13 @@ class LIBPROTOBUF_EXPORT StringValue : public ::google::protobuf::Message /* @@p |
} |
public: |
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; |
+ ::google::protobuf::Metadata GetMetadata() const; |
// nested types ---------------------------------------------------- |
// accessors ------------------------------------------------------- |
- // string value = 1; |
+ // optional string value = 1; |
void clear_value(); |
static const int kValueFieldNumber = 1; |
const ::std::string& value() const; |
@@ -875,17 +773,19 @@ class LIBPROTOBUF_EXPORT StringValue : public ::google::protobuf::Message /* @@p |
friend class ::google::protobuf::Arena; |
typedef void InternalArenaConstructable_; |
typedef void DestructorSkippable_; |
+ bool _is_default_instance_; |
::google::protobuf::internal::ArenaStringPtr value_; |
mutable int _cached_size_; |
- friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); |
friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); |
+ void InitAsDefaultInstance(); |
+ static StringValue* default_instance_; |
}; |
// ------------------------------------------------------------------- |
-class LIBPROTOBUF_EXPORT BytesValue : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.BytesValue) */ { |
+class LIBPROTOBUF_EXPORT BytesValue : public ::google::protobuf::Message { |
public: |
BytesValue(); |
virtual ~BytesValue(); |
@@ -897,51 +797,39 @@ class LIBPROTOBUF_EXPORT BytesValue : public ::google::protobuf::Message /* @@pr |
return *this; |
} |
- inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL { |
- return GetArenaNoVirtual(); |
- } |
- inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL { |
+ inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); } |
+ inline void* GetMaybeArenaPointer() const { |
return MaybeArenaPtr(); |
} |
static const ::google::protobuf::Descriptor* descriptor(); |
static const BytesValue& default_instance(); |
- static inline const BytesValue* internal_default_instance() { |
- return reinterpret_cast<const BytesValue*>( |
- &_BytesValue_default_instance_); |
- } |
- |
void UnsafeArenaSwap(BytesValue* other); |
void Swap(BytesValue* other); |
// implements Message ---------------------------------------------- |
- inline BytesValue* New() const PROTOBUF_FINAL { return New(NULL); } |
+ inline BytesValue* New() const { return New(NULL); } |
- BytesValue* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; |
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; |
+ BytesValue* New(::google::protobuf::Arena* arena) const; |
+ void CopyFrom(const ::google::protobuf::Message& from); |
+ void MergeFrom(const ::google::protobuf::Message& from); |
void CopyFrom(const BytesValue& from); |
void MergeFrom(const BytesValue& from); |
- void Clear() PROTOBUF_FINAL; |
- bool IsInitialized() const PROTOBUF_FINAL; |
+ void Clear(); |
+ bool IsInitialized() const; |
- size_t ByteSizeLong() const PROTOBUF_FINAL; |
+ int ByteSize() const; |
bool MergePartialFromCodedStream( |
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; |
+ ::google::protobuf::io::CodedInputStream* input); |
void SerializeWithCachedSizes( |
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( |
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; |
- ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) |
- const PROTOBUF_FINAL { |
- return InternalSerializeWithCachedSizesToArray(false, output); |
- } |
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } |
+ ::google::protobuf::io::CodedOutputStream* output) const; |
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
+ int GetCachedSize() const { return _cached_size_; } |
private: |
void SharedCtor(); |
void SharedDtor(); |
- void SetCachedSize(int size) const PROTOBUF_FINAL; |
+ void SetCachedSize(int size) const; |
void InternalSwap(BytesValue* other); |
protected: |
explicit BytesValue(::google::protobuf::Arena* arena); |
@@ -957,13 +845,13 @@ class LIBPROTOBUF_EXPORT BytesValue : public ::google::protobuf::Message /* @@pr |
} |
public: |
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; |
+ ::google::protobuf::Metadata GetMetadata() const; |
// nested types ---------------------------------------------------- |
// accessors ------------------------------------------------------- |
- // bytes value = 1; |
+ // optional bytes value = 1; |
void clear_value(); |
static const int kValueFieldNumber = 1; |
const ::std::string& value() const; |
@@ -984,13 +872,15 @@ class LIBPROTOBUF_EXPORT BytesValue : public ::google::protobuf::Message /* @@pr |
friend class ::google::protobuf::Arena; |
typedef void InternalArenaConstructable_; |
typedef void DestructorSkippable_; |
+ bool _is_default_instance_; |
::google::protobuf::internal::ArenaStringPtr value_; |
mutable int _cached_size_; |
- friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto_impl(); |
- friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); |
+ friend void protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto(); |
friend void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto(); |
+ void InitAsDefaultInstance(); |
+ static BytesValue* default_instance_; |
}; |
// =================================================================== |
@@ -1000,7 +890,7 @@ class LIBPROTOBUF_EXPORT BytesValue : public ::google::protobuf::Message /* @@pr |
#if !PROTOBUF_INLINE_NOT_IN_HEADERS |
// DoubleValue |
-// double value = 1; |
+// optional double value = 1; |
inline void DoubleValue::clear_value() { |
value_ = 0; |
} |
@@ -1018,7 +908,7 @@ inline void DoubleValue::set_value(double value) { |
// FloatValue |
-// float value = 1; |
+// optional float value = 1; |
inline void FloatValue::clear_value() { |
value_ = 0; |
} |
@@ -1036,7 +926,7 @@ inline void FloatValue::set_value(float value) { |
// Int64Value |
-// int64 value = 1; |
+// optional int64 value = 1; |
inline void Int64Value::clear_value() { |
value_ = GOOGLE_LONGLONG(0); |
} |
@@ -1054,7 +944,7 @@ inline void Int64Value::set_value(::google::protobuf::int64 value) { |
// UInt64Value |
-// uint64 value = 1; |
+// optional uint64 value = 1; |
inline void UInt64Value::clear_value() { |
value_ = GOOGLE_ULONGLONG(0); |
} |
@@ -1072,7 +962,7 @@ inline void UInt64Value::set_value(::google::protobuf::uint64 value) { |
// Int32Value |
-// int32 value = 1; |
+// optional int32 value = 1; |
inline void Int32Value::clear_value() { |
value_ = 0; |
} |
@@ -1090,7 +980,7 @@ inline void Int32Value::set_value(::google::protobuf::int32 value) { |
// UInt32Value |
-// uint32 value = 1; |
+// optional uint32 value = 1; |
inline void UInt32Value::clear_value() { |
value_ = 0u; |
} |
@@ -1108,7 +998,7 @@ inline void UInt32Value::set_value(::google::protobuf::uint32 value) { |
// BoolValue |
-// bool value = 1; |
+// optional bool value = 1; |
inline void BoolValue::clear_value() { |
value_ = false; |
} |
@@ -1126,13 +1016,13 @@ inline void BoolValue::set_value(bool value) { |
// StringValue |
-// string value = 1; |
+// optional string value = 1; |
inline void StringValue::clear_value() { |
value_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); |
} |
inline const ::std::string& StringValue::value() const { |
// @@protoc_insertion_point(field_get:google.protobuf.StringValue.value) |
- return value_.Get(); |
+ return value_.Get(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); |
} |
inline void StringValue::set_value(const ::std::string& value) { |
@@ -1196,13 +1086,13 @@ inline void StringValue::unsafe_arena_set_allocated_value( |
// BytesValue |
-// bytes value = 1; |
+// optional bytes value = 1; |
inline void BytesValue::clear_value() { |
value_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); |
} |
inline const ::std::string& BytesValue::value() const { |
// @@protoc_insertion_point(field_get:google.protobuf.BytesValue.value) |
- return value_.Get(); |
+ return value_.Get(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); |
} |
inline void BytesValue::set_value(const ::std::string& value) { |
@@ -1282,7 +1172,6 @@ inline void BytesValue::unsafe_arena_set_allocated_value( |
// @@protoc_insertion_point(namespace_scope) |
- |
} // namespace protobuf |
} // namespace google |