4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fuint32_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fuint32_2eproto
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3019000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
16 #if 3019000 < PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h>
32 #include <google/protobuf/extension_set.h>
33 #include <google/protobuf/unknown_field_set.h>
36 #pragma GCC system_header
39 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
42 #include <sys/sysmacros.h>
47 #include <google/protobuf/port_def.inc>
48 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fuint32_2eproto IGNITION_MSGS_VISIBLE
49 PROTOBUF_NAMESPACE_OPEN
53 PROTOBUF_NAMESPACE_CLOSE
57 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
59 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
61 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
63 static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
64 static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
65 static const uint32_t offsets[];
71 struct UInt32DefaultTypeInternal;
75 PROTOBUF_NAMESPACE_OPEN
76 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::UInt32* Arena::CreateMaybeMessage<::ignition::msgs::UInt32>(Arena*);
77 PROTOBUF_NAMESPACE_CLOSE
83 class IGNITION_MSGS_VISIBLE
UInt32 final :
84 public ::PROTOBUF_NAMESPACE_ID::Message {
88 explicit constexpr
UInt32(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
93 *
this = ::std::move(from);
101 if (
this == &from)
return *
this;
102 if (GetOwningArena() == from.GetOwningArena()
103 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
104 && GetOwningArena() !=
nullptr
114 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
115 return GetDescriptor();
118 return default_instance().GetMetadata().descriptor;
121 return default_instance().GetMetadata().reflection;
124 return *internal_default_instance();
127 return reinterpret_cast<const UInt32*
>(
130 static constexpr
int kIndexInFileMessages =
137 if (other ==
this)
return;
138 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
139 if (GetOwningArena() !=
nullptr &&
140 GetOwningArena() == other->GetOwningArena()) {
142 if (GetOwningArena() == other->GetOwningArena()) {
146 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
150 if (other ==
this)
return;
151 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
157 UInt32*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena =
nullptr) const final {
158 return CreateMaybeMessage<UInt32>(arena);
160 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
162 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
165 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
167 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
168 bool IsInitialized() const final;
170 size_t ByteSizeLong() const final;
171 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
172 uint8_t* _InternalSerialize(
173 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
174 int GetCachedSize() const final {
return _cached_size_.Get(); }
179 void SetCachedSize(
int size)
const final;
180 void InternalSwap(
UInt32* other);
183 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
184 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
185 return "ignition.msgs.UInt32";
188 explicit UInt32(::PROTOBUF_NAMESPACE_ID::Arena* arena,
189 bool is_message_owned =
false);
191 static void ArenaDtor(
void*
object);
192 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
196 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*
GetClassData() const final;
198 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
205 kHeaderFieldNumber = 1,
206 kDataFieldNumber = 2,
209 bool has_header()
const;
211 bool _internal_has_header()
const;
214 const ::ignition::msgs::Header& header()
const;
215 PROTOBUF_NODISCARD ::ignition::msgs::Header* release_header();
219 const ::ignition::msgs::Header& _internal_header()
const;
222 void unsafe_arena_set_allocated_header(
228 uint32_t data()
const;
229 void set_data(uint32_t value);
231 uint32_t _internal_data()
const;
232 void _internal_set_data(uint32_t value);
239 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
240 typedef void InternalArenaConstructable_;
241 typedef void DestructorSkippable_;
244 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
245 friend struct ::TableStruct_ignition_2fmsgs_2fuint32_2eproto;
253 #pragma GCC diagnostic push
254 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
259 inline bool UInt32::_internal_has_header()
const {
260 return this != internal_default_instance() && header_ !=
nullptr;
263 return _internal_has_header();
265 inline const ::ignition::msgs::Header& UInt32::_internal_header()
const {
266 const ::ignition::msgs::Header* p = header_;
272 return _internal_header();
276 if (GetArenaForAllocation() ==
nullptr) {
277 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header_);
291 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
292 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
293 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
294 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
296 if (GetArenaForAllocation() !=
nullptr) {
297 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
309 inline ::ignition::msgs::Header* UInt32::_internal_mutable_header() {
311 if (header_ ==
nullptr) {
312 auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaForAllocation());
323 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
324 if (message_arena ==
nullptr) {
325 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header_);
328 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
329 ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
330 ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
331 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header));
332 if (message_arena != submessage_arena) {
333 header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
334 message_arena, header, submessage_arena);
348 inline uint32_t UInt32::_internal_data()
const {
353 return _internal_data();
355 inline void UInt32::_internal_set_data(uint32_t value) {
360 _internal_set_data(value);
365 #pragma GCC diagnostic pop
382 #include <google/protobuf/port_undef.inc>
Definition: uint32.pb.h:84
UInt32(UInt32 &&from) noexcept
Definition: uint32.pb.h:91
void clear_data()
Definition: uint32.pb.h:345
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: uint32.pb.h:120
bool has_header() const
Definition: uint32.pb.h:262
UInt32 & operator=(const UInt32 &from)
Definition: uint32.pb.h:96
::ignition::msgs::Header * mutable_header()
Definition: uint32.pb.h:317
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void CopyFrom(const UInt32 &from)
UInt32(const UInt32 &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: uint32.pb.h:114
uint32_t data() const
Definition: uint32.pb.h:351
UInt32(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
constexpr UInt32(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
void UnsafeArenaSwap(UInt32 *other)
Definition: uint32.pb.h:149
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
Definition: uint32.pb.h:274
void Swap(UInt32 *other)
Definition: uint32.pb.h:136
void set_data(uint32_t value)
Definition: uint32.pb.h:359
void MergeFrom(const UInt32 &from)
static const UInt32 & default_instance()
Definition: uint32.pb.h:123
friend void swap(UInt32 &a, UInt32 &b)
Definition: uint32.pb.h:133
void set_allocated_header(::ignition::msgs::Header *header)
Definition: uint32.pb.h:322
PROTOBUF_NODISCARD ::ignition::msgs::Header * release_header()
Definition: uint32.pb.h:287
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
UInt32 * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: uint32.pb.h:157
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: uint32.pb.h:117
const ::ignition::msgs::Header & header() const
Definition: uint32.pb.h:270
UInt32()
Definition: uint32.pb.h:86
static const ClassData _class_data_
Definition: uint32.pb.h:195
::ignition::msgs::Header * unsafe_arena_release_header()
Definition: uint32.pb.h:302
UInt32 & operator=(UInt32 &&from) noexcept
Definition: uint32.pb.h:100
static const UInt32 * internal_default_instance()
Definition: uint32.pb.h:126
std::unique_ptr< const UInt32 > ConstUInt32UniquePtr
Definition: uint32.pb.h:369
std::unique_ptr< UInt32 > UInt32UniquePtr
Definition: uint32.pb.h:368
std::shared_ptr< const UInt32 > ConstUInt32SharedPtr
Definition: uint32.pb.h:371
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
IGNITION_MSGS_VISIBLE UInt32DefaultTypeInternal _UInt32_default_instance_
std::shared_ptr< UInt32 > UInt32SharedPtr
Definition: uint32.pb.h:370
Definition: actor.pb.h:52
Definition: uint32.pb.h:56
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fuint32_2eproto