123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509 |
- // 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 <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/generated_enum_reflection.h>
- #include <google/protobuf/unknown_field_set.h>
- // @@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>(
- 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>(
- 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<const Foo*>(
- &_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<Foo>(NULL);
- }
- Foo* New(::google::protobuf::Arena* arena) const final {
- return CreateMaybeMessage<Foo>(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<const FooWithExtraFields*>(
- &_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<FooWithExtraFields>(NULL);
- }
- FooWithExtraFields* New(::google::protobuf::Arena* arena) const final {
- return CreateMaybeMessage<FooWithExtraFields>(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
|