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

#include <wib.pb.h>

Inheritance diagram for wib::ReadDaqSpy_DaqSpy:
[legend]
Collaboration diagram for wib::ReadDaqSpy_DaqSpy:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kBuf0FieldNumber = 1 , kBuf1FieldNumber = 2 , kSuccessFieldNumber = 3 }
 

Public Member Functions

 ReadDaqSpy_DaqSpy ()
 
 ~ReadDaqSpy_DaqSpy () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ReadDaqSpy_DaqSpy (::google::protobuf::internal::ConstantInitialized)
 
 ReadDaqSpy_DaqSpy (const ReadDaqSpy_DaqSpy &from)
 
 ReadDaqSpy_DaqSpy (ReadDaqSpy_DaqSpy &&from) noexcept
 
ReadDaqSpy_DaqSpyoperator= (const ReadDaqSpy_DaqSpy &from)
 
ReadDaqSpy_DaqSpyoperator= (ReadDaqSpy_DaqSpy &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ReadDaqSpy_DaqSpy *other)
 
void UnsafeArenaSwap (ReadDaqSpy_DaqSpy *other)
 
ReadDaqSpy_DaqSpyNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ReadDaqSpy_DaqSpy &from)
 
void MergeFrom (const ReadDaqSpy_DaqSpy &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_buf0 ()
 
const std::string & buf0 () const
 
template<typename Arg_ = const std::string&, typename... Args_>
void set_buf0 (Arg_ &&arg, Args_... args)
 
std::string * mutable_buf0 ()
 
PROTOBUF_NODISCARD std::string * release_buf0 ()
 
void set_allocated_buf0 (std::string *ptr)
 
void clear_buf1 ()
 
const std::string & buf1 () const
 
template<typename Arg_ = const std::string&, typename... Args_>
void set_buf1 (Arg_ &&arg, Args_... args)
 
std::string * mutable_buf1 ()
 
PROTOBUF_NODISCARD std::string * release_buf1 ()
 
void set_allocated_buf1 (std::string *ptr)
 
void clear_success ()
 
bool success () const
 
void set_success (bool value)
 
template<typename >
PROTOBUF_CONSTEXPR ReadDaqSpy_DaqSpy (::_pbi::ConstantInitialized)
 
template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_buf0 (Arg_ &&arg, Args_... args)
 
template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_buf1 (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 ReadDaqSpy_DaqSpydefault_instance ()
 
static const ReadDaqSpy_DaqSpyinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ReadDaqSpy_DaqSpy (::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 (ReadDaqSpy_DaqSpy *other)
 
const std::string & _internal_buf0 () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_buf0 (const std::string &value)
 
std::string * _internal_mutable_buf0 ()
 
const std::string & _internal_buf1 () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_buf1 (const std::string &value)
 
std::string * _internal_mutable_buf1 ()
 
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, 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_wib_2eproto
 
void swap (ReadDaqSpy_DaqSpy &a, ReadDaqSpy_DaqSpy &b)
 

Detailed Description

Definition at line 523 of file wib.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 705 of file wib.pb.h.

◆ InternalArenaConstructable_

Definition at line 704 of file wib.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kBuf0FieldNumber 
kBuf1FieldNumber 
kSuccessFieldNumber 

Definition at line 650 of file wib.pb.h.

650 : int {
654 };

Constructor & Destructor Documentation

◆ ReadDaqSpy_DaqSpy() [1/6]

wib::ReadDaqSpy_DaqSpy::ReadDaqSpy_DaqSpy ( )
inline

Definition at line 526 of file wib.pb.h.

526: ReadDaqSpy_DaqSpy(nullptr) {}

◆ ~ReadDaqSpy_DaqSpy()

wib::ReadDaqSpy_DaqSpy::~ReadDaqSpy_DaqSpy ( )
override

Definition at line 1824 of file wib.pb.cc.

1824 {
1825 // @@protoc_insertion_point(destructor:wib.ReadDaqSpy.DaqSpy)
1826 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1827 SharedDtor();
1828}

◆ ReadDaqSpy_DaqSpy() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR wib::ReadDaqSpy_DaqSpy::ReadDaqSpy_DaqSpy ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ ReadDaqSpy_DaqSpy() [3/6]

wib::ReadDaqSpy_DaqSpy::ReadDaqSpy_DaqSpy ( const ReadDaqSpy_DaqSpy & from)

Definition at line 1778 of file wib.pb.cc.

1778 : ::google::protobuf::Message() {
1779 ReadDaqSpy_DaqSpy* const _this = this;
1780 (void)_this;
1781 new (&_impl_) Impl_{
1782 decltype(_impl_.buf0_){},
1783 decltype(_impl_.buf1_){},
1784 decltype(_impl_.success_){},
1785 /*decltype(_impl_._cached_size_)*/ {},
1786 };
1787 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
1788 from._internal_metadata_);
1789 _impl_.buf0_.InitDefault();
1790 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
1791 _impl_.buf0_.Set("", GetArenaForAllocation());
1792 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
1793 if (!from._internal_buf0().empty()) {
1794 _this->_impl_.buf0_.Set(from._internal_buf0(), _this->GetArenaForAllocation());
1795 }
1796 _impl_.buf1_.InitDefault();
1797 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
1798 _impl_.buf1_.Set("", GetArenaForAllocation());
1799 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
1800 if (!from._internal_buf1().empty()) {
1801 _this->_impl_.buf1_.Set(from._internal_buf1(), _this->GetArenaForAllocation());
1802 }
1803 _this->_impl_.success_ = from._impl_.success_;
1804
1805 // @@protoc_insertion_point(copy_constructor:wib.ReadDaqSpy.DaqSpy)
1806}
::google::protobuf::internal::ArenaStringPtr buf0_
Definition wib.pb.h:707
::google::protobuf::internal::ArenaStringPtr buf1_
Definition wib.pb.h:708

◆ ReadDaqSpy_DaqSpy() [4/6]

wib::ReadDaqSpy_DaqSpy::ReadDaqSpy_DaqSpy ( ReadDaqSpy_DaqSpy && from)
inlinenoexcept

Definition at line 532 of file wib.pb.h.

534 *this = ::std::move(from);
535 }

◆ ReadDaqSpy_DaqSpy() [5/6]

wib::ReadDaqSpy_DaqSpy::ReadDaqSpy_DaqSpy ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 1773 of file wib.pb.cc.

1774 : ::google::protobuf::Message(arena) {
1775 SharedCtor(arena);
1776 // @@protoc_insertion_point(arena_constructor:wib.ReadDaqSpy.DaqSpy)
1777}
void SharedCtor(::google::protobuf::Arena *arena)
Definition wib.pb.cc:1807

◆ ReadDaqSpy_DaqSpy() [6/6]

template<typename >
PROTOBUF_CONSTEXPR wib::ReadDaqSpy_DaqSpy::ReadDaqSpy_DaqSpy ( ::_pbi::ConstantInitialized )

Definition at line 62 of file wib.pb.cc.

63 : _impl_{
64 /*decltype(_impl_.buf0_)*/ {
65 &::_pbi::fixed_address_empty_string,
66 ::_pbi::ConstantInitialized{},
67 },
68 /*decltype(_impl_.buf1_)*/ {
69 &::_pbi::fixed_address_empty_string,
70 ::_pbi::ConstantInitialized{},
71 },
72 /*decltype(_impl_.success_)*/ false,
73 /*decltype(_impl_._cached_size_)*/ {},
74 } {}

Member Function Documentation

◆ _internal_buf0()

const std::string & wib::ReadDaqSpy_DaqSpy::_internal_buf0 ( ) const
inlineprivate

Definition at line 7324 of file wib.pb.h.

7324 {
7325 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7326 return _impl_.buf0_.Get();
7327}

◆ _internal_buf1()

const std::string & wib::ReadDaqSpy_DaqSpy::_internal_buf1 ( ) const
inlineprivate

Definition at line 7375 of file wib.pb.h.

7375 {
7376 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7377 return _impl_.buf1_.Get();
7378}

◆ _internal_mutable_buf0()

std::string * wib::ReadDaqSpy_DaqSpy::_internal_mutable_buf0 ( )
inlineprivate

Definition at line 7333 of file wib.pb.h.

7333 {
7334 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7335 ;
7336 return _impl_.buf0_.Mutable( GetArenaForAllocation());
7337}

◆ _internal_mutable_buf1()

std::string * wib::ReadDaqSpy_DaqSpy::_internal_mutable_buf1 ( )
inlineprivate

Definition at line 7384 of file wib.pb.h.

7384 {
7385 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7386 ;
7387 return _impl_.buf1_.Mutable( GetArenaForAllocation());
7388}

◆ _internal_set_buf0()

void wib::ReadDaqSpy_DaqSpy::_internal_set_buf0 ( const std::string & value)
inlineprivate

Definition at line 7328 of file wib.pb.h.

7328 {
7329 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7330 ;
7331 _impl_.buf0_.Set(value, GetArenaForAllocation());
7332}

◆ _internal_set_buf1()

void wib::ReadDaqSpy_DaqSpy::_internal_set_buf1 ( const std::string & value)
inlineprivate

Definition at line 7379 of file wib.pb.h.

7379 {
7380 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7381 ;
7382 _impl_.buf1_.Set(value, GetArenaForAllocation());
7383}

◆ _internal_set_success()

void wib::ReadDaqSpy_DaqSpy::_internal_set_success ( bool value)
inlineprivate

Definition at line 7421 of file wib.pb.h.

7421 {
7422 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7423 ;
7424 _impl_.success_ = value;
7425}

◆ _internal_success()

bool wib::ReadDaqSpy_DaqSpy::_internal_success ( ) const
inlineprivate

Definition at line 7417 of file wib.pb.h.

7417 {
7418 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7419 return _impl_.success_;
7420}

◆ _InternalParse()

const char * wib::ReadDaqSpy_DaqSpy::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 1850 of file wib.pb.cc.

1851 {
1852 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
1853 return ptr;
1854}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_
Definition wib.pb.h:702

◆ _InternalSerialize()

uint8_t * wib::ReadDaqSpy_DaqSpy::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 1900 of file wib.pb.cc.

1902 {
1903 // @@protoc_insertion_point(serialize_to_array_start:wib.ReadDaqSpy.DaqSpy)
1904 ::uint32_t cached_has_bits = 0;
1905 (void)cached_has_bits;
1906
1907 // bytes buf0 = 1;
1908 if (!this->_internal_buf0().empty()) {
1909 const std::string& _s = this->_internal_buf0();
1910 target = stream->WriteBytesMaybeAliased(1, _s, target);
1911 }
1912
1913 // bytes buf1 = 2;
1914 if (!this->_internal_buf1().empty()) {
1915 const std::string& _s = this->_internal_buf1();
1916 target = stream->WriteBytesMaybeAliased(2, _s, target);
1917 }
1918
1919 // bool success = 3;
1920 if (this->_internal_success() != 0) {
1921 target = stream->EnsureSpace(target);
1922 target = ::_pbi::WireFormatLite::WriteBoolToArray(
1923 3, this->_internal_success(), target);
1924 }
1925
1926 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
1927 target =
1928 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1929 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1930 }
1931 // @@protoc_insertion_point(serialize_to_array_end:wib.ReadDaqSpy.DaqSpy)
1932 return target;
1933}
const std::string & _internal_buf0() const
Definition wib.pb.h:7324
const std::string & _internal_buf1() const
Definition wib.pb.h:7375
bool _internal_success() const
Definition wib.pb.h:7417

