|
@@ -240,7 +240,7 @@ void AddDescriptors() {
|
|
|
static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
|
|
|
}
|
|
|
-// Force AddDescriptors() to be called at static initialization time.
|
|
|
+// Force AddDescriptors() to be called at dynamic initialization time.
|
|
|
struct StaticDescriptorInitializer {
|
|
|
StaticDescriptorInitializer() {
|
|
|
AddDescriptors();
|
|
@@ -267,9 +267,7 @@ DoubleValue::DoubleValue()
|
|
|
DoubleValue::DoubleValue(::google::protobuf::Arena* arena)
|
|
|
: ::google::protobuf::Message(),
|
|
|
_internal_metadata_(arena) {
|
|
|
-#ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
protobuf_google_2fprotobuf_2fwrappers_2eproto::InitDefaults();
|
|
|
-#endif // GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
SharedCtor();
|
|
|
RegisterArenaDtor(arena);
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.DoubleValue)
|
|
@@ -532,9 +530,7 @@ FloatValue::FloatValue()
|
|
|
FloatValue::FloatValue(::google::protobuf::Arena* arena)
|
|
|
: ::google::protobuf::Message(),
|
|
|
_internal_metadata_(arena) {
|
|
|
-#ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
protobuf_google_2fprotobuf_2fwrappers_2eproto::InitDefaults();
|
|
|
-#endif // GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
SharedCtor();
|
|
|
RegisterArenaDtor(arena);
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.FloatValue)
|
|
@@ -797,9 +793,7 @@ Int64Value::Int64Value()
|
|
|
Int64Value::Int64Value(::google::protobuf::Arena* arena)
|
|
|
: ::google::protobuf::Message(),
|
|
|
_internal_metadata_(arena) {
|
|
|
-#ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
protobuf_google_2fprotobuf_2fwrappers_2eproto::InitDefaults();
|
|
|
-#endif // GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
SharedCtor();
|
|
|
RegisterArenaDtor(arena);
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.Int64Value)
|
|
@@ -1064,9 +1058,7 @@ UInt64Value::UInt64Value()
|
|
|
UInt64Value::UInt64Value(::google::protobuf::Arena* arena)
|
|
|
: ::google::protobuf::Message(),
|
|
|
_internal_metadata_(arena) {
|
|
|
-#ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
protobuf_google_2fprotobuf_2fwrappers_2eproto::InitDefaults();
|
|
|
-#endif // GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
SharedCtor();
|
|
|
RegisterArenaDtor(arena);
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.UInt64Value)
|
|
@@ -1331,9 +1323,7 @@ Int32Value::Int32Value()
|
|
|
Int32Value::Int32Value(::google::protobuf::Arena* arena)
|
|
|
: ::google::protobuf::Message(),
|
|
|
_internal_metadata_(arena) {
|
|
|
-#ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
protobuf_google_2fprotobuf_2fwrappers_2eproto::InitDefaults();
|
|
|
-#endif // GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
SharedCtor();
|
|
|
RegisterArenaDtor(arena);
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.Int32Value)
|
|
@@ -1598,9 +1588,7 @@ UInt32Value::UInt32Value()
|
|
|
UInt32Value::UInt32Value(::google::protobuf::Arena* arena)
|
|
|
: ::google::protobuf::Message(),
|
|
|
_internal_metadata_(arena) {
|
|
|
-#ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
protobuf_google_2fprotobuf_2fwrappers_2eproto::InitDefaults();
|
|
|
-#endif // GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
SharedCtor();
|
|
|
RegisterArenaDtor(arena);
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.UInt32Value)
|
|
@@ -1865,9 +1853,7 @@ BoolValue::BoolValue()
|
|
|
BoolValue::BoolValue(::google::protobuf::Arena* arena)
|
|
|
: ::google::protobuf::Message(),
|
|
|
_internal_metadata_(arena) {
|
|
|
-#ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
protobuf_google_2fprotobuf_2fwrappers_2eproto::InitDefaults();
|
|
|
-#endif // GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
SharedCtor();
|
|
|
RegisterArenaDtor(arena);
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.BoolValue)
|
|
@@ -2130,9 +2116,7 @@ StringValue::StringValue()
|
|
|
StringValue::StringValue(::google::protobuf::Arena* arena)
|
|
|
: ::google::protobuf::Message(),
|
|
|
_internal_metadata_(arena) {
|
|
|
-#ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
protobuf_google_2fprotobuf_2fwrappers_2eproto::InitDefaults();
|
|
|
-#endif // GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
SharedCtor();
|
|
|
RegisterArenaDtor(arena);
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.StringValue)
|
|
@@ -2468,9 +2452,7 @@ BytesValue::BytesValue()
|
|
|
BytesValue::BytesValue(::google::protobuf::Arena* arena)
|
|
|
: ::google::protobuf::Message(),
|
|
|
_internal_metadata_(arena) {
|
|
|
-#ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
protobuf_google_2fprotobuf_2fwrappers_2eproto::InitDefaults();
|
|
|
-#endif // GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
|
|
|
SharedCtor();
|
|
|
RegisterArenaDtor(arena);
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.BytesValue)
|