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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLpfCutFrequencyFieldNumber 
kIntegratorDisableFieldNumber 
kGainFieldNumber 

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

Constructor & Destructor Documentation

◆ PGAConfig() [1/6]

daphne::PGAConfig::PGAConfig ( )
inline

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

◆ ~PGAConfig()

daphne::PGAConfig::~PGAConfig ( )
override

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

2742 {
2743 // @@protoc_insertion_point(destructor:daphne.PGAConfig)
2744 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2745 SharedDtor();
2746}

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

2728 : ::google::protobuf::Message(), _impl_(from._impl_) {
2729 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2730 from._internal_metadata_);
2731 // @@protoc_insertion_point(copy_constructor:daphne.PGAConfig)
2732}

◆ PGAConfig() [4/6]

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

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

1341 : PGAConfig() {
1342 *this = ::std::move(from);
1343 }

◆ PGAConfig() [5/6]

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

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

2723 : ::google::protobuf::Message(arena) {
2724 SharedCtor(arena);
2725 // @@protoc_insertion_point(arena_constructor:daphne.PGAConfig)
2726}
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 7101 of file daphne_control_high.pb.h.

7101 {
7102 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7103 return _impl_.gain_;
7104}

◆ _internal_integrator_disable()

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

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

7079 {
7080 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7082}

◆ _internal_lpf_cut_frequency()

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

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

7057 {
7058 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7060}

◆ _internal_set_gain()

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

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

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

◆ _internal_set_integrator_disable()

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

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

7083 {
7084 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7085 ;
7087}

◆ _internal_set_lpf_cut_frequency()

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

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

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

◆ _InternalParse()

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

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

2767 {
2768 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
2769 return ptr;
2770}
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 2816 of file daphne_control_high.pb.cc.

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

◆ ByteSizeLong()

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

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

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

◆ Clear()

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

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

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

◆ clear_gain()

void daphne::PGAConfig::clear_gain ( )
inline

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

7090 {
7091 _impl_.gain_ = false;
7092}

◆ clear_integrator_disable()

void daphne::PGAConfig::clear_integrator_disable ( )
inline

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

7068 {
7070}

◆ clear_lpf_cut_frequency()

void daphne::PGAConfig::clear_lpf_cut_frequency ( )
inline

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

7046 {
7048}

◆ CopyFrom()

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

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

2907 {
2908// @@protoc_insertion_point(class_specific_copy_from_start:daphne.PGAConfig)
2909 if (&from == this) return;
2910 Clear();
2911 MergeFrom(from);
2912}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const PGAConfig &from)

◆ default_instance()

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

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

1379 {
1380 return *internal_default_instance();
1381 }
static const PGAConfig * internal_default_instance()

◆ descriptor()

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

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

1370 {
1371 return GetDescriptor();
1372 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

1442 {
1443 return "daphne.PGAConfig";
1444 }

◆ gain()

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

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

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

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

2884{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

2929 {
2930 return ::_pbi::AssignDescriptors(
2933}
::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 1376 of file daphne_control_high.pb.h.

1376 {
1377 return default_instance().GetMetadata().reflection;
1378 }

◆ integrator_disable()

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

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

7071 {
7072 // @@protoc_insertion_point(field_get:daphne.PGAConfig.integrator_disable)
7074}

◆ internal_default_instance()

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

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

1382 {
1383 return reinterpret_cast<const PGAConfig*>(
1385 }
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 2918 of file daphne_control_high.pb.cc.

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

◆ IsInitialized()

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

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

2914 {
2915 return true;
2916}

◆ lpf_cut_frequency()

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

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

7049 {
7050 // @@protoc_insertion_point(field_get:daphne.PGAConfig.lpf_cut_frequency)
7052}

◆ MergeFrom()

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

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

1419 {
1420 PGAConfig::MergeImpl(*this, from);
1421 }
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 2887 of file daphne_control_high.pb.cc.

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

1413 {
1414 return CreateMaybeMessage<PGAConfig>(arena);
1415 }

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

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

◆ set_gain()

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

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

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

◆ set_integrator_disable()

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

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

7075 {
7077 // @@protoc_insertion_point(field_set:daphne.PGAConfig.integrator_disable)
7078}
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 7053 of file daphne_control_high.pb.h.

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

◆ SetCachedSize()

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

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

2750 {
2751 _impl_._cached_size_.Set(size);
2752}

◆ SharedCtor()

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

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

2733 {
2734 (void)arena;
2735 new (&_impl_) Impl_{
2736 decltype(_impl_.lpf_cut_frequency_){0u},
2737 decltype(_impl_.integrator_disable_){false},
2738 decltype(_impl_.gain_){false},
2739 /*decltype(_impl_._cached_size_)*/ {},
2740 };
2741}

◆ SharedDtor()

void daphne::PGAConfig::SharedDtor ( )
inlineprivate

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

2747 {
2748 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
2749}

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

1389 {
1390 a.Swap(&b);
1391 }

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

◆ _impl_

Impl_ daphne::PGAConfig::_impl_

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

◆ kIndexInFileMessages

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

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


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