◆ buf0()

const std::string & wib::ReadDaqSpy_DaqSpy::buf0 ( ) const
inline

Definition at line 7307 of file wib.pb.h.

7307 {
7308 // @@protoc_insertion_point(field_get:wib.ReadDaqSpy.DaqSpy.buf0)
7309 return _internal_buf0();
7310}

◆ buf1()

const std::string & wib::ReadDaqSpy_DaqSpy::buf1 ( ) const
inline

Definition at line 7358 of file wib.pb.h.

7358 {
7359 // @@protoc_insertion_point(field_get:wib.ReadDaqSpy.DaqSpy.buf1)
7360 return _internal_buf1();
7361}

◆ ByteSizeLong()

size_t wib::ReadDaqSpy_DaqSpy::ByteSizeLong ( ) const
final

Definition at line 1935 of file wib.pb.cc.

1935 {
1936// @@protoc_insertion_point(message_byte_size_start:wib.ReadDaqSpy.DaqSpy)
1937 ::size_t total_size = 0;
1938
1939 ::uint32_t cached_has_bits = 0;
1940 // Prevent compiler warnings about cached_has_bits being unused
1941 (void) cached_has_bits;
1942
1943 // bytes buf0 = 1;
1944 if (!this->_internal_buf0().empty()) {
1945 total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
1946 this->_internal_buf0());
1947 }
1948
1949 // bytes buf1 = 2;
1950 if (!this->_internal_buf1().empty()) {
1951 total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
1952 this->_internal_buf1());
1953 }
1954
1955 // bool success = 3;
1956 if (this->_internal_success() != 0) {
1957 total_size += 2;
1958 }
1959
1960 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
1961}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition wib.pb.h:710

