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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kLpfCutFrequencyFieldNumber = 1 , kIntegratorDisableFieldNumber = 2 , kGainFieldNumber = 3 }
 

Public Member Functions

 PGAConfig ()
 
 ~PGAConfig () override
 
template<typename = void>
PROTOBUF_CONSTEXPR PGAConfig (::google::protobuf::internal::ConstantInitialized)
 
 PGAConfig (const PGAConfig &from)
 
 PGAConfig (PGAConfig &&from) noexcept
 
PGAConfigoperator= (const PGAConfig &from)
 
PGAConfigoperator= (PGAConfig &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (PGAConfig *other)
 
void UnsafeArenaSwap (PGAConfig *other)
 
PGAConfigNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const PGAConfig &from)
 
void MergeFrom (const PGAConfig &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_lpf_cut_frequency ()
 
::uint32_t lpf_cut_frequency () const
 
void set_lpf_cut_frequency (::uint32_t value)
 
void clear_integrator_disable ()
 
bool integrator_disable () const
 
void set_integrator_disable (bool value)
 
void clear_gain ()
 
bool gain () const
 
void set_gain (bool value)
 
template<typename >
PROTOBUF_CONSTEXPR PGAConfig (::_pbi::ConstantInitialized)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const PGAConfigdefault_instance ()
 
static const PGAConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 PGAConfig (::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 (PGAConfig *other)
 
::uint32_t _internal_lpf_cut_frequency () const
 
void _internal_set_lpf_cut_frequency (::uint32_t value)
 
bool _internal_integrator_disable () const
 
void _internal_set_integrator_disable (bool value)
 
bool _internal_gain () const
 
void _internal_set_gain (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, 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 (PGAConfig &a, PGAConfig &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLpfCutFrequencyFieldNumber 
kIntegratorDisableFieldNumber 
kGainFieldNumber 

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

Constructor & Destructor Documentation

◆ PGAConfig() [1/6]

daphne::PGAConfig::PGAConfig ( )
inline

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

◆ ~PGAConfig()

daphne::PGAConfig::~PGAConfig ( )
override

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

2738 {
2739 // @@protoc_insertion_point(destructor:daphne.PGAConfig)
2740 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2741 SharedDtor();
2742}

◆ PGAConfig() [2/6]

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

◆ PGAConfig() [3/6]

daphne::PGAConfig::PGAConfig ( const PGAConfig & from)

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

2724 : ::google::protobuf::Message(), _impl_(from._impl_) {
2725 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2726 from._internal_metadata_);
2727 // @@protoc_insertion_point(copy_constructor:daphne.PGAConfig)
2728}

◆ PGAConfig() [4/6]

daphne::PGAConfig::PGAConfig ( PGAConfig && from)
inlinenoexcept

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

1339 : PGAConfig() {
1340 *this = ::std::move(from);
1341 }

◆ PGAConfig() [5/6]

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

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

2719 : ::google::protobuf::Message(arena) {
2720 SharedCtor(arena);
2721 // @@protoc_insertion_point(arena_constructor:daphne.PGAConfig)
2722}
void SharedCtor(::google::protobuf::Arena *arena)

◆ PGAConfig() [6/6]

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

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

124 : _impl_{
125 /*decltype(_impl_.lpf_cut_frequency_)*/ 0u,
126 /*decltype(_impl_.integrator_disable_)*/ false,
127 /*decltype(_impl_.gain_)*/ false,
128 /*decltype(_impl_._cached_size_)*/ {},
129 } {}

Member Function Documentation

◆ _internal_gain()

bool daphne::PGAConfig::_internal_gain ( ) const
inlineprivate

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

7099 {
7100 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7101 return _impl_.gain_;
7102}

◆ _internal_integrator_disable()

bool daphne::PGAConfig::_internal_integrator_disable ( ) const
inlineprivate

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

7077 {
7078 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7080}

◆ _internal_lpf_cut_frequency()

uint32_t daphne::PGAConfig::_internal_lpf_cut_frequency ( ) const
inlineprivate

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

7055 {
7056 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7058}

◆ _internal_set_gain()

void daphne::PGAConfig::_internal_set_gain ( bool value)
inlineprivate

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

7103 {
7104 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7105 ;
7106 _impl_.gain_ = value;
7107}

◆ _internal_set_integrator_disable()

void daphne::PGAConfig::_internal_set_integrator_disable ( bool value)
inlineprivate

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

7081 {
7082 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7083 ;
7085}

◆ _internal_set_lpf_cut_frequency()

void daphne::PGAConfig::_internal_set_lpf_cut_frequency ( ::uint32_t value)
inlineprivate

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

7059 {
7060 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7061 ;
7062 _impl_.lpf_cut_frequency_ = value;
7063}

◆ _InternalParse()

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

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

2763 {
2764 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
2765 return ptr;
2766}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

2814 {
2815 // @@protoc_insertion_point(serialize_to_array_start:daphne.PGAConfig)
2816 ::uint32_t cached_has_bits = 0;
2817 (void)cached_has_bits;
2818
2819 // uint32 lpf_cut_frequency = 1;
2820 if (this->_internal_lpf_cut_frequency() != 0) {
2821 target = stream->EnsureSpace(target);
2822 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
2823 1, this->_internal_lpf_cut_frequency(), target);
2824 }
2825
2826 // bool integrator_disable = 2;
2827 if (this->_internal_integrator_disable() != 0) {
2828 target = stream->EnsureSpace(target);
2829 target = ::_pbi::WireFormatLite::WriteBoolToArray(
2830 2, this->_internal_integrator_disable(), target);
2831 }
2832
2833 // bool gain = 3;
2834 if (this->_internal_gain() != 0) {
2835 target = stream->EnsureSpace(target);
2836 target = ::_pbi::WireFormatLite::WriteBoolToArray(
2837 3, this->_internal_gain(), target);
2838 }
2839
2840 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
2841 target =
2842 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2843 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2844 }
2845 // @@protoc_insertion_point(serialize_to_array_end:daphne.PGAConfig)
2846 return target;
2847}
bool _internal_integrator_disable() const
::uint32_t _internal_lpf_cut_frequency() const

◆ ByteSizeLong()

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

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

2849 {
2850// @@protoc_insertion_point(message_byte_size_start:daphne.PGAConfig)
2851 ::size_t total_size = 0;
2852
2853 ::uint32_t cached_has_bits = 0;
2854 // Prevent compiler warnings about cached_has_bits being unused
2855 (void) cached_has_bits;
2856
2857 // uint32 lpf_cut_frequency = 1;
2858 if (this->_internal_lpf_cut_frequency() != 0) {
2859 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
2861 }
2862
2863 // bool integrator_disable = 2;
2864 if (this->_internal_integrator_disable() != 0) {
2865 total_size += 2;
2866 }
2867
2868 // bool gain = 3;
2869 if (this->_internal_gain() != 0) {
2870 total_size += 2;
2871 }
2872
2873 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
2874}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

2750 {
2751// @@protoc_insertion_point(message_clear_start:daphne.PGAConfig)
2752 ::uint32_t cached_has_bits = 0;
2753 // Prevent compiler warnings about cached_has_bits being unused
2754 (void) cached_has_bits;
2755
2756 ::memset(&_impl_.lpf_cut_frequency_, 0, static_cast<::size_t>(
2757 reinterpret_cast<char*>(&_impl_.gain_) -
2758 reinterpret_cast<char*>(&_impl_.lpf_cut_frequency_)) + sizeof(_impl_.gain_));
2759 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2760}

◆ clear_gain()

void daphne::PGAConfig::clear_gain ( )
inline

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

7088 {
7089 _impl_.gain_ = false;
7090}

◆ clear_integrator_disable()

void daphne::PGAConfig::clear_integrator_disable ( )
inline

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

7066 {
7068}

◆ clear_lpf_cut_frequency()

void daphne::PGAConfig::clear_lpf_cut_frequency ( )
inline

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

7044 {
7046}

◆ CopyFrom()

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

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

2903 {
2904// @@protoc_insertion_point(class_specific_copy_from_start:daphne.PGAConfig)
2905 if (&from == this) return;
2906 Clear();
2907 MergeFrom(from);
2908}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const PGAConfig &from)

