Go to the documentation of this file.
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fint64_5fv_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fint64_5fv_2eproto
9 #include <google/protobuf/stubs/common.h>
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
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 3006001 < GOOGLE_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/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h>
31 #include <google/protobuf/extension_set.h>
32 #include <google/protobuf/unknown_field_set.h>
35 #pragma GCC system_header
38 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
41 #include <sys/sysmacros.h>
46 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fint64_5fv_2eproto IGNITION_MSGS_VISIBLE
51 static const ::google::protobuf::internal::ParseTableField entries[];
52 static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
53 static const ::google::protobuf::internal::ParseTable schema[1];
54 static const ::google::protobuf::internal::FieldMetadata field_metadata[];
55 static const ::google::protobuf::internal::SerializationTable serialization_table[];
56 static const ::google::protobuf::uint32 offsets[];
63 class Int64_VDefaultTypeInternal;
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Int64_V* Arena::CreateMaybeMessage<::ignition::msgs::Int64_V>(Arena*);
77 class IGNITION_MSGS_VISIBLE
Int64_V :
public ::google::protobuf::Message {
91 *
this = ::std::move(from);
94 inline Int64_V& operator=(Int64_V&& from) noexcept {
95 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
96 if (
this != &from) InternalSwap(&from);
103 static const ::google::protobuf::Descriptor* descriptor();
104 static const Int64_V& default_instance();
106 static void InitAsDefaultInstance();
108 return reinterpret_cast<const Int64_V*
>(
111 static constexpr
int kIndexInFileMessages =
122 return CreateMaybeMessage<Int64_V>(NULL);
126 return CreateMaybeMessage<Int64_V>(arena);
128 void CopyFrom(const ::google::protobuf::Message& from)
final;
129 void MergeFrom(const ::google::protobuf::Message& from)
final;
130 void CopyFrom(
const Int64_V& from);
131 void MergeFrom(
const Int64_V& from);
133 bool IsInitialized() const final;
135 size_t ByteSizeLong() const final;
136 bool MergePartialFromCodedStream(
137 ::
google::protobuf::io::CodedInputStream* input) final;
138 void SerializeWithCachedSizes(
139 ::
google::protobuf::io::CodedOutputStream* output) const final;
140 ::
google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
141 bool deterministic, ::
google::protobuf::uint8* target) const final;
142 int GetCachedSize() const final {
return _cached_size_.Get(); }
147 void SetCachedSize(
int size)
const final;
148 void InternalSwap(
Int64_V* other);
150 inline ::google::protobuf::Arena* GetArenaNoVirtual()
const {
153 inline void* MaybeArenaPtr()
const {
158 ::google::protobuf::Metadata GetMetadata() const final;
165 int data_size() const;
167 static const
int kDataFieldNumber = 2;
168 ::
google::protobuf::int64 data(
int index) const;
169 void set_data(
int index, ::
google::protobuf::int64 value);
170 void add_data(::
google::protobuf::int64 value);
171 const ::
google::protobuf::RepeatedField< ::
google::protobuf::int64 >&
173 ::
google::protobuf::RepeatedField< ::
google::protobuf::int64 >*
177 bool has_header() const;
179 static const
int kHeaderFieldNumber = 1;
191 ::
google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
192 ::
google::protobuf::RepeatedField< ::
google::protobuf::int64 > data_;
193 mutable
int _data_cached_byte_size_;
195 mutable ::
google::protobuf::internal::CachedSize _cached_size_;
204 #pragma GCC diagnostic push
205 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
211 return this != internal_default_instance() && header_ != NULL;
213 inline const ::ignition::msgs::Header& Int64_V::_internal_header()
const {
217 const ::ignition::msgs::Header* p = header_;
231 if (header_ == NULL) {
232 auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
239 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
240 if (message_arena == NULL) {
241 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(header_);
244 ::google::protobuf::Arena* submessage_arena = NULL;
245 if (message_arena != submessage_arena) {
246 header = ::google::protobuf::internal::GetOwnedMessage(
247 message_arena, header, submessage_arena);
266 return data_.Get(index);
269 data_.Set(index, value);
276 inline const ::google::protobuf::RepeatedField< ::google::protobuf::int64 >&
281 inline ::google::protobuf::RepeatedField< ::google::protobuf::int64 >*
288 #pragma GCC diagnostic pop
305 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fint64_5fv_2eproto
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:77
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:50
std::unique_ptr< const Int64_V > ConstInt64_VUniquePtr
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:292
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:238
friend void swap(Int64_V &a, Int64_V &b)
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:115
IGNITION_MSGS_VISIBLE Int64_VDefaultTypeInternal _Int64_V_default_instance_
std::shared_ptr< Int64_V > Int64_VSharedPtr
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:293
bool has_header() const
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:210
std::unique_ptr< Int64_V > Int64_VUniquePtr
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:291
void set_data(int index, ::google::protobuf::int64 value)
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:268
int data_size() const
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:258
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:216
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:48
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:222
Int64_V * New() const final
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:121
::google::protobuf::RepeatedField< ::google::protobuf::int64 > * mutable_data()
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:282
void add_data(::google::protobuf::int64 value)
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:272
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:229
std::shared_ptr< const Int64_V > ConstInt64_VSharedPtr
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:294
void IGNITION_MSGS_VISIBLE AddDescriptors()
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
void Swap(Int64_V *other)
static const Int64_V * internal_default_instance()
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:107
const ::google::protobuf::RepeatedField< ::google::protobuf::int64 > & data() const
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:277
Int64_V & operator=(const Int64_V &from)
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:84
Int64_V * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:125
Definition: build/ignition-msgs5/include/ignition/msgs/actor.pb.h:78
void clear_data()
Definition: build/ignition-msgs5/include/ignition/msgs/int64_v.pb.h:261