◆ Clear()

PROTOBUF_NOINLINE void wib::ReadDaqSpy_DaqSpy::Clear ( )
final

Definition at line 1838 of file wib.pb.cc.

1838 {
1839// @@protoc_insertion_point(message_clear_start:wib.ReadDaqSpy.DaqSpy)
1840 ::uint32_t cached_has_bits = 0;
1841 // Prevent compiler warnings about cached_has_bits being unused
1842 (void) cached_has_bits;
1843
1844 _impl_.buf0_.ClearToEmpty();
1845 _impl_.buf1_.ClearToEmpty();
1846 _impl_.success_ = false;
1847 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1848}

◆ clear_buf0()

void wib::ReadDaqSpy_DaqSpy::clear_buf0 ( )
inline

Definition at line 7304 of file wib.pb.h.

7304 {
7305 _impl_.buf0_.ClearToEmpty();
7306}

◆ clear_buf1()

void wib::ReadDaqSpy_DaqSpy::clear_buf1 ( )
inline

Definition at line 7355 of file wib.pb.h.

7355 {
7356 _impl_.buf1_.ClearToEmpty();
7357}

◆ clear_success()

void wib::ReadDaqSpy_DaqSpy::clear_success ( )
inline

Definition at line 7406 of file wib.pb.h.

