123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: google/protobuf/unittest_embed_optimize_for.proto
- #ifndef PROTOBUF_INCLUDED_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto
- #define PROTOBUF_INCLUDED_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto
- #include <string>
- #include <google/protobuf/stubs/common.h>
- #if GOOGLE_PROTOBUF_VERSION < 3006001
- #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 3006001 < 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.
- #endif
- #include <google/protobuf/io/coded_stream.h>
- #include <google/protobuf/arena.h>
- #include <google/protobuf/arenastring.h>
- #include <google/protobuf/generated_message_table_driven.h>
- #include <google/protobuf/generated_message_util.h>
- #include <google/protobuf/inlined_string_field.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/unknown_field_set.h>
- #include <google/protobuf/unittest_optimize_for.pb.h>
- // @@protoc_insertion_point(includes)
- #define PROTOBUF_INTERNAL_EXPORT_protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto
- namespace protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto {
- // Internal implementation detail -- do not use these members.
- struct TableStruct {
- static const ::google::protobuf::internal::ParseTableField entries[];
- static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
- static const ::google::protobuf::internal::ParseTable schema[1];
- static const ::google::protobuf::internal::FieldMetadata field_metadata[];
- static const ::google::protobuf::internal::SerializationTable serialization_table[];
- static const ::google::protobuf::uint32 offsets[];
- };
- void AddDescriptors();
- } // namespace protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto
- namespace protobuf_unittest {
- class TestEmbedOptimizedForSize;
- class TestEmbedOptimizedForSizeDefaultTypeInternal;
- extern TestEmbedOptimizedForSizeDefaultTypeInternal _TestEmbedOptimizedForSize_default_instance_;
- } // namespace protobuf_unittest
- namespace google {
- namespace protobuf {
- template<> ::protobuf_unittest::TestEmbedOptimizedForSize* Arena::CreateMaybeMessage<::protobuf_unittest::TestEmbedOptimizedForSize>(Arena*);
- } // namespace protobuf
- } // namespace google
- namespace protobuf_unittest {
- // ===================================================================
- class TestEmbedOptimizedForSize : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:protobuf_unittest.TestEmbedOptimizedForSize) */ {
- public:
- TestEmbedOptimizedForSize();
- virtual ~TestEmbedOptimizedForSize();
- TestEmbedOptimizedForSize(const TestEmbedOptimizedForSize& from);
- inline TestEmbedOptimizedForSize& operator=(const TestEmbedOptimizedForSize& from) {
- CopyFrom(from);
- return *this;
- }
- #if LANG_CXX11
- TestEmbedOptimizedForSize(TestEmbedOptimizedForSize&& from) noexcept
- : TestEmbedOptimizedForSize() {
- *this = ::std::move(from);
- }
- inline TestEmbedOptimizedForSize& operator=(TestEmbedOptimizedForSize&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
- #endif
- inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
- return _internal_metadata_.unknown_fields();
- }
- inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
- return _internal_metadata_.mutable_unknown_fields();
- }
- static const ::google::protobuf::Descriptor* descriptor();
- static const TestEmbedOptimizedForSize& default_instance();
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const TestEmbedOptimizedForSize* internal_default_instance() {
- return reinterpret_cast<const TestEmbedOptimizedForSize*>(
- &_TestEmbedOptimizedForSize_default_instance_);
- }
- static constexpr int kIndexInFileMessages =
- 0;
- void Swap(TestEmbedOptimizedForSize* other);
- friend void swap(TestEmbedOptimizedForSize& a, TestEmbedOptimizedForSize& b) {
- a.Swap(&b);
- }
- // implements Message ----------------------------------------------
- inline TestEmbedOptimizedForSize* New() const final {
- return CreateMaybeMessage<TestEmbedOptimizedForSize>(NULL);
- }
- TestEmbedOptimizedForSize* New(::google::protobuf::Arena* arena) const final {
- return CreateMaybeMessage<TestEmbedOptimizedForSize>(arena);
- }
- void CopyFrom(const ::google::protobuf::Message& from) final;
- void MergeFrom(const ::google::protobuf::Message& from) final;
- void CopyFrom(const TestEmbedOptimizedForSize& from);
- void MergeFrom(const TestEmbedOptimizedForSize& from);
- void Clear() final;
- bool IsInitialized() const final;
- size_t ByteSizeLong() const final;
- bool MergePartialFromCodedStream(
- ::google::protobuf::io::CodedInputStream* input) final;
- void SerializeWithCachedSizes(
- ::google::protobuf::io::CodedOutputStream* output) const final;
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
- bool deterministic, ::google::protobuf::uint8* target) const final;
- int GetCachedSize() const final { return _cached_size_.Get(); }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const final;
- void InternalSwap(TestEmbedOptimizedForSize* other);
- private:
- inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
- return NULL;
- }
- inline void* MaybeArenaPtr() const {
- return NULL;
- }
- public:
- ::google::protobuf::Metadata GetMetadata() const final;
- // nested types ----------------------------------------------------
- // accessors -------------------------------------------------------
- // repeated .protobuf_unittest.TestOptimizedForSize repeated_message = 2;
- int repeated_message_size() const;
- void clear_repeated_message();
- static const int kRepeatedMessageFieldNumber = 2;
- ::protobuf_unittest::TestOptimizedForSize* mutable_repeated_message(int index);
- ::google::protobuf::RepeatedPtrField< ::protobuf_unittest::TestOptimizedForSize >*
- mutable_repeated_message();
- const ::protobuf_unittest::TestOptimizedForSize& repeated_message(int index) const;
- ::protobuf_unittest::TestOptimizedForSize* add_repeated_message();
- const ::google::protobuf::RepeatedPtrField< ::protobuf_unittest::TestOptimizedForSize >&
- repeated_message() const;
- // optional .protobuf_unittest.TestOptimizedForSize optional_message = 1;
- bool has_optional_message() const;
- void clear_optional_message();
- static const int kOptionalMessageFieldNumber = 1;
- private:
- const ::protobuf_unittest::TestOptimizedForSize& _internal_optional_message() const;
- public:
- const ::protobuf_unittest::TestOptimizedForSize& optional_message() const;
- ::protobuf_unittest::TestOptimizedForSize* release_optional_message();
- ::protobuf_unittest::TestOptimizedForSize* mutable_optional_message();
- void set_allocated_optional_message(::protobuf_unittest::TestOptimizedForSize* optional_message);
- // @@protoc_insertion_point(class_scope:protobuf_unittest.TestEmbedOptimizedForSize)
- private:
- void set_has_optional_message();
- void clear_has_optional_message();
- ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
- ::google::protobuf::internal::HasBits<1> _has_bits_;
- mutable ::google::protobuf::internal::CachedSize _cached_size_;
- ::google::protobuf::RepeatedPtrField< ::protobuf_unittest::TestOptimizedForSize > repeated_message_;
- ::protobuf_unittest::TestOptimizedForSize* optional_message_;
- friend struct ::protobuf_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto::TableStruct;
- };
- // ===================================================================
- // ===================================================================
- #ifdef __GNUC__
- #pragma GCC diagnostic push
- #pragma GCC diagnostic ignored "-Wstrict-aliasing"
- #endif // __GNUC__
- // TestEmbedOptimizedForSize
- // optional .protobuf_unittest.TestOptimizedForSize optional_message = 1;
- inline bool TestEmbedOptimizedForSize::has_optional_message() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void TestEmbedOptimizedForSize::set_has_optional_message() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void TestEmbedOptimizedForSize::clear_has_optional_message() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline const ::protobuf_unittest::TestOptimizedForSize& TestEmbedOptimizedForSize::_internal_optional_message() const {
- return *optional_message_;
- }
- inline const ::protobuf_unittest::TestOptimizedForSize& TestEmbedOptimizedForSize::optional_message() const {
- const ::protobuf_unittest::TestOptimizedForSize* p = optional_message_;
- // @@protoc_insertion_point(field_get:protobuf_unittest.TestEmbedOptimizedForSize.optional_message)
- return p != NULL ? *p : *reinterpret_cast<const ::protobuf_unittest::TestOptimizedForSize*>(
- &::protobuf_unittest::_TestOptimizedForSize_default_instance_);
- }
- inline ::protobuf_unittest::TestOptimizedForSize* TestEmbedOptimizedForSize::release_optional_message() {
- // @@protoc_insertion_point(field_release:protobuf_unittest.TestEmbedOptimizedForSize.optional_message)
- clear_has_optional_message();
- ::protobuf_unittest::TestOptimizedForSize* temp = optional_message_;
- optional_message_ = NULL;
- return temp;
- }
- inline ::protobuf_unittest::TestOptimizedForSize* TestEmbedOptimizedForSize::mutable_optional_message() {
- set_has_optional_message();
- if (optional_message_ == NULL) {
- auto* p = CreateMaybeMessage<::protobuf_unittest::TestOptimizedForSize>(GetArenaNoVirtual());
- optional_message_ = p;
- }
- // @@protoc_insertion_point(field_mutable:protobuf_unittest.TestEmbedOptimizedForSize.optional_message)
- return optional_message_;
- }
- inline void TestEmbedOptimizedForSize::set_allocated_optional_message(::protobuf_unittest::TestOptimizedForSize* optional_message) {
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == NULL) {
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(optional_message_);
- }
- if (optional_message) {
- ::google::protobuf::Arena* submessage_arena = NULL;
- if (message_arena != submessage_arena) {
- optional_message = ::google::protobuf::internal::GetOwnedMessage(
- message_arena, optional_message, submessage_arena);
- }
- set_has_optional_message();
- } else {
- clear_has_optional_message();
- }
- optional_message_ = optional_message;
- // @@protoc_insertion_point(field_set_allocated:protobuf_unittest.TestEmbedOptimizedForSize.optional_message)
- }
- // repeated .protobuf_unittest.TestOptimizedForSize repeated_message = 2;
- inline int TestEmbedOptimizedForSize::repeated_message_size() const {
- return repeated_message_.size();
- }
- inline ::protobuf_unittest::TestOptimizedForSize* TestEmbedOptimizedForSize::mutable_repeated_message(int index) {
- // @@protoc_insertion_point(field_mutable:protobuf_unittest.TestEmbedOptimizedForSize.repeated_message)
- return repeated_message_.Mutable(index);
- }
- inline ::google::protobuf::RepeatedPtrField< ::protobuf_unittest::TestOptimizedForSize >*
- TestEmbedOptimizedForSize::mutable_repeated_message() {
- // @@protoc_insertion_point(field_mutable_list:protobuf_unittest.TestEmbedOptimizedForSize.repeated_message)
- return &repeated_message_;
- }
- inline const ::protobuf_unittest::TestOptimizedForSize& TestEmbedOptimizedForSize::repeated_message(int index) const {
- // @@protoc_insertion_point(field_get:protobuf_unittest.TestEmbedOptimizedForSize.repeated_message)
- return repeated_message_.Get(index);
- }
- inline ::protobuf_unittest::TestOptimizedForSize* TestEmbedOptimizedForSize::add_repeated_message() {
- // @@protoc_insertion_point(field_add:protobuf_unittest.TestEmbedOptimizedForSize.repeated_message)
- return repeated_message_.Add();
- }
- inline const ::google::protobuf::RepeatedPtrField< ::protobuf_unittest::TestOptimizedForSize >&
- TestEmbedOptimizedForSize::repeated_message() const {
- // @@protoc_insertion_point(field_list:protobuf_unittest.TestEmbedOptimizedForSize.repeated_message)
- return repeated_message_;
- }
- #ifdef __GNUC__
- #pragma GCC diagnostic pop
- #endif // __GNUC__
- // @@protoc_insertion_point(namespace_scope)
- } // namespace protobuf_unittest
- // @@protoc_insertion_point(global_scope)
- #endif // PROTOBUF_INCLUDED_google_2fprotobuf_2funittest_5fembed_5foptimize_5ffor_2eproto
|