|
PROTOBUF_CONSTEXPR | CommandDescription (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
|
| CommandDescription (const CommandDescription &from) |
|
| CommandDescription (CommandDescription &&from) noexcept |
|
CommandDescription & | operator= (const CommandDescription &from) |
|
CommandDescription & | operator= (CommandDescription &&from) noexcept |
|
void | Swap (CommandDescription *other) |
|
void | UnsafeArenaSwap (CommandDescription *other) |
|
CommandDescription * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
|
void | CopyFrom (const CommandDescription &from) |
|
void | MergeFrom (const CommandDescription &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 |
|
void | clear_name () |
|
const std::string & | name () const |
|
template<typename ArgT0 = const std::string&, typename... ArgT> |
void | set_name (ArgT0 &&arg0, ArgT... args) |
|
std::string * | mutable_name () |
|
PROTOBUF_NODISCARD std::string * | release_name () |
|
void | set_allocated_name (std::string *name) |
|
bool | has_description () const |
|
void | clear_description () |
|
const ::tcp_io_device::VariableDescription & | description () const |
|
PROTOBUF_NODISCARD ::tcp_io_device::VariableDescription * | release_description () |
|
::tcp_io_device::VariableDescription * | mutable_description () |
|
void | set_allocated_description (::tcp_io_device::VariableDescription *description) |
|
void | unsafe_arena_set_allocated_description (::tcp_io_device::VariableDescription *description) |
|
::tcp_io_device::VariableDescription * | unsafe_arena_release_description () |
|
template<typename ArgT0 , typename... ArgT> |
PROTOBUF_ALWAYS_INLINE void | set_name (ArgT0 &&arg0, ArgT... args) |
|
Definition at line 1101 of file tcp_data_message.pb.h.