7406 {
7407 _impl_.success_ = false;
7408}

◆ CopyFrom()

void wib::ReadDaqSpy_DaqSpy::CopyFrom ( const ReadDaqSpy_DaqSpy & from)

Definition at line 1990 of file wib.pb.cc.

1990 {
1991// @@protoc_insertion_point(class_specific_copy_from_start:wib.ReadDaqSpy.DaqSpy)
1992 if (&from == this) return;
1993 Clear();
1994 MergeFrom(from);
1995}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition wib.pb.cc:1838
void MergeFrom(const ReadDaqSpy_DaqSpy &from)
Definition wib.pb.h:611

◆ default_instance()

static const ReadDaqSpy_DaqSpy & wib::ReadDaqSpy_DaqSpy::default_instance ( )
inlinestatic

Definition at line 571 of file wib.pb.h.

571 {
573 }
static const ReadDaqSpy_DaqSpy * internal_default_instance()
Definition wib.pb.h:574

◆ descriptor()

static const ::google::protobuf::Descriptor * wib::ReadDaqSpy_DaqSpy::descriptor ( )
inlinestatic

Definition at line 562 of file wib.pb.h.

562 {
563 return GetDescriptor();
564 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:565

◆ FullMessageName()

::absl::string_view wib::ReadDaqSpy_DaqSpy::FullMessageName ( )
inlinestaticprivate

Definition at line 634 of file wib.pb.h.

634 {
635 return "wib.ReadDaqSpy.DaqSpy";
636 }

◆ GetCachedSize()

int wib::ReadDaqSpy_DaqSpy::GetCachedSize ( ) const
inlinefinal

Definition at line 624 of file wib.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * wib::ReadDaqSpy_DaqSpy::GetClassData ( ) const
final

Definition at line 1967 of file wib.pb.cc.

1967{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:641

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * wib::ReadDaqSpy_DaqSpy::GetDescriptor ( )
inlinestatic

Definition at line 565 of file wib.pb.h.

565 {
566 return default_instance().GetMetadata().descriptor;
567 }
static const ReadDaqSpy_DaqSpy & default_instance()
Definition wib.pb.h:571
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:2013

◆ GetMetadata()

google::protobuf::Metadata wib::ReadDaqSpy_DaqSpy::GetMetadata ( ) const
final

Definition at line 2013 of file wib.pb.cc.

2013 {
2014 return ::_pbi::AssignDescriptors(
2017}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_wib_2eproto_getter()
Definition wib.pb.cc:1346
::absl::once_flag descriptor_table_wib_2eproto_once
Definition wib.pb.cc:1316
::_pb::Metadata file_level_metadata_wib_2eproto[37]
Definition wib.pb.cc:710

◆ GetReflection()

static const ::google::protobuf::Reflection * wib::ReadDaqSpy_DaqSpy::GetReflection ( )
inlinestatic

Definition at line 568 of file wib.pb.h.

568 {
569 return default_instance().GetMetadata().reflection;
570 }

◆ internal_default_instance()

static const ReadDaqSpy_DaqSpy * wib::ReadDaqSpy_DaqSpy::internal_default_instance ( )
inlinestatic

Definition at line 574 of file wib.pb.h.

574 {
575 return reinterpret_cast<const ReadDaqSpy_DaqSpy*>(
577 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReadDaqSpy_DaqSpyDefaultTypeInternal _ReadDaqSpy_DaqSpy_default_instance_
Definition wib.pb.cc:84

◆ InternalSwap()

void wib::ReadDaqSpy_DaqSpy::InternalSwap ( ReadDaqSpy_DaqSpy * other)
private

Definition at line 2001 of file wib.pb.cc.

2001 {
2002 using std::swap;
2003 auto* lhs_arena = GetArenaForAllocation();
2004 auto* rhs_arena = other->GetArenaForAllocation();
2005 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2006 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.buf0_, lhs_arena,
2007 &other->_impl_.buf0_, rhs_arena);
2008 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.buf1_, lhs_arena,
2009 &other->_impl_.buf1_, rhs_arena);
2010 swap(_impl_.success_, other->_impl_.success_);
2011}
friend void swap(ReadDaqSpy_DaqSpy &a, ReadDaqSpy_DaqSpy &b)
Definition wib.pb.h:581

◆ IsInitialized()

PROTOBUF_NOINLINE bool wib::ReadDaqSpy_DaqSpy::IsInitialized ( ) const
final

Definition at line 1997 of file wib.pb.cc.

1997 {
1998 return true;
1999}

◆ MergeFrom()

void wib::ReadDaqSpy_DaqSpy::MergeFrom ( const ReadDaqSpy_DaqSpy & from)
inline

Definition at line 611 of file wib.pb.h.

611 {
612 ReadDaqSpy_DaqSpy::MergeImpl(*this, from);
613 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition wib.pb.cc:1970

◆ MergeImpl()

void wib::ReadDaqSpy_DaqSpy::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 1970 of file wib.pb.cc.

1970 {
1971 auto* const _this = static_cast<ReadDaqSpy_DaqSpy*>(&to_msg);
1972 auto& from = static_cast<const ReadDaqSpy_DaqSpy&>(from_msg);
1973 // @@protoc_insertion_point(class_specific_merge_from_start:wib.ReadDaqSpy.DaqSpy)
1974 ABSL_DCHECK_NE(&from, _this);
1975 ::uint32_t cached_has_bits = 0;
1976 (void) cached_has_bits;
1977
1978 if (!from._internal_buf0().empty()) {
1979 _this->_internal_set_buf0(from._internal_buf0());
1980 }
1981 if (!from._internal_buf1().empty()) {
1982 _this->_internal_set_buf1(from._internal_buf1());
1983 }
1984 if (from._internal_success() != 0) {
1985 _this->_internal_set_success(from._internal_success());
1986 }
1987 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1988}

◆ mutable_buf0()

std::string * wib::ReadDaqSpy_DaqSpy::mutable_buf0 ( )
inline

Definition at line 7319 of file wib.pb.h.

7319 {
7320 std::string* _s = _internal_mutable_buf0();
7321 // @@protoc_insertion_point(field_mutable:wib.ReadDaqSpy.DaqSpy.buf0)
7322 return _s;
7323}
std::string * _internal_mutable_buf0()
Definition wib.pb.h:7333

◆ mutable_buf1()

std::string * wib::ReadDaqSpy_DaqSpy::mutable_buf1 ( )
inline

Definition at line 7370 of file wib.pb.h.

7370 {
7371 std::string* _s = _internal_mutable_buf1();
7372 // @@protoc_insertion_point(field_mutable:wib.ReadDaqSpy.DaqSpy.buf1)
7373 return _s;
7374}
std::string * _internal_mutable_buf1()
Definition wib.pb.h:7384

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * wib::ReadDaqSpy_DaqSpy::mutable_unknown_fields ( )
inline

Definition at line 558 of file wib.pb.h.

558 {
559 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
560 }

◆ New()

ReadDaqSpy_DaqSpy * wib::ReadDaqSpy_DaqSpy::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 605 of file wib.pb.h.

605 {
606 return CreateMaybeMessage<ReadDaqSpy_DaqSpy>(arena);
607 }

◆ operator=() [1/2]

ReadDaqSpy_DaqSpy & wib::ReadDaqSpy_DaqSpy::operator= ( const ReadDaqSpy_DaqSpy & from)
inline

Definition at line 537 of file wib.pb.h.

537 {
538 CopyFrom(from);
539 return *this;
540 }
void CopyFrom(const ReadDaqSpy_DaqSpy &from)
Definition wib.pb.cc:1990

◆ operator=() [2/2]

ReadDaqSpy_DaqSpy & wib::ReadDaqSpy_DaqSpy::operator= ( ReadDaqSpy_DaqSpy && from)
inlinenoexcept

Definition at line 541 of file wib.pb.h.

541 {
542 if (this == &from) return *this;
543 if (GetOwningArena() == from.GetOwningArena()
544 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
545 && GetOwningArena() != nullptr
546 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
547 ) {
548 InternalSwap(&from);
549 } else {
550 CopyFrom(from);
551 }
552 return *this;
553 }
void InternalSwap(ReadDaqSpy_DaqSpy *other)
Definition wib.pb.cc:2001

◆ release_buf0()

std::string * wib::ReadDaqSpy_DaqSpy::release_buf0 ( )
inline

Definition at line 7338 of file wib.pb.h.

7338 {
7339 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7340 // @@protoc_insertion_point(field_release:wib.ReadDaqSpy.DaqSpy.buf0)
7341 return _impl_.buf0_.Release();
7342}

◆ release_buf1()

std::string * wib::ReadDaqSpy_DaqSpy::release_buf1 ( )
inline

Definition at line 7389 of file wib.pb.h.

7389 {
7390 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7391 // @@protoc_insertion_point(field_release:wib.ReadDaqSpy.DaqSpy.buf1)
7392 return _impl_.buf1_.Release();
7393}

◆ set_allocated_buf0()

void wib::ReadDaqSpy_DaqSpy::set_allocated_buf0 ( std::string * ptr)
inline

Definition at line 7343 of file wib.pb.h.

7343 {
7344 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7345 _impl_.buf0_.SetAllocated(value, GetArenaForAllocation());
7346 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
7347 if (_impl_.buf0_.IsDefault()) {
7348 _impl_.buf0_.Set("", GetArenaForAllocation());
7349 }
7350 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
7351 // @@protoc_insertion_point(field_set_allocated:wib.ReadDaqSpy.DaqSpy.buf0)
7352}

◆ set_allocated_buf1()

void wib::ReadDaqSpy_DaqSpy::set_allocated_buf1 ( std::string * ptr)
inline

Definition at line 7394 of file wib.pb.h.

7394 {
7395 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7396 _impl_.buf1_.SetAllocated(value, GetArenaForAllocation());
7397 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
7398 if (_impl_.buf1_.IsDefault()) {
7399 _impl_.buf1_.Set("", GetArenaForAllocation());
7400 }
7401 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
7402 // @@protoc_insertion_point(field_set_allocated:wib.ReadDaqSpy.DaqSpy.buf1)
7403}

◆ set_buf0() [1/2]

template<typename Arg_ = const std::string&, typename... Args_>
void wib::ReadDaqSpy_DaqSpy::set_buf0 ( Arg_ && arg,
Args_... args )

◆ set_buf0() [2/2]

template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void wib::ReadDaqSpy_DaqSpy::set_buf0 ( Arg_ && arg,
Args_... args )
inline

Definition at line 7312 of file wib.pb.h.

7313 {
7314 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7315 ;
7316 _impl_.buf0_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
7317 // @@protoc_insertion_point(field_set:wib.ReadDaqSpy.DaqSpy.buf0)
7318}

◆ set_buf1() [1/2]

template<typename Arg_ = const std::string&, typename... Args_>
void wib::ReadDaqSpy_DaqSpy::set_buf1 ( Arg_ && arg,
Args_... args )

◆ set_buf1() [2/2]

template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void wib::ReadDaqSpy_DaqSpy::set_buf1 ( Arg_ && arg,
Args_... args )
inline

Definition at line 7363 of file wib.pb.h.

7364 {
7365 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7366 ;
7367 _impl_.buf1_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
7368 // @@protoc_insertion_point(field_set:wib.ReadDaqSpy.DaqSpy.buf1)
7369}

◆ set_success()

void wib::ReadDaqSpy_DaqSpy::set_success ( bool value)
inline

Definition at line 7413 of file wib.pb.h.

7413 {
7414 _internal_set_success(value);
7415 // @@protoc_insertion_point(field_set:wib.ReadDaqSpy.DaqSpy.success)
7416}
void _internal_set_success(bool value)
Definition wib.pb.h:7421

◆ SetCachedSize()

void wib::ReadDaqSpy_DaqSpy::SetCachedSize ( int size) const
finalprivate

Definition at line 1834 of file wib.pb.cc.

1834 {
1835 _impl_._cached_size_.Set(size);
1836}

◆ SharedCtor()

void wib::ReadDaqSpy_DaqSpy::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 1807 of file wib.pb.cc.

1807 {
1808 (void)arena;
1809 new (&_impl_) Impl_{
1810 decltype(_impl_.buf0_){},
1811 decltype(_impl_.buf1_){},
1812 decltype(_impl_.success_){false},
1813 /*decltype(_impl_._cached_size_)*/ {},
1814 };
1815 _impl_.buf0_.InitDefault();
1816 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
1817 _impl_.buf0_.Set("", GetArenaForAllocation());
1818 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
1819 _impl_.buf1_.InitDefault();
1820 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
1821 _impl_.buf1_.Set("", GetArenaForAllocation());
1822 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
1823}

◆ SharedDtor()

void wib::ReadDaqSpy_DaqSpy::SharedDtor ( )
inlineprivate

Definition at line 1829 of file wib.pb.cc.

1829 {
1830 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
1831 _impl_.buf0_.Destroy();
1832 _impl_.buf1_.Destroy();
1833}

◆ success()

bool wib::ReadDaqSpy_DaqSpy::success ( ) const
inline

Definition at line 7409 of file wib.pb.h.

7409 {
7410 // @@protoc_insertion_point(field_get:wib.ReadDaqSpy.DaqSpy.success)
7411 return _internal_success();
7412}

◆ Swap()

void wib::ReadDaqSpy_DaqSpy::Swap ( ReadDaqSpy_DaqSpy * other)
inline

Definition at line 584 of file wib.pb.h.

584 {
585 if (other == this) return;
586 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
587 if (GetOwningArena() != nullptr &&
588 GetOwningArena() == other->GetOwningArena()) {
589 #else // PROTOBUF_FORCE_COPY_IN_SWAP
590 if (GetOwningArena() == other->GetOwningArena()) {
591 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
592 InternalSwap(other);
593 } else {
594 ::google::protobuf::internal::GenericSwap(this, other);
595 }
596 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & wib::ReadDaqSpy_DaqSpy::unknown_fields ( ) const
inline

Definition at line 555 of file wib.pb.h.

555 {
556 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
557 }

◆ UnsafeArenaSwap()

void wib::ReadDaqSpy_DaqSpy::UnsafeArenaSwap ( ReadDaqSpy_DaqSpy * other)
inline

Definition at line 597 of file wib.pb.h.

597 {
598 if (other == this) return;
599 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
600 InternalSwap(other);
601 }

Friends And Related Symbol Documentation

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

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

Definition at line 703 of file wib.pb.h.

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

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

Definition at line 633 of file wib.pb.h.

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

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

Definition at line 701 of file wib.pb.h.

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

Definition at line 714 of file wib.pb.h.

◆ swap

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

Definition at line 581 of file wib.pb.h.

581 {
582 a.Swap(&b);
583 }

Member Data Documentation

◆ [union]

union { ... } wib::ReadDaqSpy_DaqSpy

◆ _class_data_

const::google::protobuf::Message::ClassData wib::ReadDaqSpy_DaqSpy::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 641 of file wib.pb.h.

◆ _impl_

Impl_ wib::ReadDaqSpy_DaqSpy::_impl_

Definition at line 713 of file wib.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 3, 0, 0, 2 > wib::ReadDaqSpy_DaqSpy::_table_
staticprivate

Definition at line 702 of file wib.pb.h.

◆ kIndexInFileMessages

int wib::ReadDaqSpy_DaqSpy::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 578 of file wib.pb.h.


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