// Generated by the protocol buffer compiler. DO NOT EDIT! // source: Pb_Socket.proto #ifndef GOOGLE_PROTOBUF_INCLUDED_Pb_5fSocket_2eproto #define GOOGLE_PROTOBUF_INCLUDED_Pb_5fSocket_2eproto #include #include #include #if PROTOBUF_VERSION < 3011000 #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 3011000 < 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 #include #include // IWYU pragma: export #include // IWYU pragma: export #include // @@protoc_insertion_point(includes) #include #define PROTOBUF_INTERNAL_EXPORT_Pb_5fSocket_2eproto PROTOBUF_NAMESPACE_OPEN namespace internal { class AnyMetadata; } // namespace internal PROTOBUF_NAMESPACE_CLOSE // Internal implementation detail -- do not use these members. struct TableStruct_Pb_5fSocket_2eproto { static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]; static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]; static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]; }; extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_Pb_5fSocket_2eproto; namespace Socket { class PB_KN_DetectSocket; class PB_KN_DetectSocketDefaultTypeInternal; extern PB_KN_DetectSocketDefaultTypeInternal _PB_KN_DetectSocket_default_instance_; } // namespace Socket PROTOBUF_NAMESPACE_OPEN template<> ::Socket::PB_KN_DetectSocket* Arena::CreateMaybeMessage<::Socket::PB_KN_DetectSocket>(Arena*); PROTOBUF_NAMESPACE_CLOSE namespace Socket { // =================================================================== class PB_KN_DetectSocket : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:Socket.PB_KN_DetectSocket) */ { public: PB_KN_DetectSocket(); virtual ~PB_KN_DetectSocket(); PB_KN_DetectSocket(const PB_KN_DetectSocket& from); PB_KN_DetectSocket(PB_KN_DetectSocket&& from) noexcept : PB_KN_DetectSocket() { *this = ::std::move(from); } inline PB_KN_DetectSocket& operator=(const PB_KN_DetectSocket& from) { CopyFrom(from); return *this; } inline PB_KN_DetectSocket& operator=(PB_KN_DetectSocket&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const PB_KN_DetectSocket& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const PB_KN_DetectSocket* internal_default_instance() { return reinterpret_cast( &_PB_KN_DetectSocket_default_instance_); } static constexpr int kIndexInFileMessages = 0; friend void swap(PB_KN_DetectSocket& a, PB_KN_DetectSocket& b) { a.Swap(&b); } inline void Swap(PB_KN_DetectSocket* other) { if (other == this) return; InternalSwap(other); } // implements Message ---------------------------------------------- inline PB_KN_DetectSocket* New() const final { return CreateMaybeMessage(nullptr); } PB_KN_DetectSocket* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const PB_KN_DetectSocket& from); void MergeFrom(const PB_KN_DetectSocket& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(PB_KN_DetectSocket* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "Socket.PB_KN_DetectSocket"; } private: inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { return nullptr; } inline void* MaybeArenaPtr() const { return nullptr; } public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_Pb_5fSocket_2eproto); return ::descriptor_table_Pb_5fSocket_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kDwSendTickCountFieldNumber = 1, kDwRecvTickCountFieldNumber = 2, }; // uint64 dwSendTickCount = 1; void clear_dwsendtickcount(); ::PROTOBUF_NAMESPACE_ID::uint64 dwsendtickcount() const; void set_dwsendtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value); private: ::PROTOBUF_NAMESPACE_ID::uint64 _internal_dwsendtickcount() const; void _internal_set_dwsendtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value); public: // uint64 dwRecvTickCount = 2; void clear_dwrecvtickcount(); ::PROTOBUF_NAMESPACE_ID::uint64 dwrecvtickcount() const; void set_dwrecvtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value); private: ::PROTOBUF_NAMESPACE_ID::uint64 _internal_dwrecvtickcount() const; void _internal_set_dwrecvtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value); public: // @@protoc_insertion_point(class_scope:Socket.PB_KN_DetectSocket) private: class _Internal; ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; ::PROTOBUF_NAMESPACE_ID::uint64 dwsendtickcount_; ::PROTOBUF_NAMESPACE_ID::uint64 dwrecvtickcount_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_Pb_5fSocket_2eproto; }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // PB_KN_DetectSocket // uint64 dwSendTickCount = 1; inline void PB_KN_DetectSocket::clear_dwsendtickcount() { dwsendtickcount_ = PROTOBUF_ULONGLONG(0); } inline ::PROTOBUF_NAMESPACE_ID::uint64 PB_KN_DetectSocket::_internal_dwsendtickcount() const { return dwsendtickcount_; } inline ::PROTOBUF_NAMESPACE_ID::uint64 PB_KN_DetectSocket::dwsendtickcount() const { // @@protoc_insertion_point(field_get:Socket.PB_KN_DetectSocket.dwSendTickCount) return _internal_dwsendtickcount(); } inline void PB_KN_DetectSocket::_internal_set_dwsendtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value) { dwsendtickcount_ = value; } inline void PB_KN_DetectSocket::set_dwsendtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value) { _internal_set_dwsendtickcount(value); // @@protoc_insertion_point(field_set:Socket.PB_KN_DetectSocket.dwSendTickCount) } // uint64 dwRecvTickCount = 2; inline void PB_KN_DetectSocket::clear_dwrecvtickcount() { dwrecvtickcount_ = PROTOBUF_ULONGLONG(0); } inline ::PROTOBUF_NAMESPACE_ID::uint64 PB_KN_DetectSocket::_internal_dwrecvtickcount() const { return dwrecvtickcount_; } inline ::PROTOBUF_NAMESPACE_ID::uint64 PB_KN_DetectSocket::dwrecvtickcount() const { // @@protoc_insertion_point(field_get:Socket.PB_KN_DetectSocket.dwRecvTickCount) return _internal_dwrecvtickcount(); } inline void PB_KN_DetectSocket::_internal_set_dwrecvtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value) { dwrecvtickcount_ = value; } inline void PB_KN_DetectSocket::set_dwrecvtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value) { _internal_set_dwrecvtickcount(value); // @@protoc_insertion_point(field_set:Socket.PB_KN_DetectSocket.dwRecvTickCount) } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // @@protoc_insertion_point(namespace_scope) } // namespace Socket // @@protoc_insertion_point(global_scope) #include #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_Pb_5fSocket_2eproto