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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kSnapshotsFieldNumber = 3 , kMessageFieldNumber = 2 , kSuccessFieldNumber = 1 }
 

Public Member Functions

 ReadTriggerCountersResponse ()
 
 ~ReadTriggerCountersResponse () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ReadTriggerCountersResponse (::google::protobuf::internal::ConstantInitialized)
 
 ReadTriggerCountersResponse (const ReadTriggerCountersResponse &from)
 
 ReadTriggerCountersResponse (ReadTriggerCountersResponse &&from) noexcept
 
ReadTriggerCountersResponseoperator= (const ReadTriggerCountersResponse &from)
 
ReadTriggerCountersResponseoperator= (ReadTriggerCountersResponse &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ReadTriggerCountersResponse *other)
 
void UnsafeArenaSwap (ReadTriggerCountersResponse *other)
 
ReadTriggerCountersResponseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ReadTriggerCountersResponse &from)
 
void MergeFrom (const ReadTriggerCountersResponse &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
 
int snapshots_size () const
 
void clear_snapshots ()
 
::daphne::TriggerChannelSnapshotmutable_snapshots (int index)
 
::google::protobuf::RepeatedPtrField< ::daphne::TriggerChannelSnapshot > * mutable_snapshots ()
 
const ::daphne::TriggerChannelSnapshotsnapshots (int index) const
 
::daphne::TriggerChannelSnapshotadd_snapshots ()
 
const ::google::protobuf::RepeatedPtrField< ::daphne::TriggerChannelSnapshot > & snapshots () const
 
void clear_message ()
 
const std::string & message () const
 
template<typename Arg_ = const std::string&, typename... Args_>
void set_message (Arg_ &&arg, Args_... args)
 
std::string * mutable_message ()
 
PROTOBUF_NODISCARD std::string * release_message ()
 
void set_allocated_message (std::string *ptr)
 
void clear_success ()
 
bool success () const
 
void set_success (bool value)
 
template<typename >
PROTOBUF_CONSTEXPR ReadTriggerCountersResponse (::_pbi::ConstantInitialized)
 
template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_message (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 ReadTriggerCountersResponsedefault_instance ()
 
static const ReadTriggerCountersResponseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ReadTriggerCountersResponse (::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 (ReadTriggerCountersResponse *other)
 
int _internal_snapshots_size () const
 
const ::google::protobuf::RepeatedPtrField<::daphne::TriggerChannelSnapshot > & _internal_snapshots () const
 
::google::protobuf::RepeatedPtrField<::daphne::TriggerChannelSnapshot > * _internal_mutable_snapshots ()
 
const std::string & _internal_message () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_message (const std::string &value)
 
std::string * _internal_mutable_message ()
 
bool _internal_success () const
 
void _internal_set_success (bool 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< 2, 3, 1, 50, 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 (ReadTriggerCountersResponse &a, ReadTriggerCountersResponse &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSnapshotsFieldNumber 
kMessageFieldNumber 
kSuccessFieldNumber 

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

Constructor & Destructor Documentation

◆ ReadTriggerCountersResponse() [1/6]

daphne::ReadTriggerCountersResponse::ReadTriggerCountersResponse ( )
inline

◆ ~ReadTriggerCountersResponse()

daphne::ReadTriggerCountersResponse::~ReadTriggerCountersResponse ( )
override

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

7541 {
7542 // @@protoc_insertion_point(destructor:daphne.ReadTriggerCountersResponse)
7543 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
7544 SharedDtor();
7545}

◆ ReadTriggerCountersResponse() [2/6]

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

◆ ReadTriggerCountersResponse() [3/6]

daphne::ReadTriggerCountersResponse::ReadTriggerCountersResponse ( const ReadTriggerCountersResponse & from)

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

7506 : ::google::protobuf::Message() {
7507 ReadTriggerCountersResponse* const _this = this;
7508 (void)_this;
7509 new (&_impl_) Impl_{
7510 decltype(_impl_.snapshots_){from._impl_.snapshots_},
7511 decltype(_impl_.message_){},
7512 decltype(_impl_.success_){},
7513 /*decltype(_impl_._cached_size_)*/ {},
7514 };
7515 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
7516 from._internal_metadata_);
7517 _impl_.message_.InitDefault();
7518 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
7519 _impl_.message_.Set("", GetArenaForAllocation());
7520 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
7521 if (!from._internal_message().empty()) {
7522 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
7523 }
7524 _this->_impl_.success_ = from._impl_.success_;
7525
7526 // @@protoc_insertion_point(copy_constructor:daphne.ReadTriggerCountersResponse)
7527}
::google::protobuf::RepeatedPtrField< ::daphne::TriggerChannelSnapshot > snapshots_
::google::protobuf::internal::ArenaStringPtr message_

◆ ReadTriggerCountersResponse() [4/6]

daphne::ReadTriggerCountersResponse::ReadTriggerCountersResponse ( ReadTriggerCountersResponse && from)
inlinenoexcept

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

4900 *this = ::std::move(from);
4901 }

◆ ReadTriggerCountersResponse() [5/6]

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

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

7502 : ::google::protobuf::Message(arena) {
7503 SharedCtor(arena);
7504 // @@protoc_insertion_point(arena_constructor:daphne.ReadTriggerCountersResponse)
7505}
void SharedCtor(::google::protobuf::Arena *arena)

◆ ReadTriggerCountersResponse() [6/6]

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

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

485 : _impl_{
486 /*decltype(_impl_.snapshots_)*/ {},
487 /*decltype(_impl_.message_)*/ {
488 &::_pbi::fixed_address_empty_string,
489 ::_pbi::ConstantInitialized{},
490 },
491 /*decltype(_impl_.success_)*/ false,
492 /*decltype(_impl_._cached_size_)*/ {},
493 } {}

Member Function Documentation

◆ _internal_message()

const std::string & daphne::ReadTriggerCountersResponse::_internal_message ( ) const
inlineprivate

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

9477 {
9478 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9479 return _impl_.message_.Get();
9480}

◆ _internal_mutable_message()

std::string * daphne::ReadTriggerCountersResponse::_internal_mutable_message ( )
inlineprivate

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

9486 {
9487 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9488 ;
9489 return _impl_.message_.Mutable( GetArenaForAllocation());
9490}

◆ _internal_mutable_snapshots()

google::protobuf::RepeatedPtrField<::daphne::TriggerChannelSnapshot > * daphne::ReadTriggerCountersResponse::_internal_mutable_snapshots ( )
inlineprivate

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

9548 {
9549 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9550 return &_impl_.snapshots_;
9551}

◆ _internal_set_message()

void daphne::ReadTriggerCountersResponse::_internal_set_message ( const std::string & value)
inlineprivate

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

9481 {
9482 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9483 ;
9484 _impl_.message_.Set(value, GetArenaForAllocation());
9485}

◆ _internal_set_success()

void daphne::ReadTriggerCountersResponse::_internal_set_success ( bool value)
inlineprivate

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

9450 {
9451 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9452 ;
9453 _impl_.success_ = value;
9454}

◆ _internal_snapshots()

const::google::protobuf::RepeatedPtrField<::daphne::TriggerChannelSnapshot > & daphne::ReadTriggerCountersResponse::_internal_snapshots ( ) const
inlineprivate

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

9543 {
9544 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9545 return _impl_.snapshots_;
9546}

◆ _internal_snapshots_size()

int daphne::ReadTriggerCountersResponse::_internal_snapshots_size ( ) const
inlineprivate

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

9508 {
9509 return _internal_snapshots().size();
9510}
const ::google::protobuf::RepeatedPtrField<::daphne::TriggerChannelSnapshot > & _internal_snapshots() const

◆ _internal_success()

bool daphne::ReadTriggerCountersResponse::_internal_success ( ) const
inlineprivate

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

9446 {
9447 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9448 return _impl_.success_;
9449}

◆ _InternalParse()

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

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

7568 {
7569 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
7570 return ptr;
7571}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 1, 50, 2 > _table_

◆ _InternalSerialize()

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

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

7622 {
7623 // @@protoc_insertion_point(serialize_to_array_start:daphne.ReadTriggerCountersResponse)
7624 ::uint32_t cached_has_bits = 0;
7625 (void)cached_has_bits;
7626
7627 // bool success = 1;
7628 if (this->_internal_success() != 0) {
7629 target = stream->EnsureSpace(target);
7630 target = ::_pbi::WireFormatLite::WriteBoolToArray(
7631 1, this->_internal_success(), target);
7632 }
7633
7634 // string message = 2;
7635 if (!this->_internal_message().empty()) {
7636 const std::string& _s = this->_internal_message();
7637 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
7638 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.ReadTriggerCountersResponse.message");
7639 target = stream->WriteStringMaybeAliased(2, _s, target);
7640 }
7641
7642 // repeated .daphne.TriggerChannelSnapshot snapshots = 3;
7643 for (unsigned i = 0,
7644 n = static_cast<unsigned>(this->_internal_snapshots_size()); i < n; i++) {
7645 const auto& repfield = this->_internal_snapshots().Get(i);
7646 target = ::google::protobuf::internal::WireFormatLite::
7647 InternalWriteMessage(3, repfield, repfield.GetCachedSize(), target, stream);
7648 }
7649
7650 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
7651 target =
7652 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
7653 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
7654 }
7655 // @@protoc_insertion_point(serialize_to_array_end:daphne.ReadTriggerCountersResponse)
7656 return target;
7657}
const std::string & _internal_message() const

◆ add_snapshots()

daphne::TriggerChannelSnapshot * daphne::ReadTriggerCountersResponse::add_snapshots ( )
inline

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

9531 {
9532 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9534 // @@protoc_insertion_point(field_add:daphne.ReadTriggerCountersResponse.snapshots)
9535 return _add;
9536}
::google::protobuf::RepeatedPtrField<::daphne::TriggerChannelSnapshot > * _internal_mutable_snapshots()

◆ ByteSizeLong()

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

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

7659 {
7660// @@protoc_insertion_point(message_byte_size_start:daphne.ReadTriggerCountersResponse)
7661 ::size_t total_size = 0;
7662
7663 ::uint32_t cached_has_bits = 0;
7664 // Prevent compiler warnings about cached_has_bits being unused
7665 (void) cached_has_bits;
7666
7667 // repeated .daphne.TriggerChannelSnapshot snapshots = 3;
7668 total_size += 1UL * this->_internal_snapshots_size();
7669 for (const auto& msg : this->_internal_snapshots()) {
7670 total_size +=
7671 ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
7672 }
7673 // string message = 2;
7674 if (!this->_internal_message().empty()) {
7675 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
7676 this->_internal_message());
7677 }
7678
7679 // bool success = 1;
7680 if (this->_internal_success() != 0) {
7681 total_size += 2;
7682 }
7683
7684 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
7685}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

7555 {
7556// @@protoc_insertion_point(message_clear_start:daphne.ReadTriggerCountersResponse)
7557 ::uint32_t cached_has_bits = 0;
7558 // Prevent compiler warnings about cached_has_bits being unused
7559 (void) cached_has_bits;
7560
7561 _internal_mutable_snapshots()->Clear();
7562 _impl_.message_.ClearToEmpty();
7563 _impl_.success_ = false;
7564 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
7565}

◆ clear_message()

void daphne::ReadTriggerCountersResponse::clear_message ( )
inline

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

9457 {
9458 _impl_.message_.ClearToEmpty();
9459}

◆ clear_snapshots()

void daphne::ReadTriggerCountersResponse::clear_snapshots ( )
inline

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

9514 {
9515 _internal_mutable_snapshots()->Clear();
9516}

◆ clear_success()

void daphne::ReadTriggerCountersResponse::clear_success ( )
inline

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

9435 {
9436 _impl_.success_ = false;
9437}

◆ CopyFrom()

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

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

7712 {
7713// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ReadTriggerCountersResponse)
7714 if (&from == this) return;
7715 Clear();
7716 MergeFrom(from);
7717}
void MergeFrom(const ReadTriggerCountersResponse &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

4937 {
4938 return *internal_default_instance();
4939 }
static const ReadTriggerCountersResponse * internal_default_instance()

◆ descriptor()

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

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

4928 {
4929 return GetDescriptor();
4930 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

5000 {
5001 return "daphne.ReadTriggerCountersResponse";
5002 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

7691{ return &_class_data_; }

◆ GetDescriptor()

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

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

4931 {
4932 return default_instance().GetMetadata().descriptor;
4933 }
static const ReadTriggerCountersResponse & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

7734 {
7735 return ::_pbi::AssignDescriptors(
7738}
::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::ReadTriggerCountersResponse::GetReflection ( )
inlinestatic

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

4934 {
4935 return default_instance().GetMetadata().reflection;
4936 }

◆ internal_default_instance()

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

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

4940 {
4941 return reinterpret_cast<const ReadTriggerCountersResponse*>(
4943 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReadTriggerCountersResponseDefaultTypeInternal _ReadTriggerCountersResponse_default_instance_

◆ InternalSwap()

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

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

7723 {
7724 using std::swap;
7725 auto* lhs_arena = GetArenaForAllocation();
7726 auto* rhs_arena = other->GetArenaForAllocation();
7727 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
7728 _impl_.snapshots_.InternalSwap(&other->_impl_.snapshots_);
7729 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
7730 &other->_impl_.message_, rhs_arena);
7731 swap(_impl_.success_, other->_impl_.success_);
7732}
friend void swap(ReadTriggerCountersResponse &a, ReadTriggerCountersResponse &b)

◆ IsInitialized()

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

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

7719 {
7720 return true;
7721}

◆ MergeFrom()

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

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

4977 {
4979 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

7694 {
7695 auto* const _this = static_cast<ReadTriggerCountersResponse*>(&to_msg);
7696 auto& from = static_cast<const ReadTriggerCountersResponse&>(from_msg);
7697 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.ReadTriggerCountersResponse)
7698 ABSL_DCHECK_NE(&from, _this);
7699 ::uint32_t cached_has_bits = 0;
7700 (void) cached_has_bits;
7701
7702 _this->_internal_mutable_snapshots()->MergeFrom(from._internal_snapshots());
7703 if (!from._internal_message().empty()) {
7704 _this->_internal_set_message(from._internal_message());
7705 }
7706 if (from._internal_success() != 0) {
7707 _this->_internal_set_success(from._internal_success());
7708 }
7709 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
7710}

◆ message()

const std::string & daphne::ReadTriggerCountersResponse::message ( ) const
inline

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

9460 {
9461 // @@protoc_insertion_point(field_get:daphne.ReadTriggerCountersResponse.message)
9462 return _internal_message();
9463}

◆ mutable_message()

std::string * daphne::ReadTriggerCountersResponse::mutable_message ( )
inline

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

9472 {
9473 std::string* _s = _internal_mutable_message();
9474 // @@protoc_insertion_point(field_mutable:daphne.ReadTriggerCountersResponse.message)
9475 return _s;
9476}

◆ mutable_snapshots() [1/2]

google::protobuf::RepeatedPtrField<::daphne::TriggerChannelSnapshot > * daphne::ReadTriggerCountersResponse::mutable_snapshots ( )
inline

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

9522 {
9523 // @@protoc_insertion_point(field_mutable_list:daphne.ReadTriggerCountersResponse.snapshots)
9524 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9526}

◆ mutable_snapshots() [2/2]

daphne::TriggerChannelSnapshot * daphne::ReadTriggerCountersResponse::mutable_snapshots ( int index)
inline

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

9517 {
9518 // @@protoc_insertion_point(field_mutable:daphne.ReadTriggerCountersResponse.snapshots)
9519 return _internal_mutable_snapshots()->Mutable(index);
9520}

◆ mutable_unknown_fields()

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

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

4924 {
4925 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
4926 }

◆ New()

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

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

4971 {
4972 return CreateMaybeMessage<ReadTriggerCountersResponse>(arena);
4973 }

◆ operator=() [1/2]

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

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

4903 {
4904 CopyFrom(from);
4905 return *this;
4906 }
void CopyFrom(const ReadTriggerCountersResponse &from)

◆ operator=() [2/2]

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

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

4907 {
4908 if (this == &from) return *this;
4909 if (GetOwningArena() == from.GetOwningArena()
4910 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
4911 && GetOwningArena() != nullptr
4912 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
4913 ) {
4914 InternalSwap(&from);
4915 } else {
4916 CopyFrom(from);
4917 }
4918 return *this;
4919 }
void InternalSwap(ReadTriggerCountersResponse *other)

◆ release_message()

std::string * daphne::ReadTriggerCountersResponse::release_message ( )
inline

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

9491 {
9492 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9493 // @@protoc_insertion_point(field_release:daphne.ReadTriggerCountersResponse.message)
9494 return _impl_.message_.Release();
9495}

◆ set_allocated_message()

void daphne::ReadTriggerCountersResponse::set_allocated_message ( std::string * ptr)
inline

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

9496 {
9497 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9498 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
9499 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
9500 if (_impl_.message_.IsDefault()) {
9501 _impl_.message_.Set("", GetArenaForAllocation());
9502 }
9503 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
9504 // @@protoc_insertion_point(field_set_allocated:daphne.ReadTriggerCountersResponse.message)
9505}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

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

9466 {
9467 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9468 ;
9469 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
9470 // @@protoc_insertion_point(field_set:daphne.ReadTriggerCountersResponse.message)
9471}

◆ set_success()

void daphne::ReadTriggerCountersResponse::set_success ( bool value)
inline

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

9442 {
9443 _internal_set_success(value);
9444 // @@protoc_insertion_point(field_set:daphne.ReadTriggerCountersResponse.success)
9445}

◆ SetCachedSize()

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

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

7551 {
7552 _impl_._cached_size_.Set(size);
7553}

◆ SharedCtor()

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

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

7528 {
7529 (void)arena;
7530 new (&_impl_) Impl_{
7531 decltype(_impl_.snapshots_){arena},
7532 decltype(_impl_.message_){},
7533 decltype(_impl_.success_){false},
7534 /*decltype(_impl_._cached_size_)*/ {},
7535 };
7536 _impl_.message_.InitDefault();
7537 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
7538 _impl_.message_.Set("", GetArenaForAllocation());
7539 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
7540}

◆ SharedDtor()

void daphne::ReadTriggerCountersResponse::SharedDtor ( )
inlineprivate

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

7546 {
7547 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
7548 _impl_.snapshots_.~RepeatedPtrField();
7549 _impl_.message_.Destroy();
7550}

◆ snapshots() [1/2]

const::google::protobuf::RepeatedPtrField<::daphne::TriggerChannelSnapshot > & daphne::ReadTriggerCountersResponse::snapshots ( ) const
inline

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

9538 {
9539 // @@protoc_insertion_point(field_list:daphne.ReadTriggerCountersResponse.snapshots)
9540 return _internal_snapshots();
9541}

◆ snapshots() [2/2]

const::daphne::TriggerChannelSnapshot & daphne::ReadTriggerCountersResponse::snapshots ( int index) const
inline

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

9527 {
9528 // @@protoc_insertion_point(field_get:daphne.ReadTriggerCountersResponse.snapshots)
9529 return _internal_snapshots().Get(index);
9530}

◆ snapshots_size()

int daphne::ReadTriggerCountersResponse::snapshots_size ( ) const
inline

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

9511 {
9512 return _internal_snapshots_size();
9513}

◆ success()

bool daphne::ReadTriggerCountersResponse::success ( ) const
inline

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

9438 {
9439 // @@protoc_insertion_point(field_get:daphne.ReadTriggerCountersResponse.success)
9440 return _internal_success();
9441}

◆ Swap()

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

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

4950 {
4951 if (other == this) return;
4952 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
4953 if (GetOwningArena() != nullptr &&
4954 GetOwningArena() == other->GetOwningArena()) {
4955 #else // PROTOBUF_FORCE_COPY_IN_SWAP
4956 if (GetOwningArena() == other->GetOwningArena()) {
4957 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
4958 InternalSwap(other);
4959 } else {
4960 ::google::protobuf::internal::GenericSwap(this, other);
4961 }
4962 }

◆ unknown_fields()

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

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

4921 {
4922 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
4923 }

◆ UnsafeArenaSwap()

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

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

4963 {
4964 if (other == this) return;
4965 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
4966 InternalSwap(other);
4967 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

4947 {
4948 a.Swap(&b);
4949 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::ReadTriggerCountersResponse::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 3, 1, 50, 2 > daphne::ReadTriggerCountersResponse::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::ReadTriggerCountersResponse::kIndexInFileMessages
staticconstexpr
Initial value:
=
22

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


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