#include <daphne_control_low.pb.h>
|
| | Status (::google::protobuf::Arena *arena) |
| |
|
| static void | MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg) |
| |
| ::absl::string_view | FullMessageName () |
| |
|
| static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > | _table_ |
| |
Definition at line 11086 of file daphne_control_low.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
◆ Status() [1/5]
| daphne::Status::Status |
( |
| ) |
|
|
inline |
◆ ~Status()
| daphne::Status::~Status |
( |
| ) |
|
|
override |
Definition at line 15819 of file daphne_control_low.pb.cc.
15819 {
15820
15821 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
15823}
◆ Status() [2/5]
template<typename = void>
| PROTOBUF_CONSTEXPR daphne::Status::Status |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ Status() [3/5]
| daphne::Status::Status |
( |
const Status & | from | ) |
|
Definition at line 15786 of file daphne_control_low.pb.cc.
15786 : ::google::protobuf::Message() {
15787 Status*
const _this =
this;
15788 (void)_this;
15792 {},
15793 };
15794 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
15795 from._internal_metadata_);
15797 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
15799 #endif
15800 if (!from._internal_extra().empty()) {
15801 _this->_impl_.extra_.Set(from._internal_extra(), _this->GetArenaForAllocation());
15802 }
15803 _this->_impl_.success_ = from._impl_.success_;
15804
15805
15806}
::google::protobuf::internal::ArenaStringPtr extra_
◆ Status() [4/5]
| daphne::Status::Status |
( |
Status && | from | ) |
|
|
inlinenoexcept |
◆ Status() [5/5]
| daphne::Status::Status |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 15781 of file daphne_control_low.pb.cc.
15782 : ::google::protobuf::Message(arena) {
15784
15785}
void SharedCtor(::google::protobuf::Arena *arena)
◆ _internal_extra()
| const std::string & daphne::Status::_internal_extra |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_mutable_extra()
| std::string * daphne::Status::_internal_mutable_extra |
( |
| ) |
|
|
inlineprivate |
◆ _internal_set_extra()
| void daphne::Status::_internal_set_extra |
( |
const std::string & | value | ) |
|
|
inlineprivate |
◆ _internal_set_success()
| void daphne::Status::_internal_set_success |
( |
bool | value | ) |
|
|
inlineprivate |
◆ _internal_success()
| bool daphne::Status::_internal_success |
( |
| ) |
const |
|
inlineprivate |
◆ _InternalParse()
| const char * daphne::Status::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
◆ _InternalSerialize()
| uint8_t * daphne::Status::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 15886 of file daphne_control_low.pb.cc.
15888 {
15889
15890 ::uint32_t cached_has_bits = 0;
15891 (void)cached_has_bits;
15892
15893
15895 target = stream->EnsureSpace(target);
15896 target = ::_pbi::WireFormatLite::WriteBoolToArray(
15898 }
15899
15900
15903 target = stream->WriteBytesMaybeAliased(2, _s, target);
15904 }
15905
15906 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
15907 target =
15908 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
15909 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
15910 }
15911
15912 return target;
15913}
bool _internal_success() const
const std::string & _internal_extra() const
◆ ByteSizeLong()
| size_t daphne::Status::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 15915 of file daphne_control_low.pb.cc.
15915 {
15916
15917 ::size_t total_size = 0;
15918
15919 ::uint32_t cached_has_bits = 0;
15920
15921 (void) cached_has_bits;
15922
15923
15925 total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
15927 }
15928
15929
15931 total_size += 2;
15932 }
15933
15935}
mutable::google::protobuf::internal::CachedSize _cached_size_
◆ Clear()
| PROTOBUF_NOINLINE void daphne::Status::Clear |
( |
| ) |
|
|
final |
Definition at line 15832 of file daphne_control_low.pb.cc.
15832 {
15833
15834 ::uint32_t cached_has_bits = 0;
15835
15836 (void) cached_has_bits;
15837
15840 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
15841}
◆ clear_extra()
| void daphne::Status::clear_extra |
( |
| ) |
|
|
inline |
◆ clear_success()
| void daphne::Status::clear_success |
( |
| ) |
|
|
inline |
◆ CopyFrom()
| void daphne::Status::CopyFrom |
( |
const Status & | from | ) |
|
Definition at line 15961 of file daphne_control_low.pb.cc.
15961 {
15962
15963 if (&from == this) return;
15966}
void MergeFrom(const Status &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
◆ default_instance()
| static const Status & daphne::Status::default_instance |
( |
| ) |
|
|
inlinestatic |
◆ descriptor()
| static const ::google::protobuf::Descriptor * daphne::Status::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ extra()
| const std::string & daphne::Status::extra |
( |
| ) |
const |
|
inline |
◆ FullMessageName()
| ::absl::string_view daphne::Status::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
| int daphne::Status::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
| const::google::protobuf::Message::ClassData * daphne::Status::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
| static const ::google::protobuf::Descriptor * daphne::Status::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 11128 of file daphne_control_low.pb.h.
11128 {
11130 }
::google::protobuf::Metadata GetMetadata() const final
static const Status & default_instance()
◆ GetMetadata()
| google::protobuf::Metadata daphne::Status::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 15982 of file daphne_control_low.pb.cc.
15982 {
15983 return ::_pbi::AssignDescriptors(
15986}
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto[59]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto_getter()
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto_once
◆ GetReflection()
| static const ::google::protobuf::Reflection * daphne::Status::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
| static const Status * daphne::Status::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 11137 of file daphne_control_low.pb.h.
11137 {
11138 return reinterpret_cast<const Status*
>(
11140 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StatusDefaultTypeInternal _Status_default_instance_
◆ InternalSwap()
| void daphne::Status::InternalSwap |
( |
Status * | other | ) |
|
|
private |
Definition at line 15972 of file daphne_control_low.pb.cc.
15972 {
15973 using std::swap;
15974 auto* lhs_arena = GetArenaForAllocation();
15975 auto* rhs_arena = other->GetArenaForAllocation();
15976 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
15977 ::_pbi::ArenaStringPtr::InternalSwap(&
_impl_.
extra_, lhs_arena,
15978 &other->_impl_.extra_, rhs_arena);
15980}
friend void swap(Status &a, Status &b)
◆ IsInitialized()
| PROTOBUF_NOINLINE bool daphne::Status::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
| void daphne::Status::MergeFrom |
( |
const Status & | from | ) |
|
|
inline |
Definition at line 11174 of file daphne_control_low.pb.h.
11174 {
11176 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
| void daphne::Status::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 15944 of file daphne_control_low.pb.cc.
15944 {
15945 auto*
const _this =
static_cast<Status*
>(&to_msg);
15946 auto& from =
static_cast<const Status&
>(from_msg);
15947
15948 ABSL_DCHECK_NE(&from, _this);
15949 ::uint32_t cached_has_bits = 0;
15950 (void) cached_has_bits;
15951
15952 if (!from._internal_extra().empty()) {
15953 _this->_internal_set_extra(from._internal_extra());
15954 }
15955 if (from._internal_success() != 0) {
15956 _this->_internal_set_success(from._internal_success());
15957 }
15958 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
15959}
◆ mutable_extra()
| std::string * daphne::Status::mutable_extra |
( |
| ) |
|
|
inline |
◆ mutable_unknown_fields()
| inline ::google::protobuf::UnknownFieldSet * daphne::Status::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 11121 of file daphne_control_low.pb.h.
11121 {
11122 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
11123 }
◆ New()
| Status * daphne::Status::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
Definition at line 11104 of file daphne_control_low.pb.h.
11104 {
11105 if (this == &from) return *this;
11106 if (GetOwningArena() == from.GetOwningArena()
11107 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
11108 && GetOwningArena() != nullptr
11109 #endif
11110 ) {
11112 } else {
11114 }
11115 return *this;
11116 }
void InternalSwap(Status *other)
◆ release_extra()
| std::string * daphne::Status::release_extra |
( |
| ) |
|
|
inline |
◆ set_allocated_extra()
| void daphne::Status::set_allocated_extra |
( |
std::string * | ptr | ) |
|
|
inline |
Definition at line 16573 of file daphne_control_low.pb.h.
16573 {
16574 PROTOBUF_TSAN_WRITE(&
_impl_._tsan_detect_race);
16575 _impl_.
extra_.SetAllocated(value, GetArenaForAllocation());
16576 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
16579 }
16580 #endif
16581
16582}
◆ set_extra()
template<typename Arg_ = const std::string&, typename... Args_>
| void daphne::Status::set_extra |
( |
Arg_ && | arg, |
|
|
Args_... | args ) |
◆ set_success()
| void daphne::Status::set_success |
( |
bool | value | ) |
|
|
inline |
◆ SetCachedSize()
| void daphne::Status::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
◆ SharedCtor()
| void daphne::Status::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
private |
◆ SharedDtor()
| void daphne::Status::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ success()
| bool daphne::Status::success |
( |
| ) |
const |
|
inline |
◆ Swap()
| void daphne::Status::Swap |
( |
Status * | other | ) |
|
|
inline |
Definition at line 11147 of file daphne_control_low.pb.h.
11147 {
11148 if (other == this) return;
11149 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
11150 if (GetOwningArena() != nullptr &&
11151 GetOwningArena() == other->GetOwningArena()) {
11152 #else
11153 if (GetOwningArena() == other->GetOwningArena()) {
11154 #endif
11156 } else {
11157 ::google::protobuf::internal::GenericSwap(this, other);
11158 }
11159 }
◆ unknown_fields()
| const ::google::protobuf::UnknownFieldSet & daphne::Status::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 11118 of file daphne_control_low.pb.h.
11118 {
11119 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
11120 }
◆ UnsafeArenaSwap()
| void daphne::Status::UnsafeArenaSwap |
( |
Status * | other | ) |
|
|
inline |
Definition at line 11160 of file daphne_control_low.pb.h.
11160 {
11161 if (other == this) return;
11162 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
11164 }
◆ ::google::protobuf::Arena::InternalHelper
template<typename T >
| friend class ::google::protobuf::Arena::InternalHelper |
|
friend |
◆ ::google::protobuf::internal::AnyMetadata
| friend class ::google::protobuf::internal::AnyMetadata |
|
friend |
◆ ::google::protobuf::internal::TcParser
| friend class ::google::protobuf::internal::TcParser |
|
friend |
◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto
◆ swap
◆ [union]
◆ _class_data_
| const::google::protobuf::Message::ClassData daphne::Status::_class_data_ |
|
static |
◆ _impl_
| Impl_ daphne::Status::_impl_ |
◆ _table_
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::Status::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
| int daphne::Status::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: