诸暨麻将添加redis
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

269 righe
9.8 KiB

  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: Pb_Socket.proto
  3. #ifndef GOOGLE_PROTOBUF_INCLUDED_Pb_5fSocket_2eproto
  4. #define GOOGLE_PROTOBUF_INCLUDED_Pb_5fSocket_2eproto
  5. #include <limits>
  6. #include <string>
  7. #include <google/protobuf/port_def.inc>
  8. #if PROTOBUF_VERSION < 3011000
  9. #error This file was generated by a newer version of protoc which is
  10. #error incompatible with your Protocol Buffer headers. Please update
  11. #error your headers.
  12. #endif
  13. #if 3011000 < PROTOBUF_MIN_PROTOC_VERSION
  14. #error This file was generated by an older version of protoc which is
  15. #error incompatible with your Protocol Buffer headers. Please
  16. #error regenerate this file with a newer version of protoc.
  17. #endif
  18. #include <google/protobuf/port_undef.inc>
  19. #include <google/protobuf/io/coded_stream.h>
  20. #include <google/protobuf/arena.h>
  21. #include <google/protobuf/arenastring.h>
  22. #include <google/protobuf/generated_message_table_driven.h>
  23. #include <google/protobuf/generated_message_util.h>
  24. #include <google/protobuf/inlined_string_field.h>
  25. #include <google/protobuf/metadata.h>
  26. #include <google/protobuf/generated_message_reflection.h>
  27. #include <google/protobuf/message.h>
  28. #include <google/protobuf/repeated_field.h> // IWYU pragma: export
  29. #include <google/protobuf/extension_set.h> // IWYU pragma: export
  30. #include <google/protobuf/unknown_field_set.h>
  31. // @@protoc_insertion_point(includes)
  32. #include <google/protobuf/port_def.inc>
  33. #define PROTOBUF_INTERNAL_EXPORT_Pb_5fSocket_2eproto
  34. PROTOBUF_NAMESPACE_OPEN
  35. namespace internal {
  36. class AnyMetadata;
  37. } // namespace internal
  38. PROTOBUF_NAMESPACE_CLOSE
  39. // Internal implementation detail -- do not use these members.
  40. struct TableStruct_Pb_5fSocket_2eproto {
  41. static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
  42. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  43. static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
  44. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  45. static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
  46. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  47. static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
  48. static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
  49. static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
  50. };
  51. extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_Pb_5fSocket_2eproto;
  52. namespace Socket {
  53. class PB_KN_DetectSocket;
  54. class PB_KN_DetectSocketDefaultTypeInternal;
  55. extern PB_KN_DetectSocketDefaultTypeInternal _PB_KN_DetectSocket_default_instance_;
  56. } // namespace Socket
  57. PROTOBUF_NAMESPACE_OPEN
  58. template<> ::Socket::PB_KN_DetectSocket* Arena::CreateMaybeMessage<::Socket::PB_KN_DetectSocket>(Arena*);
  59. PROTOBUF_NAMESPACE_CLOSE
  60. namespace Socket {
  61. // ===================================================================
  62. class PB_KN_DetectSocket :
  63. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:Socket.PB_KN_DetectSocket) */ {
  64. public:
  65. PB_KN_DetectSocket();
  66. virtual ~PB_KN_DetectSocket();
  67. PB_KN_DetectSocket(const PB_KN_DetectSocket& from);
  68. PB_KN_DetectSocket(PB_KN_DetectSocket&& from) noexcept
  69. : PB_KN_DetectSocket() {
  70. *this = ::std::move(from);
  71. }
  72. inline PB_KN_DetectSocket& operator=(const PB_KN_DetectSocket& from) {
  73. CopyFrom(from);
  74. return *this;
  75. }
  76. inline PB_KN_DetectSocket& operator=(PB_KN_DetectSocket&& from) noexcept {
  77. if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
  78. if (this != &from) InternalSwap(&from);
  79. } else {
  80. CopyFrom(from);
  81. }
  82. return *this;
  83. }
  84. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  85. return GetDescriptor();
  86. }
  87. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  88. return GetMetadataStatic().descriptor;
  89. }
  90. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  91. return GetMetadataStatic().reflection;
  92. }
  93. static const PB_KN_DetectSocket& default_instance();
  94. static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
  95. static inline const PB_KN_DetectSocket* internal_default_instance() {
  96. return reinterpret_cast<const PB_KN_DetectSocket*>(
  97. &_PB_KN_DetectSocket_default_instance_);
  98. }
  99. static constexpr int kIndexInFileMessages =
  100. 0;
  101. friend void swap(PB_KN_DetectSocket& a, PB_KN_DetectSocket& b) {
  102. a.Swap(&b);
  103. }
  104. inline void Swap(PB_KN_DetectSocket* other) {
  105. if (other == this) return;
  106. InternalSwap(other);
  107. }
  108. // implements Message ----------------------------------------------
  109. inline PB_KN_DetectSocket* New() const final {
  110. return CreateMaybeMessage<PB_KN_DetectSocket>(nullptr);
  111. }
  112. PB_KN_DetectSocket* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
  113. return CreateMaybeMessage<PB_KN_DetectSocket>(arena);
  114. }
  115. void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  116. void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  117. void CopyFrom(const PB_KN_DetectSocket& from);
  118. void MergeFrom(const PB_KN_DetectSocket& from);
  119. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  120. bool IsInitialized() const final;
  121. size_t ByteSizeLong() const final;
  122. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  123. ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
  124. ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  125. int GetCachedSize() const final { return _cached_size_.Get(); }
  126. private:
  127. inline void SharedCtor();
  128. inline void SharedDtor();
  129. void SetCachedSize(int size) const final;
  130. void InternalSwap(PB_KN_DetectSocket* other);
  131. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  132. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
  133. return "Socket.PB_KN_DetectSocket";
  134. }
  135. private:
  136. inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
  137. return nullptr;
  138. }
  139. inline void* MaybeArenaPtr() const {
  140. return nullptr;
  141. }
  142. public:
  143. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  144. private:
  145. static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
  146. ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_Pb_5fSocket_2eproto);
  147. return ::descriptor_table_Pb_5fSocket_2eproto.file_level_metadata[kIndexInFileMessages];
  148. }
  149. public:
  150. // nested types ----------------------------------------------------
  151. // accessors -------------------------------------------------------
  152. enum : int {
  153. kDwSendTickCountFieldNumber = 1,
  154. kDwRecvTickCountFieldNumber = 2,
  155. };
  156. // uint64 dwSendTickCount = 1;
  157. void clear_dwsendtickcount();
  158. ::PROTOBUF_NAMESPACE_ID::uint64 dwsendtickcount() const;
  159. void set_dwsendtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value);
  160. private:
  161. ::PROTOBUF_NAMESPACE_ID::uint64 _internal_dwsendtickcount() const;
  162. void _internal_set_dwsendtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value);
  163. public:
  164. // uint64 dwRecvTickCount = 2;
  165. void clear_dwrecvtickcount();
  166. ::PROTOBUF_NAMESPACE_ID::uint64 dwrecvtickcount() const;
  167. void set_dwrecvtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value);
  168. private:
  169. ::PROTOBUF_NAMESPACE_ID::uint64 _internal_dwrecvtickcount() const;
  170. void _internal_set_dwrecvtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value);
  171. public:
  172. // @@protoc_insertion_point(class_scope:Socket.PB_KN_DetectSocket)
  173. private:
  174. class _Internal;
  175. ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
  176. ::PROTOBUF_NAMESPACE_ID::uint64 dwsendtickcount_;
  177. ::PROTOBUF_NAMESPACE_ID::uint64 dwrecvtickcount_;
  178. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  179. friend struct ::TableStruct_Pb_5fSocket_2eproto;
  180. };
  181. // ===================================================================
  182. // ===================================================================
  183. #ifdef __GNUC__
  184. #pragma GCC diagnostic push
  185. #pragma GCC diagnostic ignored "-Wstrict-aliasing"
  186. #endif // __GNUC__
  187. // PB_KN_DetectSocket
  188. // uint64 dwSendTickCount = 1;
  189. inline void PB_KN_DetectSocket::clear_dwsendtickcount() {
  190. dwsendtickcount_ = PROTOBUF_ULONGLONG(0);
  191. }
  192. inline ::PROTOBUF_NAMESPACE_ID::uint64 PB_KN_DetectSocket::_internal_dwsendtickcount() const {
  193. return dwsendtickcount_;
  194. }
  195. inline ::PROTOBUF_NAMESPACE_ID::uint64 PB_KN_DetectSocket::dwsendtickcount() const {
  196. // @@protoc_insertion_point(field_get:Socket.PB_KN_DetectSocket.dwSendTickCount)
  197. return _internal_dwsendtickcount();
  198. }
  199. inline void PB_KN_DetectSocket::_internal_set_dwsendtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value) {
  200. dwsendtickcount_ = value;
  201. }
  202. inline void PB_KN_DetectSocket::set_dwsendtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value) {
  203. _internal_set_dwsendtickcount(value);
  204. // @@protoc_insertion_point(field_set:Socket.PB_KN_DetectSocket.dwSendTickCount)
  205. }
  206. // uint64 dwRecvTickCount = 2;
  207. inline void PB_KN_DetectSocket::clear_dwrecvtickcount() {
  208. dwrecvtickcount_ = PROTOBUF_ULONGLONG(0);
  209. }
  210. inline ::PROTOBUF_NAMESPACE_ID::uint64 PB_KN_DetectSocket::_internal_dwrecvtickcount() const {
  211. return dwrecvtickcount_;
  212. }
  213. inline ::PROTOBUF_NAMESPACE_ID::uint64 PB_KN_DetectSocket::dwrecvtickcount() const {
  214. // @@protoc_insertion_point(field_get:Socket.PB_KN_DetectSocket.dwRecvTickCount)
  215. return _internal_dwrecvtickcount();
  216. }
  217. inline void PB_KN_DetectSocket::_internal_set_dwrecvtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value) {
  218. dwrecvtickcount_ = value;
  219. }
  220. inline void PB_KN_DetectSocket::set_dwrecvtickcount(::PROTOBUF_NAMESPACE_ID::uint64 value) {
  221. _internal_set_dwrecvtickcount(value);
  222. // @@protoc_insertion_point(field_set:Socket.PB_KN_DetectSocket.dwRecvTickCount)
  223. }
  224. #ifdef __GNUC__
  225. #pragma GCC diagnostic pop
  226. #endif // __GNUC__
  227. // @@protoc_insertion_point(namespace_scope)
  228. } // namespace Socket
  229. // @@protoc_insertion_point(global_scope)
  230. #include <google/protobuf/port_undef.inc>
  231. #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_Pb_5fSocket_2eproto