ExistQt
|
#include <ExistMessage.pb.h>
Public 类型 | |
typedef ServicePublishMessage_ServiceProtocolType | ServiceProtocolType |
Public 成员函数 | |
size_t | ByteSizeLong () const PROTOBUF_FINAL |
void | Clear () PROTOBUF_FINAL |
void | clear_name () |
void | clear_port () |
void | clear_protocoltype () |
void | CopyFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL |
void | CopyFrom (const ServicePublishMessage &from) |
int | GetCachedSize () const PROTOBUF_FINAL |
::google::protobuf::Metadata | GetMetadata () const PROTOBUF_FINAL |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const PROTOBUF_FINAL |
bool | IsInitialized () const PROTOBUF_FINAL |
void | MergeFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL |
void | MergeFrom (const ServicePublishMessage &from) |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL |
::std::string * | mutable_name () |
const ::std::string & | name () const |
ServicePublishMessage * | New () const PROTOBUF_FINAL |
ServicePublishMessage * | New (::google::protobuf::Arena *arena) const PROTOBUF_FINAL |
ServicePublishMessage & | operator= (const ServicePublishMessage &from) |
::google::protobuf::int32 | port () const |
::com::stupidbeauty::exist::ServicePublishMessage_ServiceProtocolType | protocoltype () const |
::std::string * | release_name () |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL |
ServicePublishMessage () | |
ServicePublishMessage (const ServicePublishMessage &from) | |
void | set_allocated_name (::std::string *name) |
void | set_name (const ::std::string &value) |
void | set_name (const char *value) |
void | set_name (const char *value, size_t size) |
void | set_port (::google::protobuf::int32 value) |
void | set_protocoltype (::com::stupidbeauty::exist::ServicePublishMessage_ServiceProtocolType value) |
void | Swap (ServicePublishMessage *other) |
virtual | ~ServicePublishMessage () |
静态 Public 成员函数 | |
static const ServicePublishMessage & | default_instance () |
static const ::google::protobuf::Descriptor * | descriptor () |
static void | InitAsDefaultInstance () |
static const ServicePublishMessage * | internal_default_instance () |
static const ::google::protobuf::EnumDescriptor * | ServiceProtocolType_descriptor () |
static bool | ServiceProtocolType_IsValid (int value) |
static const ::std::string & | ServiceProtocolType_Name (ServiceProtocolType value) |
static bool | ServiceProtocolType_Parse (const ::std::string &name, ServiceProtocolType *value) |
静态 Public 属性 | |
static const ServiceProtocolType | GRPC |
static const ServiceProtocolType | HTTP |
static PROTOBUF_CONSTEXPR int const | kIndexInFileMessages |
static const int | kNameFieldNumber = 1 |
static const int | kPortFieldNumber = 2 |
static const int | kProtocolTypeFieldNumber = 3 |
static const ServiceProtocolType | MQTT |
static const int | ServiceProtocolType_ARRAYSIZE |
static const ServiceProtocolType | ServiceProtocolType_MAX |
static const ServiceProtocolType | ServiceProtocolType_MIN |
static const ServiceProtocolType | TCP |
static const ServiceProtocolType | UDP |
友元 | |
struct | ::protobuf_ExistMessage_2eproto::TableStruct |
void | swap (ServicePublishMessage &a, ServicePublishMessage &b) |
在文件 ExistMessage.pb.h 第 124 行定义.
typedef ServicePublishMessage_ServiceProtocolType com::stupidbeauty::exist::ServicePublishMessage::ServiceProtocolType |
在文件 ExistMessage.pb.h 第 204 行定义.
com::stupidbeauty::exist::ServicePublishMessage::ServicePublishMessage | ( | ) |
在文件 ExistMessage.pb.cc 第 267 行定义.
参考 protobuf_ExistMessage_2eproto::InitDefaultsServicePublishMessage() , 以及 internal_default_instance().
参考自 New().
|
virtual |
在文件 ExistMessage.pb.cc 第 298 行定义.
com::stupidbeauty::exist::ServicePublishMessage::ServicePublishMessage | ( | const ServicePublishMessage & | from | ) |
size_t com::stupidbeauty::exist::ServicePublishMessage::ByteSizeLong | ( | ) | const |
void com::stupidbeauty::exist::ServicePublishMessage::Clear | ( | ) |
|
inline |
在文件 ExistMessage.pb.h 第 531 行定义.
|
inline |
在文件 ExistMessage.pb.h 第 584 行定义.
|
inline |
在文件 ExistMessage.pb.h 第 598 行定义.
void com::stupidbeauty::exist::ServicePublishMessage::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void com::stupidbeauty::exist::ServicePublishMessage::CopyFrom | ( | const ServicePublishMessage & | from | ) |
|
static |
在文件 ExistMessage.pb.cc 第 317 行定义.
参考 protobuf_ExistMessage_2eproto::InitDefaultsServicePublishMessage() , 以及 internal_default_instance().
|
static |
|
inline |
在文件 ExistMessage.pb.h 第 185 行定义.
google::protobuf::Metadata com::stupidbeauty::exist::ServicePublishMessage::GetMetadata | ( | ) | const |
|
static |
在文件 ExistMessage.pb.cc 第 259 行定义.
参考 kNameFieldNumber, kPortFieldNumber , 以及 kProtocolTypeFieldNumber.
参考自 protobuf_ExistMessage_2eproto::InitDefaultsServicePublishMessageImpl().
|
inlinestatic |
google::protobuf::uint8 * com::stupidbeauty::exist::ServicePublishMessage::InternalSerializeWithCachedSizesToArray | ( | bool | deterministic, |
::google::protobuf::uint8 * | target | ||
) | const |
bool com::stupidbeauty::exist::ServicePublishMessage::IsInitialized | ( | ) | const |
在文件 ExistMessage.pb.cc 第 573 行定义.
void com::stupidbeauty::exist::ServicePublishMessage::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void com::stupidbeauty::exist::ServicePublishMessage::MergeFrom | ( | const ServicePublishMessage & | from | ) |
在文件 ExistMessage.pb.cc 第 540 行定义.
参考 name(), port(), protocoltype(), set_port() , 以及 set_protocoltype().
bool com::stupidbeauty::exist::ServicePublishMessage::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
|
inline |
|
inline |
|
inline |
ServicePublishMessage * com::stupidbeauty::exist::ServicePublishMessage::New | ( | ::google::protobuf::Arena * | arena | ) | const |
|
inline |
在文件 ExistMessage.pb.h 第 131 行定义.
|
inline |
在文件 ExistMessage.pb.h 第 587 行定义.
参考自 ByteSizeLong(), InternalSerializeWithCachedSizesToArray(), MergeFrom(), SerializeWithCachedSizes() , 以及 ServicePublisher::~ServicePublisher().
|
inline |
在文件 ExistMessage.pb.h 第 601 行定义.
参考自 ByteSizeLong(), InternalSerializeWithCachedSizesToArray(), MergeFrom(), SerializeWithCachedSizes() , 以及 ServicePublisher::~ServicePublisher().
|
inline |
在文件 ExistMessage.pb.h 第 568 行定义.
void com::stupidbeauty::exist::ServicePublishMessage::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
在文件 ExistMessage.pb.h 第 228 行定义.
参考 com::stupidbeauty::exist::ServicePublishMessage_ServiceProtocolType_Name().
|
inlinestatic |
在文件 ExistMessage.pb.h 第 231 行定义.
参考 com::stupidbeauty::exist::ServicePublishMessage_ServiceProtocolType_Parse().
|
inline |
在文件 ExistMessage.pb.h 第 573 行定义.
|
inline |
|
inline |
在文件 ExistMessage.pb.h 第 551 行定义.
|
inline |
在文件 ExistMessage.pb.h 第 557 行定义.
|
inline |
在文件 ExistMessage.pb.h 第 591 行定义.
参考自 MergeFrom() , 以及 ServicePublisher::publishService().
|
inline |
在文件 ExistMessage.pb.h 第 605 行定义.
参考自 MergeFrom(), MergePartialFromCodedStream() , 以及 ServicePublisher::publishService().
void com::stupidbeauty::exist::ServicePublishMessage::Swap | ( | ServicePublishMessage * | other | ) |
在文件 ExistMessage.pb.cc 第 577 行定义.
参考 swap.
|
friend |
在文件 ExistMessage.pb.h 第 272 行定义.
|
friend |
在文件 ExistMessage.pb.h 第 162 行定义.
参考自 Swap().
|
static |
|
static |
|
static |
|
static |
在文件 ExistMessage.pb.h 第 240 行定义.
|
static |
在文件 ExistMessage.pb.h 第 254 行定义.
|
static |
在文件 ExistMessage.pb.h 第 260 行定义.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |