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 4887 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 5014 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 7537 of file daphne_control_high.pb.cc.

7537 {
7538 // @@protoc_insertion_point(destructor:daphne.ReadTriggerCountersResponse)
7539 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
7540 SharedDtor();
7541}

◆ 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 7502 of file daphne_control_high.pb.cc.

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

◆ ReadTriggerCountersResponse() [4/6]

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

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

4898 *this = ::std::move(from);
4899 }

◆ ReadTriggerCountersResponse() [5/6]

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

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

7498 : ::google::protobuf::Message(arena) {
7499 SharedCtor(arena);
7500 // @@protoc_insertion_point(arena_constructor:daphne.ReadTriggerCountersResponse)
7501}
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 9475 of file daphne_control_high.pb.h.

9475 {
9476 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9477 return _impl_.message_.Get();
9478}

◆ _internal_mutable_message()

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

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

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

◆ _internal_mutable_snapshots()

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

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

9546 {
9547 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9548 return &_impl_.snapshots_;
9549}

◆ _internal_set_message()

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

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

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

◆ _internal_set_success()

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

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

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

◆ _internal_snapshots()

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

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

9541 {
9542 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9543 return _impl_.snapshots_;
9544}

◆ _internal_snapshots_size()

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

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

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

◆ _internal_success()

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

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

9444 {
9445 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9446 return _impl_.success_;
9447}

◆ _InternalParse()

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

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

7564 {
7565 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
7566 return ptr;
7567}
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 7616 of file daphne_control_high.pb.cc.

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

◆ add_snapshots()

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

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

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

◆ ByteSizeLong()

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

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

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

◆ Clear()

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

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

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

◆ clear_message()

void daphne::ReadTriggerCountersResponse::clear_message ( )
inline

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

9455 {
9456 _impl_.message_.ClearToEmpty();
9457}

◆ clear_snapshots()

void daphne::ReadTriggerCountersResponse::clear_snapshots ( )
inline

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

9512 {
9513 _internal_mutable_snapshots()->Clear();
9514}

◆ clear_success()

void daphne::ReadTriggerCountersResponse::clear_success ( )
inline

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

9433 {
9434 _impl_.success_ = false;
9435}

◆ CopyFrom()

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

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

7708 {
7709// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ReadTriggerCountersResponse)
7710 if (&from == this) return;
7711 Clear();
7712 MergeFrom(from);
7713}
void MergeFrom(const ReadTriggerCountersResponse &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

4935 {
4936 return *internal_default_instance();
4937 }
static const ReadTriggerCountersResponse * internal_default_instance()

◆ descriptor()

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

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

4926 {
4927 return GetDescriptor();
4928 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

4998 {
4999 return "daphne.ReadTriggerCountersResponse";
5000 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

7687{ return &_class_data_; }

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

7730 {
7731 return ::_pbi::AssignDescriptors(
7734}
::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 4932 of file daphne_control_high.pb.h.

4932 {
4933 return default_instance().GetMetadata().reflection;
4934 }

◆ internal_default_instance()

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

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

4938 {
4939 return reinterpret_cast<const ReadTriggerCountersResponse*>(
4941 }
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 7719 of file daphne_control_high.pb.cc.

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

◆ IsInitialized()

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

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

7715 {
7716 return true;
7717}

◆ MergeFrom()

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

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

4975 {
4977 }
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 7690 of file daphne_control_high.pb.cc.

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

◆ message()

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

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

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

◆ mutable_message()

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

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

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

◆ mutable_snapshots() [1/2]

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

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

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

◆ mutable_snapshots() [2/2]

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

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

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

4969 {
4970 return CreateMaybeMessage<ReadTriggerCountersResponse>(arena);
4971 }

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

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

◆ release_message()

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

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

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

◆ set_allocated_message()

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

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

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

◆ 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 9463 of file daphne_control_high.pb.h.

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

◆ set_success()

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

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

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

◆ SetCachedSize()

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

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

7547 {
7548 _impl_._cached_size_.Set(size);
7549}

◆ SharedCtor()

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

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

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

◆ SharedDtor()

void daphne::ReadTriggerCountersResponse::SharedDtor ( )
inlineprivate

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

7542 {
7543 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
7544 _impl_.snapshots_.~RepeatedPtrField();
7545 _impl_.message_.Destroy();
7546}

◆ snapshots() [1/2]

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

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

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

◆ snapshots() [2/2]

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

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

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

◆ snapshots_size()

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

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

9509 {
9510 return _internal_snapshots_size();
9511}

◆ success()

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

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

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

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

4945 {
4946 a.Swap(&b);
4947 }

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 5005 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::ReadTriggerCountersResponse::_impl_

Definition at line 5079 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 5068 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

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

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


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