DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
daphne::ControlEnvelope Class Referencefinal

#include <daphne_control_high.pb.h>

Inheritance diagram for daphne::ControlEnvelope:
[legend]
Collaboration diagram for daphne::ControlEnvelope:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kPayloadFieldNumber = 2 , kTypeFieldNumber = 1 }
 

Public Member Functions

 ControlEnvelope ()
 
 ~ControlEnvelope () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ControlEnvelope (::google::protobuf::internal::ConstantInitialized)
 
 ControlEnvelope (const ControlEnvelope &from)
 
 ControlEnvelope (ControlEnvelope &&from) noexcept
 
ControlEnvelopeoperator= (const ControlEnvelope &from)
 
ControlEnvelopeoperator= (ControlEnvelope &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ControlEnvelope *other)
 
void UnsafeArenaSwap (ControlEnvelope *other)
 
ControlEnvelopeNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ControlEnvelope &from)
 
void MergeFrom (const ControlEnvelope &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
::size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
 
::uint8_t * _InternalSerialize (::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
void clear_payload ()
 
const std::string & payload () const
 
template<typename Arg_ = const std::string&, typename... Args_>
void set_payload (Arg_ &&arg, Args_... args)
 
std::string * mutable_payload ()
 
PROTOBUF_NODISCARD std::string * release_payload ()
 
void set_allocated_payload (std::string *ptr)
 
void clear_type ()
 
::daphne::MessageType type () const
 
void set_type (::daphne::MessageType value)
 
template<typename >
PROTOBUF_CONSTEXPR ControlEnvelope (::_pbi::ConstantInitialized)
 
template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_payload (Arg_ &&arg, Args_... args)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const ControlEnvelopedefault_instance ()
 
static const ControlEnvelopeinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ControlEnvelope (::google::protobuf::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor (::google::protobuf::Arena *arena)
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (ControlEnvelope *other)
 
const std::string & _internal_payload () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_payload (const std::string &value)
 
std::string * _internal_mutable_payload ()
 
::daphne::MessageType _internal_type () const
 
void _internal_set_type (::daphne::MessageType value)
 

Static Private Member Functions

static void MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
 
::absl::string_view FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Static Private Attributes

static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
class ::google::protobuf::internal::TcParser
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto
 
void swap (ControlEnvelope &a, ControlEnvelope &b)
 

Detailed Description

Definition at line 6162 of file daphne_control_high.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPayloadFieldNumber 
kTypeFieldNumber 

Definition at line 6289 of file daphne_control_high.pb.h.

Constructor & Destructor Documentation

◆ ControlEnvelope() [1/6]

daphne::ControlEnvelope::ControlEnvelope ( )
inline

Definition at line 6165 of file daphne_control_high.pb.h.

◆ ~ControlEnvelope()

daphne::ControlEnvelope::~ControlEnvelope ( )
override

Definition at line 9035 of file daphne_control_high.pb.cc.

9035 {
9036 // @@protoc_insertion_point(destructor:daphne.ControlEnvelope)
9037 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
9038 SharedDtor();
9039}

◆ ControlEnvelope() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR daphne::ControlEnvelope::ControlEnvelope ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ ControlEnvelope() [3/6]

daphne::ControlEnvelope::ControlEnvelope ( const ControlEnvelope & from)

Definition at line 9002 of file daphne_control_high.pb.cc.

9002 : ::google::protobuf::Message() {
9003 ControlEnvelope* const _this = this;
9004 (void)_this;
9005 new (&_impl_) Impl_{
9006 decltype(_impl_.payload_){},
9007 decltype(_impl_.type_){},
9008 /*decltype(_impl_._cached_size_)*/ {},
9009 };
9010 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
9011 from._internal_metadata_);
9012 _impl_.payload_.InitDefault();
9013 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
9014 _impl_.payload_.Set("", GetArenaForAllocation());
9015 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
9016 if (!from._internal_payload().empty()) {
9017 _this->_impl_.payload_.Set(from._internal_payload(), _this->GetArenaForAllocation());
9018 }
9019 _this->_impl_.type_ = from._impl_.type_;
9020
9021 // @@protoc_insertion_point(copy_constructor:daphne.ControlEnvelope)
9022}
::google::protobuf::internal::ArenaStringPtr payload_

◆ ControlEnvelope() [4/6]

daphne::ControlEnvelope::ControlEnvelope ( ControlEnvelope && from)
inlinenoexcept

Definition at line 6171 of file daphne_control_high.pb.h.

6172 : ControlEnvelope() {
6173 *this = ::std::move(from);
6174 }

◆ ControlEnvelope() [5/6]

daphne::ControlEnvelope::ControlEnvelope ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 8997 of file daphne_control_high.pb.cc.

8998 : ::google::protobuf::Message(arena) {
8999 SharedCtor(arena);
9000 // @@protoc_insertion_point(arena_constructor:daphne.ControlEnvelope)
9001}
void SharedCtor(::google::protobuf::Arena *arena)

◆ ControlEnvelope() [6/6]

template<typename >
PROTOBUF_CONSTEXPR daphne::ControlEnvelope::ControlEnvelope ( ::_pbi::ConstantInitialized )

Definition at line 620 of file daphne_control_high.pb.cc.

621 : _impl_{
622 /*decltype(_impl_.payload_)*/ {
623 &::_pbi::fixed_address_empty_string,
624 ::_pbi::ConstantInitialized{},
625 },
626 /*decltype(_impl_.type_)*/ 0,
627 /*decltype(_impl_._cached_size_)*/ {},
628 } {}

Member Function Documentation

◆ _internal_mutable_payload()

std::string * daphne::ControlEnvelope::_internal_mutable_payload ( )
inlineprivate

Definition at line 10123 of file daphne_control_high.pb.h.

10123 {
10124 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10125 ;
10126 return _impl_.payload_.Mutable( GetArenaForAllocation());
10127}

◆ _internal_payload()

const std::string & daphne::ControlEnvelope::_internal_payload ( ) const
inlineprivate

Definition at line 10114 of file daphne_control_high.pb.h.

10114 {
10115 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10116 return _impl_.payload_.Get();
10117}

◆ _internal_set_payload()

void daphne::ControlEnvelope::_internal_set_payload ( const std::string & value)
inlineprivate

Definition at line 10118 of file daphne_control_high.pb.h.

10118 {
10119 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10120 ;
10121 _impl_.payload_.Set(value, GetArenaForAllocation());
10122}

◆ _internal_set_type()

void daphne::ControlEnvelope::_internal_set_type ( ::daphne::MessageType value)
inlineprivate

Definition at line 10087 of file daphne_control_high.pb.h.

10087 {
10088 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10089 ;
10090 _impl_.type_ = value;
10091}

◆ _internal_type()

daphne::MessageType daphne::ControlEnvelope::_internal_type ( ) const
inlineprivate

Definition at line 10083 of file daphne_control_high.pb.h.

10083 {
10084 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10085 return static_cast<::daphne::MessageType>(_impl_.type_);
10086}

◆ _InternalParse()

const char * daphne::ControlEnvelope::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 9059 of file daphne_control_high.pb.cc.

9060 {
9061 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
9062 return ptr;
9063}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

uint8_t * daphne::ControlEnvelope::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 9102 of file daphne_control_high.pb.cc.

9104 {
9105 // @@protoc_insertion_point(serialize_to_array_start:daphne.ControlEnvelope)
9106 ::uint32_t cached_has_bits = 0;
9107 (void)cached_has_bits;
9108
9109 // .daphne.MessageType type = 1;
9110 if (this->_internal_type() != 0) {
9111 target = stream->EnsureSpace(target);
9112 target = ::_pbi::WireFormatLite::WriteEnumToArray(
9113 1, this->_internal_type(), target);
9114 }
9115
9116 // bytes payload = 2;
9117 if (!this->_internal_payload().empty()) {
9118 const std::string& _s = this->_internal_payload();
9119 target = stream->WriteBytesMaybeAliased(2, _s, target);
9120 }
9121
9122 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
9123 target =
9124 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
9125 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
9126 }
9127 // @@protoc_insertion_point(serialize_to_array_end:daphne.ControlEnvelope)
9128 return target;
9129}
const std::string & _internal_payload() const
::daphne::MessageType _internal_type() const

◆ ByteSizeLong()

size_t daphne::ControlEnvelope::ByteSizeLong ( ) const
final

Definition at line 9131 of file daphne_control_high.pb.cc.

9131 {
9132// @@protoc_insertion_point(message_byte_size_start:daphne.ControlEnvelope)
9133 ::size_t total_size = 0;
9134
9135 ::uint32_t cached_has_bits = 0;
9136 // Prevent compiler warnings about cached_has_bits being unused
9137 (void) cached_has_bits;
9138
9139 // bytes payload = 2;
9140 if (!this->_internal_payload().empty()) {
9141 total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
9142 this->_internal_payload());
9143 }
9144
9145 // .daphne.MessageType type = 1;
9146 if (this->_internal_type() != 0) {
9147 total_size += 1 +
9148 ::_pbi::WireFormatLite::EnumSize(this->_internal_type());
9149 }
9150
9151 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
9152}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void daphne::ControlEnvelope::Clear ( )
final

