// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/any_test.proto #ifndef PROTOBUF_INCLUDED_google_2fprotobuf_2fany_5ftest_2eproto #define PROTOBUF_INCLUDED_google_2fprotobuf_2fany_5ftest_2eproto #include #include #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 #include #include #include #include #include #include #include #include // IWYU pragma: export #include // IWYU pragma: export #include #include // @@protoc_insertion_point(includes) #define PROTOBUF_INTERNAL_EXPORT_protobuf_google_2fprotobuf_2fany_5ftest_2eproto namespace protobuf_google_2fprotobuf_2fany_5ftest_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_2fany_5ftest_2eproto namespace protobuf_unittest { class TestAny; class TestAnyDefaultTypeInternal; extern TestAnyDefaultTypeInternal _TestAny_default_instance_; } // namespace protobuf_unittest namespace google { namespace protobuf { template<> ::protobuf_unittest::TestAny* Arena::CreateMaybeMessage<::protobuf_unittest::TestAny>(Arena*); } // namespace protobuf } // namespace google namespace protobuf_unittest { // =================================================================== class TestAny : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:protobuf_unittest.TestAny) */ { public: TestAny(); virtual ~TestAny(); TestAny(const TestAny& from); inline TestAny& operator=(const TestAny& from) { CopyFrom(from); return *this; } #if LANG_CXX11 TestAny(TestAny&& from) noexcept : TestAny() { *this = ::std::move(from); } inline TestAny& operator=(TestAny&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif static const ::google::protobuf::Descriptor* descriptor(); static const TestAny& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const TestAny* internal_default_instance() { return reinterpret_cast( &_TestAny_default_instance_); } static constexpr int kIndexInFileMessages = 0; void Swap(TestAny* other); friend void swap(TestAny& a, TestAny& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline TestAny* New() const final { return CreateMaybeMessage(NULL); } TestAny* New(::google::protobuf::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::google::protobuf::Message& from) final; void MergeFrom(const ::google::protobuf::Message& from) final; void CopyFrom(const TestAny& from); void MergeFrom(const TestAny& 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(TestAny* 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 .google.protobuf.Any repeated_any_value = 3; int repeated_any_value_size() const; void clear_repeated_any_value(); static const int kRepeatedAnyValueFieldNumber = 3; ::google::protobuf::Any* mutable_repeated_any_value(int index); ::google::protobuf::RepeatedPtrField< ::google::protobuf::Any >* mutable_repeated_any_value(); const ::google::protobuf::Any& repeated_any_value(int index) const; ::google::protobuf::Any* add_repeated_any_value(); const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Any >& repeated_any_value() const; // .google.protobuf.Any any_value = 2; bool has_any_value() const; void clear_any_value(); static const int kAnyValueFieldNumber = 2; private: const ::google::protobuf::Any& _internal_any_value() const; public: const ::google::protobuf::Any& any_value() const; ::google::protobuf::Any* release_any_value(); ::google::protobuf::Any* mutable_any_value(); void set_allocated_any_value(::google::protobuf::Any* any_value); // int32 int32_value = 1; void clear_int32_value(); static const int kInt32ValueFieldNumber = 1; ::google::protobuf::int32 int32_value() const; void set_int32_value(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:protobuf_unittest.TestAny) private: ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::RepeatedPtrField< ::google::protobuf::Any > repeated_any_value_; ::google::protobuf::Any* any_value_; ::google::protobuf::int32 int32_value_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::protobuf_google_2fprotobuf_2fany_5ftest_2eproto::TableStruct; }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // TestAny // int32 int32_value = 1; inline void TestAny::clear_int32_value() { int32_value_ = 0; } inline ::google::protobuf::int32 TestAny::int32_value() const { // @@protoc_insertion_point(field_get:protobuf_unittest.TestAny.int32_value) return int32_value_; } inline void TestAny::set_int32_value(::google::protobuf::int32 value) { int32_value_ = value; // @@protoc_insertion_point(field_set:protobuf_unittest.TestAny.int32_value) } // .google.protobuf.Any any_value = 2; inline bool TestAny::has_any_value() const { return this != internal_default_instance() && any_value_ != NULL; } inline const ::google::protobuf::Any& TestAny::_internal_any_value() const { return *any_value_; } inline const ::google::protobuf::Any& TestAny::any_value() const { const ::google::protobuf::Any* p = any_value_; // @@protoc_insertion_point(field_get:protobuf_unittest.TestAny.any_value) return p != NULL ? *p : *reinterpret_cast( &::google::protobuf::_Any_default_instance_); } inline ::google::protobuf::Any* TestAny::release_any_value() { // @@protoc_insertion_point(field_release:protobuf_unittest.TestAny.any_value) ::google::protobuf::Any* temp = any_value_; any_value_ = NULL; return temp; } inline ::google::protobuf::Any* TestAny::mutable_any_value() { if (any_value_ == NULL) { auto* p = CreateMaybeMessage<::google::protobuf::Any>(GetArenaNoVirtual()); any_value_ = p; } // @@protoc_insertion_point(field_mutable:protobuf_unittest.TestAny.any_value) return any_value_; } inline void TestAny::set_allocated_any_value(::google::protobuf::Any* any_value) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(any_value_); } if (any_value) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { any_value = ::google::protobuf::internal::GetOwnedMessage( message_arena, any_value, submessage_arena); } } else { } any_value_ = any_value; // @@protoc_insertion_point(field_set_allocated:protobuf_unittest.TestAny.any_value) } // repeated .google.protobuf.Any repeated_any_value = 3; inline int TestAny::repeated_any_value_size() const { return repeated_any_value_.size(); } inline ::google::protobuf::Any* TestAny::mutable_repeated_any_value(int index) { // @@protoc_insertion_point(field_mutable:protobuf_unittest.TestAny.repeated_any_value) return repeated_any_value_.Mutable(index); } inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Any >* TestAny::mutable_repeated_any_value() { // @@protoc_insertion_point(field_mutable_list:protobuf_unittest.TestAny.repeated_any_value) return &repeated_any_value_; } inline const ::google::protobuf::Any& TestAny::repeated_any_value(int index) const { // @@protoc_insertion_point(field_get:protobuf_unittest.TestAny.repeated_any_value) return repeated_any_value_.Get(index); } inline ::google::protobuf::Any* TestAny::add_repeated_any_value() { // @@protoc_insertion_point(field_add:protobuf_unittest.TestAny.repeated_any_value) return repeated_any_value_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Any >& TestAny::repeated_any_value() const { // @@protoc_insertion_point(field_list:protobuf_unittest.TestAny.repeated_any_value) return repeated_any_value_; } #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_2fany_5ftest_2eproto