#include <msg.pb.h>
类 | |
class | _Internal |
struct | Impl_ |
Public 类型 | |
enum | : int { kPayloadFieldNumber = 1 , kOffsetFieldNumber = 2 , kLengthFieldNumber = 3 } |
typedef Message_Payload | Payload |
Public 成员函数 | |
Message () | |
~Message () override | |
PROTOBUF_CONSTEXPR | Message (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Message (const Message &from) | |
Message (Message &&from) noexcept | |
Message & | operator= (const Message &from) |
Message & | operator= (Message &&from) noexcept |
void | Swap (Message *other) |
void | UnsafeArenaSwap (Message *other) |
Message * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const Message &from) |
void | MergeFrom (const Message &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 |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_payload () const |
void | clear_payload () |
const ::XuMQ::Message_Payload & | payload () const |
PROTOBUF_NODISCARD::XuMQ::Message_Payload * | release_payload () |
::XuMQ::Message_Payload * | mutable_payload () |
void | set_allocated_payload (::XuMQ::Message_Payload *payload) |
void | unsafe_arena_set_allocated_payload (::XuMQ::Message_Payload *payload) |
::XuMQ::Message_Payload * | unsafe_arena_release_payload () |
void | clear_offset () |
uint32_t | offset () const |
void | set_offset (uint32_t value) |
void | clear_length () |
uint32_t | length () const |
void | set_length (uint32_t value) |
静态 Public 成员函数 | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const Message & | default_instance () |
static const Message * | internal_default_instance () |
静态 Public 属性 | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected 成员函数 | |
Message (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Private 类型 | |
typedef void | InternalArenaConstructable_ |
typedef void | DestructorSkippable_ |
Private 成员函数 | |
void | SharedCtor (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned) |
void | SharedDtor () |
void | SetCachedSize (int size) const final |
void | InternalSwap (Message *other) |
bool | _internal_has_payload () const |
const ::XuMQ::Message_Payload & | _internal_payload () const |
::XuMQ::Message_Payload * | _internal_mutable_payload () |
uint32_t | _internal_offset () const |
void | _internal_set_offset (uint32_t value) |
uint32_t | _internal_length () const |
void | _internal_set_length (uint32_t value) |
静态 Private 成员函数 | |
static void | MergeImpl (::PROTOBUF_NAMESPACE_ID::Message &to_msg, const ::PROTOBUF_NAMESPACE_ID::Message &from_msg) |
::PROTOBUF_NAMESPACE_ID::StringPiece | FullMessageName () |
Private 属性 | ||
union { | ||
Impl_ _impl_ | ||
}; | ||
友元 | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_msg_2eproto |
void | swap (Message &a, Message &b) |
|
private |
|
private |
|
inline |
|
override |
|
explicit |
XuMQ::Message::Message | ( | const Message & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
final |
|
final |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
void XuMQ::Message::CopyFrom | ( | const Message & | from | ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinefinal |
|
final |
|
inlinestatic |
|
final |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
private |
|
final |
|
inline |
|
inline |
|
staticprivate |
|
inline |
|
inlinefinal |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
finalprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
union { ... } XuMQ::Message |
|
static |
Impl_ XuMQ::Message::_impl_ |
|
staticconstexpr |