@ -39,8 +39,13 @@ inline constexpr Version::Impl_::Impl_(
template < typename >
PROTOBUF_CONSTEXPR Version : : Version ( : : _pbi : : ConstantInitialized )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( _class_data_ . base ( ) ) ,
_impl_ ( : : _pbi : : ConstantInitialized ( ) ) { }
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( ) ,
# endif // PROTOBUF_CUSTOM_VTABLE
_impl_ ( : : _pbi : : ConstantInitialized ( ) ) {
}
struct VersionDefaultTypeInternal {
PROTOBUF_CONSTEXPR VersionDefaultTypeInternal ( ) : _instance ( : : _pbi : : ConstantInitialized { } ) { }
~ VersionDefaultTypeInternal ( ) { }
@ -68,8 +73,13 @@ inline constexpr CodeGeneratorResponse_File::Impl_::Impl_(
template < typename >
PROTOBUF_CONSTEXPR CodeGeneratorResponse_File : : CodeGeneratorResponse_File ( : : _pbi : : ConstantInitialized )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( _class_data_ . base ( ) ) ,
_impl_ ( : : _pbi : : ConstantInitialized ( ) ) { }
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( ) ,
# endif // PROTOBUF_CUSTOM_VTABLE
_impl_ ( : : _pbi : : ConstantInitialized ( ) ) {
}
struct CodeGeneratorResponse_FileDefaultTypeInternal {
PROTOBUF_CONSTEXPR CodeGeneratorResponse_FileDefaultTypeInternal ( ) : _instance ( : : _pbi : : ConstantInitialized { } ) { }
~ CodeGeneratorResponse_FileDefaultTypeInternal ( ) { }
@ -94,8 +104,13 @@ inline constexpr CodeGeneratorResponse::Impl_::Impl_(
template < typename >
PROTOBUF_CONSTEXPR CodeGeneratorResponse : : CodeGeneratorResponse ( : : _pbi : : ConstantInitialized )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( _class_data_ . base ( ) ) ,
_impl_ ( : : _pbi : : ConstantInitialized ( ) ) { }
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( ) ,
# endif // PROTOBUF_CUSTOM_VTABLE
_impl_ ( : : _pbi : : ConstantInitialized ( ) ) {
}
struct CodeGeneratorResponseDefaultTypeInternal {
PROTOBUF_CONSTEXPR CodeGeneratorResponseDefaultTypeInternal ( ) : _instance ( : : _pbi : : ConstantInitialized { } ) { }
~ CodeGeneratorResponseDefaultTypeInternal ( ) { }
@ -120,8 +135,13 @@ inline constexpr CodeGeneratorRequest::Impl_::Impl_(
template < typename >
PROTOBUF_CONSTEXPR CodeGeneratorRequest : : CodeGeneratorRequest ( : : _pbi : : ConstantInitialized )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( _class_data_ . base ( ) ) ,
_impl_ ( : : _pbi : : ConstantInitialized ( ) ) { }
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( ) ,
# endif // PROTOBUF_CUSTOM_VTABLE
_impl_ ( : : _pbi : : ConstantInitialized ( ) ) {
}
struct CodeGeneratorRequestDefaultTypeInternal {
PROTOBUF_CONSTEXPR CodeGeneratorRequestDefaultTypeInternal ( ) : _instance ( : : _pbi : : ConstantInitialized { } ) { }
~ CodeGeneratorRequestDefaultTypeInternal ( ) { }
@ -307,7 +327,11 @@ class Version::_Internal {
} ;
Version : : Version ( : : google : : protobuf : : Arena * arena )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( arena , _class_data_ . base ( ) ) {
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( arena ) {
# endif // PROTOBUF_CUSTOM_VTABLE
SharedCtor ( arena ) ;
// @@protoc_insertion_point(arena_constructor:google.protobuf.compiler.Version)
}
@ -321,7 +345,11 @@ inline PROTOBUF_NDEBUG_INLINE Version::Impl_::Impl_(
Version : : Version (
: : google : : protobuf : : Arena * arena ,
const Version & from )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( arena , _class_data_ . base ( ) ) {
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( arena ) {
# endif // PROTOBUF_CUSTOM_VTABLE
Version * const _this = this ;
( void ) _this ;
_internal_metadata_ . MergeFrom < : : google : : protobuf : : UnknownFieldSet > (
@ -372,11 +400,13 @@ const ::google::protobuf::MessageLite::ClassDataFull
nullptr , // OnDemandRegisterArenaDtor
nullptr , // IsInitialized
& Version : : MergeImpl ,
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : google : : protobuf : : Message : : GetDeleteImpl < Version > ( ) ,
: : google : : protobuf : : Message : : GetNewImpl < Version > ( ) ,
: : google : : protobuf : : Message : : GetClearImpl < Version > ( ) ,
: : google : : protobuf : : Message : : GetByteSizeLongImpl < Version > ( ) ,
: : google : : protobuf : : Message : : GetSerializeImpl < Version > ( ) ,
# endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET ( Version , _impl_ . _cached_size_ ) ,
false ,
} ,
@ -618,7 +648,11 @@ void CodeGeneratorRequest::clear_source_file_descriptors() {
_impl_ . source_file_descriptors_ . Clear ( ) ;
}
CodeGeneratorRequest : : CodeGeneratorRequest ( : : google : : protobuf : : Arena * arena )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( arena , _class_data_ . base ( ) ) {
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( arena ) {
# endif // PROTOBUF_CUSTOM_VTABLE
SharedCtor ( arena ) ;
// @@protoc_insertion_point(arena_constructor:google.protobuf.compiler.CodeGeneratorRequest)
}
@ -635,7 +669,11 @@ inline PROTOBUF_NDEBUG_INLINE CodeGeneratorRequest::Impl_::Impl_(
CodeGeneratorRequest : : CodeGeneratorRequest (
: : google : : protobuf : : Arena * arena ,
const CodeGeneratorRequest & from )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( arena , _class_data_ . base ( ) ) {
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( arena ) {
# endif // PROTOBUF_CUSTOM_VTABLE
CodeGeneratorRequest * const _this = this ;
( void ) _this ;
_internal_metadata_ . MergeFrom < : : google : : protobuf : : UnknownFieldSet > (
@ -682,11 +720,13 @@ const ::google::protobuf::MessageLite::ClassDataFull
nullptr , // OnDemandRegisterArenaDtor
CodeGeneratorRequest : : IsInitializedImpl ,
& CodeGeneratorRequest : : MergeImpl ,
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : google : : protobuf : : Message : : GetDeleteImpl < CodeGeneratorRequest > ( ) ,
: : google : : protobuf : : Message : : GetNewImpl < CodeGeneratorRequest > ( ) ,
: : google : : protobuf : : Message : : GetClearImpl < CodeGeneratorRequest > ( ) ,
: : google : : protobuf : : Message : : GetByteSizeLongImpl < CodeGeneratorRequest > ( ) ,
: : google : : protobuf : : Message : : GetSerializeImpl < CodeGeneratorRequest > ( ) ,
# endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET ( CodeGeneratorRequest , _impl_ . _cached_size_ ) ,
false ,
} ,
@ -981,7 +1021,11 @@ void CodeGeneratorResponse_File::clear_generated_code_info() {
_impl_ . _has_bits_ [ 0 ] & = ~ 0x00000008u ;
}
CodeGeneratorResponse_File : : CodeGeneratorResponse_File ( : : google : : protobuf : : Arena * arena )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( arena , _class_data_ . base ( ) ) {
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( arena ) {
# endif // PROTOBUF_CUSTOM_VTABLE
SharedCtor ( arena ) ;
// @@protoc_insertion_point(arena_constructor:google.protobuf.compiler.CodeGeneratorResponse.File)
}
@ -997,7 +1041,11 @@ inline PROTOBUF_NDEBUG_INLINE CodeGeneratorResponse_File::Impl_::Impl_(
CodeGeneratorResponse_File : : CodeGeneratorResponse_File (
: : google : : protobuf : : Arena * arena ,
const CodeGeneratorResponse_File & from )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( arena , _class_data_ . base ( ) ) {
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( arena ) {
# endif // PROTOBUF_CUSTOM_VTABLE
CodeGeneratorResponse_File * const _this = this ;
( void ) _this ;
_internal_metadata_ . MergeFrom < : : google : : protobuf : : UnknownFieldSet > (
@ -1045,11 +1093,13 @@ const ::google::protobuf::MessageLite::ClassDataFull
nullptr , // OnDemandRegisterArenaDtor
nullptr , // IsInitialized
& CodeGeneratorResponse_File : : MergeImpl ,
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : google : : protobuf : : Message : : GetDeleteImpl < CodeGeneratorResponse_File > ( ) ,
: : google : : protobuf : : Message : : GetNewImpl < CodeGeneratorResponse_File > ( ) ,
: : google : : protobuf : : Message : : GetClearImpl < CodeGeneratorResponse_File > ( ) ,
: : google : : protobuf : : Message : : GetByteSizeLongImpl < CodeGeneratorResponse_File > ( ) ,
: : google : : protobuf : : Message : : GetSerializeImpl < CodeGeneratorResponse_File > ( ) ,
# endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET ( CodeGeneratorResponse_File , _impl_ . _cached_size_ ) ,
false ,
} ,
@ -1297,7 +1347,11 @@ class CodeGeneratorResponse::_Internal {
} ;
CodeGeneratorResponse : : CodeGeneratorResponse ( : : google : : protobuf : : Arena * arena )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( arena , _class_data_ . base ( ) ) {
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( arena ) {
# endif // PROTOBUF_CUSTOM_VTABLE
SharedCtor ( arena ) ;
// @@protoc_insertion_point(arena_constructor:google.protobuf.compiler.CodeGeneratorResponse)
}
@ -1312,7 +1366,11 @@ inline PROTOBUF_NDEBUG_INLINE CodeGeneratorResponse::Impl_::Impl_(
CodeGeneratorResponse : : CodeGeneratorResponse (
: : google : : protobuf : : Arena * arena ,
const CodeGeneratorResponse & from )
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : : google : : protobuf : : Message ( arena , _class_data_ . base ( ) ) {
# else // PROTOBUF_CUSTOM_VTABLE
: : : google : : protobuf : : Message ( arena ) {
# endif // PROTOBUF_CUSTOM_VTABLE
CodeGeneratorResponse * const _this = this ;
( void ) _this ;
_internal_metadata_ . MergeFrom < : : google : : protobuf : : UnknownFieldSet > (
@ -1364,11 +1422,13 @@ const ::google::protobuf::MessageLite::ClassDataFull
nullptr , // OnDemandRegisterArenaDtor
nullptr , // IsInitialized
& CodeGeneratorResponse : : MergeImpl ,
# if defined(PROTOBUF_CUSTOM_VTABLE)
: : google : : protobuf : : Message : : GetDeleteImpl < CodeGeneratorResponse > ( ) ,
: : google : : protobuf : : Message : : GetNewImpl < CodeGeneratorResponse > ( ) ,
: : google : : protobuf : : Message : : GetClearImpl < CodeGeneratorResponse > ( ) ,
: : google : : protobuf : : Message : : GetByteSizeLongImpl < CodeGeneratorResponse > ( ) ,
: : google : : protobuf : : Message : : GetSerializeImpl < CodeGeneratorResponse > ( ) ,
# endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET ( CodeGeneratorResponse , _impl_ . _cached_size_ ) ,
false ,
} ,