Definition at line 9048 of file daphne_control_high.pb.cc.

9048 {
9049// @@protoc_insertion_point(message_clear_start:daphne.ControlEnvelope)
9050 ::uint32_t cached_has_bits = 0;
9051 // Prevent compiler warnings about cached_has_bits being unused
9052 (void) cached_has_bits;
9053
9054 _impl_.payload_.ClearToEmpty();
9055 _impl_.type_ = 0;
9056 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
9057}

◆ clear_payload()

void daphne::ControlEnvelope::clear_payload ( )
inline

Definition at line 10094 of file daphne_control_high.pb.h.

10094 {
10095 _impl_.payload_.ClearToEmpty();
10096}

◆ clear_type()

void daphne::ControlEnvelope::clear_type ( )
inline

Definition at line 10072 of file daphne_control_high.pb.h.

10072 {
10073 _impl_.type_ = 0;
10074}

◆ CopyFrom()

void daphne::ControlEnvelope::CopyFrom ( const ControlEnvelope & from)

Definition at line 9178 of file daphne_control_high.pb.cc.

9178 {
9179// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ControlEnvelope)
9180 if (&from == this) return;
9181 Clear();
9182 MergeFrom(from);
9183}
void MergeFrom(const ControlEnvelope &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const ControlEnvelope & daphne::ControlEnvelope::default_instance ( )
inlinestatic

Definition at line 6210 of file daphne_control_high.pb.h.

6210 {
6211 return *internal_default_instance();
6212 }
static const ControlEnvelope * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * daphne::ControlEnvelope::descriptor ( )
inlinestatic

Definition at line 6201 of file daphne_control_high.pb.h.

6201 {
6202 return GetDescriptor();
6203 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view daphne::ControlEnvelope::FullMessageName ( )
inlinestaticprivate

Definition at line 6273 of file daphne_control_high.pb.h.

6273 {
6274 return "daphne.ControlEnvelope";
6275 }

◆ GetCachedSize()

int daphne::ControlEnvelope::GetCachedSize ( ) const
inlinefinal

Definition at line 6263 of file daphne_control_high.pb.h.

6263{ return _impl_._cached_size_.Get(); }

◆ GetClassData()

const::google::protobuf::Message::ClassData * daphne::ControlEnvelope::GetClassData ( ) const
final

Definition at line 9158 of file daphne_control_high.pb.cc.

9158{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * daphne::ControlEnvelope::GetDescriptor ( )
inlinestatic

Definition at line 6204 of file daphne_control_high.pb.h.

6204 {
6205 return default_instance().GetMetadata().descriptor;
6206 }
static const ControlEnvelope & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata daphne::ControlEnvelope::GetMetadata ( ) const
final

Definition at line 9199 of file daphne_control_high.pb.cc.

9199 {
9200 return ::_pbi::AssignDescriptors(
9203}
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_once
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto[30]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * daphne::ControlEnvelope::GetReflection ( )
inlinestatic

Definition at line 6207 of file daphne_control_high.pb.h.

6207 {
6208 return default_instance().GetMetadata().reflection;
6209 }

◆ internal_default_instance()

static const ControlEnvelope * daphne::ControlEnvelope::internal_default_instance ( )
inlinestatic

Definition at line 6213 of file daphne_control_high.pb.h.

6213 {
6214 return reinterpret_cast<const ControlEnvelope*>(
6216 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ControlEnvelopeDefaultTypeInternal _ControlEnvelope_default_instance_

◆ InternalSwap()

void daphne::ControlEnvelope::InternalSwap ( ControlEnvelope * other)
private

Definition at line 9189 of file daphne_control_high.pb.cc.

9189 {
9190 using std::swap;
9191 auto* lhs_arena = GetArenaForAllocation();
9192 auto* rhs_arena = other->GetArenaForAllocation();
9193 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
9194 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.payload_, lhs_arena,
9195 &other->_impl_.payload_, rhs_arena);
9196 swap(_impl_.type_, other->_impl_.type_);
9197}
friend void swap(ControlEnvelope &a, ControlEnvelope &b)

◆ IsInitialized()

PROTOBUF_NOINLINE bool daphne::ControlEnvelope::IsInitialized ( ) const
final

Definition at line 9185 of file daphne_control_high.pb.cc.

9185 {
9186 return true;
9187}

◆ MergeFrom()

void daphne::ControlEnvelope::MergeFrom ( const ControlEnvelope & from)
inline

Definition at line 6250 of file daphne_control_high.pb.h.

6250 {
6251 ControlEnvelope::MergeImpl(*this, from);
6252 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void daphne::ControlEnvelope::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 9161 of file daphne_control_high.pb.cc.

9161 {
9162 auto* const _this = static_cast<ControlEnvelope*>(&to_msg);
9163 auto& from = static_cast<const ControlEnvelope&>(from_msg);
9164 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.ControlEnvelope)
9165 ABSL_DCHECK_NE(&from, _this);
9166 ::uint32_t cached_has_bits = 0;
9167 (void) cached_has_bits;
9168
9169 if (!from._internal_payload().empty()) {
9170 _this->_internal_set_payload(from._internal_payload());
9171 }
9172 if (from._internal_type() != 0) {
9173 _this->_internal_set_type(from._internal_type());
9174 }
9175 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
9176}

◆ mutable_payload()

std::string * daphne::ControlEnvelope::mutable_payload ( )
inline

Definition at line 10109 of file daphne_control_high.pb.h.

10109 {
10110 std::string* _s = _internal_mutable_payload();
10111 // @@protoc_insertion_point(field_mutable:daphne.ControlEnvelope.payload)
10112 return _s;
10113}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * daphne::ControlEnvelope::mutable_unknown_fields ( )
inline

Definition at line 6197 of file daphne_control_high.pb.h.

6197 {
6198 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
6199 }

◆ New()

ControlEnvelope * daphne::ControlEnvelope::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 6244 of file daphne_control_high.pb.h.

6244 {
6245 return CreateMaybeMessage<ControlEnvelope>(arena);
6246 }

◆ operator=() [1/2]

ControlEnvelope & daphne::ControlEnvelope::operator= ( const ControlEnvelope & from)
inline

Definition at line 6176 of file daphne_control_high.pb.h.

6176 {
6177 CopyFrom(from);
6178 return *this;
6179 }
void CopyFrom(const ControlEnvelope &from)

◆ operator=() [2/2]

ControlEnvelope & daphne::ControlEnvelope::operator= ( ControlEnvelope && from)
inlinenoexcept

Definition at line 6180 of file daphne_control_high.pb.h.

6180 {
6181 if (this == &from) return *this;
6182 if (GetOwningArena() == from.GetOwningArena()
6183 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
6184 && GetOwningArena() != nullptr
6185 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
6186 ) {
6187 InternalSwap(&from);
6188 } else {
6189 CopyFrom(from);
6190 }
6191 return *this;
6192 }
void InternalSwap(ControlEnvelope *other)

◆ payload()

const std::string & daphne::ControlEnvelope::payload ( ) const
inline

Definition at line 10097 of file daphne_control_high.pb.h.

10097 {
10098 // @@protoc_insertion_point(field_get:daphne.ControlEnvelope.payload)
10099 return _internal_payload();
10100}

◆ release_payload()

std::string * daphne::ControlEnvelope::release_payload ( )
inline

Definition at line 10128 of file daphne_control_high.pb.h.

10128 {
10129 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10130 // @@protoc_insertion_point(field_release:daphne.ControlEnvelope.payload)
10131 return _impl_.payload_.Release();
10132}

◆ set_allocated_payload()

void daphne::ControlEnvelope::set_allocated_payload ( std::string * ptr)
inline

Definition at line 10133 of file daphne_control_high.pb.h.

10133 {
10134 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10135 _impl_.payload_.SetAllocated(value, GetArenaForAllocation());
10136 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
10137 if (_impl_.payload_.IsDefault()) {
10138 _impl_.payload_.Set("", GetArenaForAllocation());
10139 }
10140 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
10141 // @@protoc_insertion_point(field_set_allocated:daphne.ControlEnvelope.payload)
10142}

◆ set_payload() [1/2]

template<typename Arg_ = const std::string&, typename... Args_>
void daphne::ControlEnvelope::set_payload ( Arg_ && arg,
Args_... args )

◆ set_payload() [2/2]

template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void daphne::ControlEnvelope::set_payload ( Arg_ && arg,
Args_... args )
inline

Definition at line 10102 of file daphne_control_high.pb.h.

10103 {
10104 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10105 ;
10106 _impl_.payload_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
10107 // @@protoc_insertion_point(field_set:daphne.ControlEnvelope.payload)
10108}

◆ set_type()

void daphne::ControlEnvelope::set_type ( ::daphne::MessageType value)
inline

Definition at line 10079 of file daphne_control_high.pb.h.

10079 {
10080 _internal_set_type(value);
10081 // @@protoc_insertion_point(field_set:daphne.ControlEnvelope.type)
10082}
void _internal_set_type(::daphne::MessageType value)

◆ SetCachedSize()

void daphne::ControlEnvelope::SetCachedSize ( int size) const
finalprivate

Definition at line 9044 of file daphne_control_high.pb.cc.

9044 {
9045 _impl_._cached_size_.Set(size);
9046}

◆ SharedCtor()

void daphne::ControlEnvelope::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 9023 of file daphne_control_high.pb.cc.

9023 {
9024 (void)arena;
9025 new (&_impl_) Impl_{
9026 decltype(_impl_.payload_){},
9027 decltype(_impl_.type_){0},
9028 /*decltype(_impl_._cached_size_)*/ {},
9029 };
9030 _impl_.payload_.InitDefault();
9031 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
9032 _impl_.payload_.Set("", GetArenaForAllocation());
9033 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
9034}

◆ SharedDtor()

void daphne::ControlEnvelope::SharedDtor ( )
inlineprivate

Definition at line 9040 of file daphne_control_high.pb.cc.

9040 {
9041 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
9042 _impl_.payload_.Destroy();
9043}

◆ Swap()

void daphne::ControlEnvelope::Swap ( ControlEnvelope * other)
inline

Definition at line 6223 of file daphne_control_high.pb.h.

6223 {
6224 if (other == this) return;
6225 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6226 if (GetOwningArena() != nullptr &&
6227 GetOwningArena() == other->GetOwningArena()) {
6228 #else // PROTOBUF_FORCE_COPY_IN_SWAP
6229 if (GetOwningArena() == other->GetOwningArena()) {
6230 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
6231 InternalSwap(other);
6232 } else {
6233 ::google::protobuf::internal::GenericSwap(this, other);
6234 }
6235 }

◆ type()

daphne::MessageType daphne::ControlEnvelope::type ( ) const
inline

Definition at line 10075 of file daphne_control_high.pb.h.

10075 {
10076 // @@protoc_insertion_point(field_get:daphne.ControlEnvelope.type)
10077 return _internal_type();
10078}

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & daphne::ControlEnvelope::unknown_fields ( ) const
inline

Definition at line 6194 of file daphne_control_high.pb.h.

6194 {
6195 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
6196 }

◆ UnsafeArenaSwap()

void daphne::ControlEnvelope::UnsafeArenaSwap ( ControlEnvelope * other)
inline

Definition at line 6236 of file daphne_control_high.pb.h.

6236 {
6237 if (other == this) return;
6238 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6239 InternalSwap(other);
6240 }

Friends And Related Symbol Documentation

◆ ::google::protobuf::Arena::InternalHelper

template<typename T >
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 6325 of file daphne_control_high.pb.h.

◆ ::google::protobuf::internal::AnyMetadata

friend class ::google::protobuf::internal::AnyMetadata
friend

Definition at line 6272 of file daphne_control_high.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 6323 of file daphne_control_high.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

void swap ( ControlEnvelope & a,
ControlEnvelope & b )
friend

Definition at line 6220 of file daphne_control_high.pb.h.

6220 {
6221 a.Swap(&b);
6222 }

Member Data Documentation

◆ [union]

union { ... } daphne::ControlEnvelope

◆ _class_data_

const::google::protobuf::Message::ClassData daphne::ControlEnvelope::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 6280 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::ControlEnvelope::_impl_

Definition at line 6334 of file daphne_control_high.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::ControlEnvelope::_table_
staticprivate

Definition at line 6324 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

int daphne::ControlEnvelope::kIndexInFileMessages
staticconstexpr
Initial value:
=
29

Definition at line 6217 of file daphne_control_high.pb.h.


The documentation for this class was generated from the following files: