// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/unittest_drop_unknown_fields.proto #ifndef PROTOBUF_INCLUDED_google_2fprotobuf_2funittest_5fdrop_5funknown_5ffields_2eproto #define PROTOBUF_INCLUDED_google_2fprotobuf_2funittest_5fdrop_5funknown_5ffields_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_2funittest_5fdrop_5funknown_5ffields_2eproto namespace protobuf_google_2fprotobuf_2funittest_5fdrop_5funknown_5ffields_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[2]; 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_5fdrop_5funknown_5ffields_2eproto namespace unittest_drop_unknown_fields { class Foo; class FooDefaultTypeInternal; extern FooDefaultTypeInternal _Foo_default_instance_; class FooWithExtraFields; class FooWithExtraFieldsDefaultTypeInternal; extern FooWithExtraFieldsDefaultTypeInternal _FooWithExtraFields_default_instance_; } // namespace unittest_drop_unknown_fields namespace google { namespace protobuf { template<> ::unittest_drop_unknown_fields::Foo* Arena::CreateMaybeMessage<::unittest_drop_unknown_fields::Foo>(Arena*); template<> ::unittest_drop_unknown_fields::FooWithExtraFields* Arena::CreateMaybeMessage<::unittest_drop_unknown_fields::FooWithExtraFields>(Arena*); } // namespace protobuf } // namespace google namespace unittest_drop_unknown_fields { enum Foo_NestedEnum { Foo_NestedEnum_FOO = 0, Foo_NestedEnum_BAR = 1, Foo_NestedEnum_BAZ = 2, Foo_NestedEnum_Foo_NestedEnum_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, Foo_NestedEnum_Foo_NestedEnum_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max }; bool Foo_NestedEnum_IsValid(int value); const Foo_NestedEnum Foo_NestedEnum_NestedEnum_MIN = Foo_NestedEnum_FOO; const Foo_NestedEnum Foo_NestedEnum_NestedEnum_MAX = Foo_NestedEnum_BAZ; const int Foo_NestedEnum_NestedEnum_ARRAYSIZE = Foo_NestedEnum_NestedEnum_MAX + 1; const ::google::protobuf::EnumDescriptor* Foo_NestedEnum_descriptor(); inline const ::std::string& Foo_NestedEnum_Name(Foo_NestedEnum value) { return ::google::protobuf::internal::NameOfEnum( Foo_NestedEnum_descriptor(), value); } inline bool Foo_NestedEnum_Parse( const ::std::string& name, Foo_NestedEnum* value) { return ::google::protobuf::internal::ParseNamedEnum( Foo_NestedEnum_descriptor(), name, value); } enum FooWithExtraFields_NestedEnum { FooWithExtraFields_NestedEnum_FOO = 0, FooWithExtraFields_NestedEnum_BAR = 1, FooWithExtraFields_NestedEnum_BAZ = 2, FooWithExtraFields_NestedEnum_QUX = 3, FooWithExtraFields_NestedEnum_FooWithExtraFields_NestedEnum_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, FooWithExtraFields_NestedEnum_FooWithExtraFields_NestedEnum_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max }; bool FooWithExtraFields_NestedEnum_IsValid(int value); const FooWithExtraFields_NestedEnum FooWithExtraFields_NestedEnum_NestedEnum_MIN = FooWithExtraFields_NestedEnum_FOO; const FooWithExtraFields_NestedEnum FooWithExtraFields_NestedEnum_NestedEnum_MAX = FooWithExtraFields_NestedEnum_QUX; const int FooWithExtraFields_NestedEnum_NestedEnum_ARRAYSIZE = FooWithExtraFields_NestedEnum_NestedEnum_MAX + 1; const ::google::protobuf::EnumDescriptor* FooWithExtraFields_NestedEnum_descriptor(); inline const ::std::string& FooWithExtraFields_NestedEnum_Name(FooWithExtraFields_NestedEnum value) { return ::google::protobuf::internal::NameOfEnum( FooWithExtraFields_NestedEnum_descriptor(), value); } inline bool FooWithExtraFields_NestedEnum_Parse( const ::std::string& name, FooWithExtraFields_NestedEnum* value) { return ::google::protobuf::internal::ParseNamedEnum( FooWithExtraFields_NestedEnum_descriptor(), name, value); } // =================================================================== class Foo : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:unittest_drop_unknown_fields.Foo) */ { public: Foo(); virtual ~Foo(); Foo(const Foo& from); inline Foo& operator=(const Foo& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Foo(Foo&& from) noexcept : Foo() { *this = ::std::move(from); } inline Foo& operator=(Foo&& 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 Foo& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Foo* internal_default_instance() { return reinterpret_cast( &_Foo_default_instance_); } static constexpr int kIndexInFileMessages = 0; void Swap(Foo* other); friend void swap(Foo& a, Foo& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Foo* New() const final { return CreateMaybeMessage(NULL); } Foo* 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 Foo& from); void MergeFrom(const Foo& 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(Foo* 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 ---------------------------------------------------- typedef Foo_NestedEnum NestedEnum; static const NestedEnum FOO = Foo_NestedEnum_FOO; static const NestedEnum BAR = Foo_NestedEnum_BAR; static const NestedEnum BAZ = Foo_NestedEnum_BAZ; static inline bool NestedEnum_IsValid(int value) { return Foo_NestedEnum_IsValid(value); } static const NestedEnum NestedEnum_MIN = Foo_NestedEnum_NestedEnum_MIN; static const NestedEnum NestedEnum_MAX = Foo_NestedEnum_NestedEnum_MAX; static const int NestedEnum_ARRAYSIZE = Foo_NestedEnum_NestedEnum_ARRAYSIZE; static inline const ::google::protobuf::EnumDescriptor* NestedEnum_descriptor() { return Foo_NestedEnum_descriptor(); } static inline const ::std::string& NestedEnum_Name(NestedEnum value) { return Foo_NestedEnum_Name(value); } static inline bool NestedEnum_Parse(const ::std::string& name, NestedEnum* value) { return Foo_NestedEnum_Parse(name, value); } // accessors ------------------------------------------------------- // 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); // .unittest_drop_unknown_fields.Foo.NestedEnum enum_value = 2; void clear_enum_value(); static const int kEnumValueFieldNumber = 2; ::unittest_drop_unknown_fields::Foo_NestedEnum enum_value() const; void set_enum_value(::unittest_drop_unknown_fields::Foo_NestedEnum value); // @@protoc_insertion_point(class_scope:unittest_drop_unknown_fields.Foo) private: ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::int32 int32_value_; int enum_value_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::protobuf_google_2fprotobuf_2funittest_5fdrop_5funknown_5ffields_2eproto::TableStruct; }; // ------------------------------------------------------------------- class FooWithExtraFields : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:unittest_drop_unknown_fields.FooWithExtraFields) */ { public: FooWithExtraFields(); virtual ~FooWithExtraFields(); FooWithExtraFields(const FooWithExtraFields& from); inline FooWithExtraFields& operator=(const FooWithExtraFields& from) { CopyFrom(from); return *this; } #if LANG_CXX11 FooWithExtraFields(FooWithExtraFields&& from) noexcept : FooWithExtraFields() { *this = ::std::move(from); } inline FooWithExtraFields& operator=(FooWithExtraFields&& 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 FooWithExtraFields& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const FooWithExtraFields* internal_default_instance() { return reinterpret_cast( &_FooWithExtraFields_default_instance_); } static constexpr int kIndexInFileMessages = 1; void Swap(FooWithExtraFields* other); friend void swap(FooWithExtraFields& a, FooWithExtraFields& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline FooWithExtraFields* New() const final { return CreateMaybeMessage(NULL); } FooWithExtraFields* 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 FooWithExtraFields& from); void MergeFrom(const FooWithExtraFields& 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(FooWithExtraFields* 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 ---------------------------------------------------- typedef FooWithExtraFields_NestedEnum NestedEnum; static const NestedEnum FOO = FooWithExtraFields_NestedEnum_FOO; static const NestedEnum BAR = FooWithExtraFields_NestedEnum_BAR; static const NestedEnum BAZ = FooWithExtraFields_NestedEnum_BAZ; static const NestedEnum QUX = FooWithExtraFields_NestedEnum_QUX; static inline bool NestedEnum_IsValid(int value) { return FooWithExtraFields_NestedEnum_IsValid(value); } static const NestedEnum NestedEnum_MIN = FooWithExtraFields_NestedEnum_NestedEnum_MIN; static const NestedEnum NestedEnum_MAX = FooWithExtraFields_NestedEnum_NestedEnum_MAX; static const int NestedEnum_ARRAYSIZE = FooWithExtraFields_NestedEnum_NestedEnum_ARRAYSIZE; static inline const ::google::protobuf::EnumDescriptor* NestedEnum_descriptor() { return FooWithExtraFields_NestedEnum_descriptor(); } static inline const ::std::string& NestedEnum_Name(NestedEnum value) { return FooWithExtraFields_NestedEnum_Name(value); } static inline bool NestedEnum_Parse(const ::std::string& name, NestedEnum* value) { return FooWithExtraFields_NestedEnum_Parse(name, value); } // accessors ------------------------------------------------------- // 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); // .unittest_drop_unknown_fields.FooWithExtraFields.NestedEnum enum_value = 2; void clear_enum_value(); static const int kEnumValueFieldNumber = 2; ::unittest_drop_unknown_fields::FooWithExtraFields_NestedEnum enum_value() const; void set_enum_value(::unittest_drop_unknown_fields::FooWithExtraFields_NestedEnum value); // int32 extra_int32_value = 3; void clear_extra_int32_value(); static const int kExtraInt32ValueFieldNumber = 3; ::google::protobuf::int32 extra_int32_value() const; void set_extra_int32_value(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:unittest_drop_unknown_fields.FooWithExtraFields) private: ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::int32 int32_value_; int enum_value_; ::google::protobuf::int32 extra_int32_value_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::protobuf_google_2fprotobuf_2funittest_5fdrop_5funknown_5ffields_2eproto::TableStruct; }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // Foo // int32 int32_value = 1; inline void Foo::clear_int32_value() { int32_value_ = 0; } inline ::google::protobuf::int32 Foo::int32_value() const { // @@protoc_insertion_point(field_get:unittest_drop_unknown_fields.Foo.int32_value) return int32_value_; } inline void Foo::set_int32_value(::google::protobuf::int32 value) { int32_value_ = value; // @@protoc_insertion_point(field_set:unittest_drop_unknown_fields.Foo.int32_value) } // .unittest_drop_unknown_fields.Foo.NestedEnum enum_value = 2; inline void Foo::clear_enum_value() { enum_value_ = 0; } inline ::unittest_drop_unknown_fields::Foo_NestedEnum Foo::enum_value() const { // @@protoc_insertion_point(field_get:unittest_drop_unknown_fields.Foo.enum_value) return static_cast< ::unittest_drop_unknown_fields::Foo_NestedEnum >(enum_value_); } inline void Foo::set_enum_value(::unittest_drop_unknown_fields::Foo_NestedEnum value) { enum_value_ = value; // @@protoc_insertion_point(field_set:unittest_drop_unknown_fields.Foo.enum_value) } // ------------------------------------------------------------------- // FooWithExtraFields // int32 int32_value = 1; inline void FooWithExtraFields::clear_int32_value() { int32_value_ = 0; } inline ::google::protobuf::int32 FooWithExtraFields::int32_value() const { // @@protoc_insertion_point(field_get:unittest_drop_unknown_fields.FooWithExtraFields.int32_value) return int32_value_; } inline void FooWithExtraFields::set_int32_value(::google::protobuf::int32 value) { int32_value_ = value; // @@protoc_insertion_point(field_set:unittest_drop_unknown_fields.FooWithExtraFields.int32_value) } // .unittest_drop_unknown_fields.FooWithExtraFields.NestedEnum enum_value = 2; inline void FooWithExtraFields::clear_enum_value() { enum_value_ = 0; } inline ::unittest_drop_unknown_fields::FooWithExtraFields_NestedEnum FooWithExtraFields::enum_value() const { // @@protoc_insertion_point(field_get:unittest_drop_unknown_fields.FooWithExtraFields.enum_value) return static_cast< ::unittest_drop_unknown_fields::FooWithExtraFields_NestedEnum >(enum_value_); } inline void FooWithExtraFields::set_enum_value(::unittest_drop_unknown_fields::FooWithExtraFields_NestedEnum value) { enum_value_ = value; // @@protoc_insertion_point(field_set:unittest_drop_unknown_fields.FooWithExtraFields.enum_value) } // int32 extra_int32_value = 3; inline void FooWithExtraFields::clear_extra_int32_value() { extra_int32_value_ = 0; } inline ::google::protobuf::int32 FooWithExtraFields::extra_int32_value() const { // @@protoc_insertion_point(field_get:unittest_drop_unknown_fields.FooWithExtraFields.extra_int32_value) return extra_int32_value_; } inline void FooWithExtraFields::set_extra_int32_value(::google::protobuf::int32 value) { extra_int32_value_ = value; // @@protoc_insertion_point(field_set:unittest_drop_unknown_fields.FooWithExtraFields.extra_int32_value) } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // ------------------------------------------------------------------- // @@protoc_insertion_point(namespace_scope) } // namespace unittest_drop_unknown_fields namespace google { namespace protobuf { template <> struct is_proto_enum< ::unittest_drop_unknown_fields::Foo_NestedEnum> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::unittest_drop_unknown_fields::Foo_NestedEnum>() { return ::unittest_drop_unknown_fields::Foo_NestedEnum_descriptor(); } template <> struct is_proto_enum< ::unittest_drop_unknown_fields::FooWithExtraFields_NestedEnum> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::unittest_drop_unknown_fields::FooWithExtraFields_NestedEnum>() { return ::unittest_drop_unknown_fields::FooWithExtraFields_NestedEnum_descriptor(); } } // namespace protobuf } // namespace google // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_INCLUDED_google_2fprotobuf_2funittest_5fdrop_5funknown_5ffields_2eproto