123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: google/protobuf/unittest_lite_imports_nonlite.proto
- #ifndef PROTOBUF_INCLUDED_google_2fprotobuf_2funittest_5flite_5fimports_5fnonlite_2eproto
- #define PROTOBUF_INCLUDED_google_2fprotobuf_2funittest_5flite_5fimports_5fnonlite_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_lite.h>
- #include <google/protobuf/message_lite.h>
- #include <google/protobuf/repeated_field.h> // IWYU pragma: export
- #include <google/protobuf/extension_set.h> // IWYU pragma: export
- #include <google/protobuf/unittest.pb.h>
- // @@protoc_insertion_point(includes)
- #define PROTOBUF_INTERNAL_EXPORT_protobuf_google_2fprotobuf_2funittest_5flite_5fimports_5fnonlite_2eproto
- namespace protobuf_google_2fprotobuf_2funittest_5flite_5fimports_5fnonlite_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[];
- };
- } // namespace protobuf_google_2fprotobuf_2funittest_5flite_5fimports_5fnonlite_2eproto
- namespace protobuf_unittest {
- class TestLiteImportsNonlite;
- class TestLiteImportsNonliteDefaultTypeInternal;
- extern TestLiteImportsNonliteDefaultTypeInternal _TestLiteImportsNonlite_default_instance_;
- } // namespace protobuf_unittest
- namespace google {
- namespace protobuf {
- template<> ::protobuf_unittest::TestLiteImportsNonlite* Arena::CreateMaybeMessage<::protobuf_unittest::TestLiteImportsNonlite>(Arena*);
- } // namespace protobuf
- } // namespace google
- namespace protobuf_unittest {
- // ===================================================================
- class TestLiteImportsNonlite : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:protobuf_unittest.TestLiteImportsNonlite) */ {
- public:
- TestLiteImportsNonlite();
- virtual ~TestLiteImportsNonlite();
- TestLiteImportsNonlite(const TestLiteImportsNonlite& from);
- inline TestLiteImportsNonlite& operator=(const TestLiteImportsNonlite& from) {
- CopyFrom(from);
- return *this;
- }
- #if LANG_CXX11
- TestLiteImportsNonlite(TestLiteImportsNonlite&& from) noexcept
- : TestLiteImportsNonlite() {
- *this = ::std::move(from);
- }
- inline TestLiteImportsNonlite& operator=(TestLiteImportsNonlite&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
- #endif
- inline const ::std::string& unknown_fields() const {
- return _internal_metadata_.unknown_fields();
- }
- inline ::std::string* mutable_unknown_fields() {
- return _internal_metadata_.mutable_unknown_fields();
- }
- static const TestLiteImportsNonlite& default_instance();
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const TestLiteImportsNonlite* internal_default_instance() {
- return reinterpret_cast<const TestLiteImportsNonlite*>(
- &_TestLiteImportsNonlite_default_instance_);
- }
- static constexpr int kIndexInFileMessages =
- 0;
- void Swap(TestLiteImportsNonlite* other);
- friend void swap(TestLiteImportsNonlite& a, TestLiteImportsNonlite& b) {
- a.Swap(&b);
- }
- // implements Message ----------------------------------------------
- inline TestLiteImportsNonlite* New() const final {
- return CreateMaybeMessage<TestLiteImportsNonlite>(NULL);
- }
- TestLiteImportsNonlite* New(::google::protobuf::Arena* arena) const final {
- return CreateMaybeMessage<TestLiteImportsNonlite>(arena);
- }
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from)
- final;
- void CopyFrom(const TestLiteImportsNonlite& from);
- void MergeFrom(const TestLiteImportsNonlite& 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;
- void DiscardUnknownFields();
- int GetCachedSize() const final { return _cached_size_.Get(); }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const;
- void InternalSwap(TestLiteImportsNonlite* other);
- private:
- inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
- return NULL;
- }
- inline void* MaybeArenaPtr() const {
- return NULL;
- }
- public:
- ::std::string GetTypeName() const final;
- // nested types ----------------------------------------------------
- // accessors -------------------------------------------------------
- // optional .protobuf_unittest.TestAllTypes message = 1;
- bool has_message() const;
- void clear_message();
- static const int kMessageFieldNumber = 1;
- private:
- const ::protobuf_unittest::TestAllTypes& _internal_message() const;
- public:
- const ::protobuf_unittest::TestAllTypes& message() const;
- ::protobuf_unittest::TestAllTypes* release_message();
- ::protobuf_unittest::TestAllTypes* mutable_message();
- void set_allocated_message(::protobuf_unittest::TestAllTypes* message);
- // optional .protobuf_unittest.TestRequired message_with_required = 2;
- bool has_message_with_required() const;
- void clear_message_with_required();
- static const int kMessageWithRequiredFieldNumber = 2;
- private:
- const ::protobuf_unittest::TestRequired& _internal_message_with_required() const;
- public:
- const ::protobuf_unittest::TestRequired& message_with_required() const;
- ::protobuf_unittest::TestRequired* release_message_with_required();
- ::protobuf_unittest::TestRequired* mutable_message_with_required();
- void set_allocated_message_with_required(::protobuf_unittest::TestRequired* message_with_required);
- // @@protoc_insertion_point(class_scope:protobuf_unittest.TestLiteImportsNonlite)
- private:
- void set_has_message();
- void clear_has_message();
- void set_has_message_with_required();
- void clear_has_message_with_required();
- ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_;
- ::google::protobuf::internal::HasBits<1> _has_bits_;
- mutable ::google::protobuf::internal::CachedSize _cached_size_;
- ::protobuf_unittest::TestAllTypes* message_;
- ::protobuf_unittest::TestRequired* message_with_required_;
- friend struct ::protobuf_google_2fprotobuf_2funittest_5flite_5fimports_5fnonlite_2eproto::TableStruct;
- };
- // ===================================================================
- // ===================================================================
- #ifdef __GNUC__
- #pragma GCC diagnostic push
- #pragma GCC diagnostic ignored "-Wstrict-aliasing"
- #endif // __GNUC__
- // TestLiteImportsNonlite
- // optional .protobuf_unittest.TestAllTypes message = 1;
- inline bool TestLiteImportsNonlite::has_message() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void TestLiteImportsNonlite::set_has_message() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void TestLiteImportsNonlite::clear_has_message() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline const ::protobuf_unittest::TestAllTypes& TestLiteImportsNonlite::_internal_message() const {
- return *message_;
- }
- inline const ::protobuf_unittest::TestAllTypes& TestLiteImportsNonlite::message() const {
- const ::protobuf_unittest::TestAllTypes* p = message_;
- // @@protoc_insertion_point(field_get:protobuf_unittest.TestLiteImportsNonlite.message)
- return p != NULL ? *p : *reinterpret_cast<const ::protobuf_unittest::TestAllTypes*>(
- &::protobuf_unittest::_TestAllTypes_default_instance_);
- }
- inline ::protobuf_unittest::TestAllTypes* TestLiteImportsNonlite::release_message() {
- // @@protoc_insertion_point(field_release:protobuf_unittest.TestLiteImportsNonlite.message)
- clear_has_message();
- ::protobuf_unittest::TestAllTypes* temp = message_;
- message_ = NULL;
- return temp;
- }
- inline ::protobuf_unittest::TestAllTypes* TestLiteImportsNonlite::mutable_message() {
- set_has_message();
- if (message_ == NULL) {
- auto* p = CreateMaybeMessage<::protobuf_unittest::TestAllTypes>(GetArenaNoVirtual());
- message_ = p;
- }
- // @@protoc_insertion_point(field_mutable:protobuf_unittest.TestLiteImportsNonlite.message)
- return message_;
- }
- inline void TestLiteImportsNonlite::set_allocated_message(::protobuf_unittest::TestAllTypes* message) {
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == NULL) {
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(message_);
- }
- if (message) {
- ::google::protobuf::Arena* submessage_arena =
- reinterpret_cast<::google::protobuf::MessageLite*>(message)->GetArena();
- if (message_arena != submessage_arena) {
- message = ::google::protobuf::internal::GetOwnedMessage(
- message_arena, message, submessage_arena);
- }
- set_has_message();
- } else {
- clear_has_message();
- }
- message_ = message;
- // @@protoc_insertion_point(field_set_allocated:protobuf_unittest.TestLiteImportsNonlite.message)
- }
- // optional .protobuf_unittest.TestRequired message_with_required = 2;
- inline bool TestLiteImportsNonlite::has_message_with_required() const {
- return (_has_bits_[0] & 0x00000002u) != 0;
- }
- inline void TestLiteImportsNonlite::set_has_message_with_required() {
- _has_bits_[0] |= 0x00000002u;
- }
- inline void TestLiteImportsNonlite::clear_has_message_with_required() {
- _has_bits_[0] &= ~0x00000002u;
- }
- inline const ::protobuf_unittest::TestRequired& TestLiteImportsNonlite::_internal_message_with_required() const {
- return *message_with_required_;
- }
- inline const ::protobuf_unittest::TestRequired& TestLiteImportsNonlite::message_with_required() const {
- const ::protobuf_unittest::TestRequired* p = message_with_required_;
- // @@protoc_insertion_point(field_get:protobuf_unittest.TestLiteImportsNonlite.message_with_required)
- return p != NULL ? *p : *reinterpret_cast<const ::protobuf_unittest::TestRequired*>(
- &::protobuf_unittest::_TestRequired_default_instance_);
- }
- inline ::protobuf_unittest::TestRequired* TestLiteImportsNonlite::release_message_with_required() {
- // @@protoc_insertion_point(field_release:protobuf_unittest.TestLiteImportsNonlite.message_with_required)
- clear_has_message_with_required();
- ::protobuf_unittest::TestRequired* temp = message_with_required_;
- message_with_required_ = NULL;
- return temp;
- }
- inline ::protobuf_unittest::TestRequired* TestLiteImportsNonlite::mutable_message_with_required() {
- set_has_message_with_required();
- if (message_with_required_ == NULL) {
- auto* p = CreateMaybeMessage<::protobuf_unittest::TestRequired>(GetArenaNoVirtual());
- message_with_required_ = p;
- }
- // @@protoc_insertion_point(field_mutable:protobuf_unittest.TestLiteImportsNonlite.message_with_required)
- return message_with_required_;
- }
- inline void TestLiteImportsNonlite::set_allocated_message_with_required(::protobuf_unittest::TestRequired* message_with_required) {
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == NULL) {
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(message_with_required_);
- }
- if (message_with_required) {
- ::google::protobuf::Arena* submessage_arena =
- reinterpret_cast<::google::protobuf::MessageLite*>(message_with_required)->GetArena();
- if (message_arena != submessage_arena) {
- message_with_required = ::google::protobuf::internal::GetOwnedMessage(
- message_arena, message_with_required, submessage_arena);
- }
- set_has_message_with_required();
- } else {
- clear_has_message_with_required();
- }
- message_with_required_ = message_with_required;
- // @@protoc_insertion_point(field_set_allocated:protobuf_unittest.TestLiteImportsNonlite.message_with_required)
- }
- #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_5flite_5fimports_5fnonlite_2eproto
|