◆ default_instance()

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

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

1377 {
1378 return *internal_default_instance();
1379 }
static const PGAConfig * internal_default_instance()

◆ descriptor()

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

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

1368 {
1369 return GetDescriptor();
1370 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

1440 {
1441 return "daphne.PGAConfig";
1442 }

◆ gain()

bool daphne::PGAConfig::gain ( ) const
inline

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

7091 {
7092 // @@protoc_insertion_point(field_get:daphne.PGAConfig.gain)
7093 return _internal_gain();
7094}

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

2880{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

1371 {
1372 return default_instance().GetMetadata().descriptor;
1373 }
::google::protobuf::Metadata GetMetadata() const final
static const PGAConfig & default_instance()

◆ GetMetadata()

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

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

2925 {
2926 return ::_pbi::AssignDescriptors(
2929}
::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::PGAConfig::GetReflection ( )
inlinestatic

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

1374 {
1375 return default_instance().GetMetadata().reflection;
1376 }

◆ integrator_disable()

bool daphne::PGAConfig::integrator_disable ( ) const
inline

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

7069 {
7070 // @@protoc_insertion_point(field_get:daphne.PGAConfig.integrator_disable)
7072}

◆ internal_default_instance()

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

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

1380 {
1381 return reinterpret_cast<const PGAConfig*>(
1383 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PGAConfigDefaultTypeInternal _PGAConfig_default_instance_

◆ InternalSwap()

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

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

2914 {
2915 using std::swap;
2916 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2917 ::google::protobuf::internal::memswap<
2918 PROTOBUF_FIELD_OFFSET(PGAConfig, _impl_.gain_)
2919 + sizeof(PGAConfig::_impl_.gain_)
2920 - PROTOBUF_FIELD_OFFSET(PGAConfig, _impl_.lpf_cut_frequency_)>(
2921 reinterpret_cast<char*>(&_impl_.lpf_cut_frequency_),
2922 reinterpret_cast<char*>(&other->_impl_.lpf_cut_frequency_));
2923}

◆ IsInitialized()

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

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

2910 {
2911 return true;
2912}

◆ lpf_cut_frequency()

uint32_t daphne::PGAConfig::lpf_cut_frequency ( ) const
inline

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

7047 {
7048 // @@protoc_insertion_point(field_get:daphne.PGAConfig.lpf_cut_frequency)
7050}

◆ MergeFrom()

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

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

1417 {
1418 PGAConfig::MergeImpl(*this, from);
1419 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

2883 {
2884 auto* const _this = static_cast<PGAConfig*>(&to_msg);
2885 auto& from = static_cast<const PGAConfig&>(from_msg);
2886 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.PGAConfig)
2887 ABSL_DCHECK_NE(&from, _this);
2888 ::uint32_t cached_has_bits = 0;
2889 (void) cached_has_bits;
2890
2891 if (from._internal_lpf_cut_frequency() != 0) {
2892 _this->_internal_set_lpf_cut_frequency(from._internal_lpf_cut_frequency());
2893 }
2894 if (from._internal_integrator_disable() != 0) {
2895 _this->_internal_set_integrator_disable(from._internal_integrator_disable());
2896 }
2897 if (from._internal_gain() != 0) {
2898 _this->_internal_set_gain(from._internal_gain());
2899 }
2900 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2901}

◆ mutable_unknown_fields()

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

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

1364 {
1365 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
1366 }

◆ New()

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

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

1411 {
1412 return CreateMaybeMessage<PGAConfig>(arena);
1413 }

◆ operator=() [1/2]

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

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

1343 {
1344 CopyFrom(from);
1345 return *this;
1346 }
void CopyFrom(const PGAConfig &from)

◆ operator=() [2/2]

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

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

1347 {
1348 if (this == &from) return *this;
1349 if (GetOwningArena() == from.GetOwningArena()
1350 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1351 && GetOwningArena() != nullptr
1352 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1353 ) {
1354 InternalSwap(&from);
1355 } else {
1356 CopyFrom(from);
1357 }
1358 return *this;
1359 }
void InternalSwap(PGAConfig *other)

◆ set_gain()

void daphne::PGAConfig::set_gain ( bool value)
inline

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

7095 {
7096 _internal_set_gain(value);
7097 // @@protoc_insertion_point(field_set:daphne.PGAConfig.gain)
7098}
void _internal_set_gain(bool value)

◆ set_integrator_disable()

void daphne::PGAConfig::set_integrator_disable ( bool value)
inline

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

7073 {
7075 // @@protoc_insertion_point(field_set:daphne.PGAConfig.integrator_disable)
7076}
void _internal_set_integrator_disable(bool value)

◆ set_lpf_cut_frequency()

void daphne::PGAConfig::set_lpf_cut_frequency ( ::uint32_t value)
inline

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

7051 {
7053 // @@protoc_insertion_point(field_set:daphne.PGAConfig.lpf_cut_frequency)
7054}
void _internal_set_lpf_cut_frequency(::uint32_t value)

◆ SetCachedSize()

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

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

2746 {
2747 _impl_._cached_size_.Set(size);
2748}

◆ SharedCtor()

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

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

2729 {
2730 (void)arena;
2731 new (&_impl_) Impl_{
2732 decltype(_impl_.lpf_cut_frequency_){0u},
2733 decltype(_impl_.integrator_disable_){false},
2734 decltype(_impl_.gain_){false},
2735 /*decltype(_impl_._cached_size_)*/ {},
2736 };
2737}

◆ SharedDtor()

void daphne::PGAConfig::SharedDtor ( )
inlineprivate

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

2743 {
2744 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2745}

◆ Swap()

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

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

1390 {
1391 if (other == this) return;
1392 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1393 if (GetOwningArena() != nullptr &&
1394 GetOwningArena() == other->GetOwningArena()) {
1395 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1396 if (GetOwningArena() == other->GetOwningArena()) {
1397 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1398 InternalSwap(other);
1399 } else {
1400 ::google::protobuf::internal::GenericSwap(this, other);
1401 }
1402 }

◆ unknown_fields()

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

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

1361 {
1362 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
1363 }

◆ UnsafeArenaSwap()

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

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

1403 {
1404 if (other == this) return;
1405 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
1406 InternalSwap(other);
1407 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

1387 {
1388 a.Swap(&b);
1389 }

Member Data Documentation

◆ [union]

union { ... } daphne::PGAConfig

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::PGAConfig::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 3, 0, 0, 2 > daphne::PGAConfig::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::PGAConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
5

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


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