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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 ScrapResponse ()
 
 ~ScrapResponse () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ScrapResponse (::google::protobuf::internal::ConstantInitialized)
 
 ScrapResponse (const ScrapResponse &from)
 
 ScrapResponse (ScrapResponse &&from) noexcept
 
ScrapResponseoperator= (const ScrapResponse &from)
 
ScrapResponseoperator= (ScrapResponse &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ScrapResponse *other)
 
void UnsafeArenaSwap (ScrapResponse *other)
 
ScrapResponseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ScrapResponse &from)
 
void MergeFrom (const ScrapResponse &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_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 ScrapResponse (::_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 ScrapResponsedefault_instance ()
 
static const ScrapResponseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ScrapResponse (::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 (ScrapResponse *other)
 
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< 1, 2, 0, 36, 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 (ScrapResponse &a, ScrapResponse &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMessageFieldNumber 
kSuccessFieldNumber 

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

Constructor & Destructor Documentation

◆ ScrapResponse() [1/6]

daphne::ScrapResponse::ScrapResponse ( )
inline

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

◆ ~ScrapResponse()

daphne::ScrapResponse::~ScrapResponse ( )
override

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

3937 {
3938 // @@protoc_insertion_point(destructor:daphne.ScrapResponse)
3939 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
3940 SharedDtor();
3941}

◆ ScrapResponse() [2/6]

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

◆ ScrapResponse() [3/6]

daphne::ScrapResponse::ScrapResponse ( const ScrapResponse & from)

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

3904 : ::google::protobuf::Message() {
3905 ScrapResponse* const _this = this;
3906 (void)_this;
3907 new (&_impl_) Impl_{
3908 decltype(_impl_.message_){},
3909 decltype(_impl_.success_){},
3910 /*decltype(_impl_._cached_size_)*/ {},
3911 };
3912 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
3913 from._internal_metadata_);
3914 _impl_.message_.InitDefault();
3915 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3916 _impl_.message_.Set("", GetArenaForAllocation());
3917 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3918 if (!from._internal_message().empty()) {
3919 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
3920 }
3921 _this->_impl_.success_ = from._impl_.success_;
3922
3923 // @@protoc_insertion_point(copy_constructor:daphne.ScrapResponse)
3924}
::google::protobuf::internal::ArenaStringPtr message_

◆ ScrapResponse() [4/6]

daphne::ScrapResponse::ScrapResponse ( ScrapResponse && from)
inlinenoexcept

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

2325 : ScrapResponse() {
2326 *this = ::std::move(from);
2327 }

◆ ScrapResponse() [5/6]

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

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

3900 : ::google::protobuf::Message(arena) {
3901 SharedCtor(arena);
3902 // @@protoc_insertion_point(arena_constructor:daphne.ScrapResponse)
3903}
void SharedCtor(::google::protobuf::Arena *arena)

◆ ScrapResponse() [6/6]

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

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

223 : _impl_{
224 /*decltype(_impl_.message_)*/ {
225 &::_pbi::fixed_address_empty_string,
226 ::_pbi::ConstantInitialized{},
227 },
228 /*decltype(_impl_.success_)*/ false,
229 /*decltype(_impl_._cached_size_)*/ {},
230 } {}

Member Function Documentation

◆ _internal_message()

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

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

7672 {
7673 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7674 return _impl_.message_.Get();
7675}

◆ _internal_mutable_message()

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

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

7681 {
7682 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7683 ;
7684 return _impl_.message_.Mutable( GetArenaForAllocation());
7685}

◆ _internal_set_message()

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

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

7676 {
7677 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7678 ;
7679 _impl_.message_.Set(value, GetArenaForAllocation());
7680}

◆ _internal_set_success()

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

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

7645 {
7646 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7647 ;
7648 _impl_.success_ = value;
7649}

◆ _internal_success()

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

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

7641 {
7642 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7643 return _impl_.success_;
7644}

◆ _InternalParse()

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

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

3962 {
3963 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
3964 return ptr;
3965}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 36, 2 > _table_

◆ _InternalSerialize()

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

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

4009 {
4010 // @@protoc_insertion_point(serialize_to_array_start:daphne.ScrapResponse)
4011 ::uint32_t cached_has_bits = 0;
4012 (void)cached_has_bits;
4013
4014 // bool success = 1;
4015 if (this->_internal_success() != 0) {
4016 target = stream->EnsureSpace(target);
4017 target = ::_pbi::WireFormatLite::WriteBoolToArray(
4018 1, this->_internal_success(), target);
4019 }
4020
4021 // string message = 2;
4022 if (!this->_internal_message().empty()) {
4023 const std::string& _s = this->_internal_message();
4024 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
4025 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.ScrapResponse.message");
4026 target = stream->WriteStringMaybeAliased(2, _s, target);
4027 }
4028
4029 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
4030 target =
4031 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
4032 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
4033 }
4034 // @@protoc_insertion_point(serialize_to_array_end:daphne.ScrapResponse)
4035 return target;
4036}
const std::string & _internal_message() const

◆ ByteSizeLong()

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

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

4038 {
4039// @@protoc_insertion_point(message_byte_size_start:daphne.ScrapResponse)
4040 ::size_t total_size = 0;
4041
4042 ::uint32_t cached_has_bits = 0;
4043 // Prevent compiler warnings about cached_has_bits being unused
4044 (void) cached_has_bits;
4045
4046 // string message = 2;
4047 if (!this->_internal_message().empty()) {
4048 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
4049 this->_internal_message());
4050 }
4051
4052 // bool success = 1;
4053 if (this->_internal_success() != 0) {
4054 total_size += 2;
4055 }
4056
4057 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
4058}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

3950 {
3951// @@protoc_insertion_point(message_clear_start:daphne.ScrapResponse)
3952 ::uint32_t cached_has_bits = 0;
3953 // Prevent compiler warnings about cached_has_bits being unused
3954 (void) cached_has_bits;
3955
3956 _impl_.message_.ClearToEmpty();
3957 _impl_.success_ = false;
3958 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
3959}

◆ clear_message()

void daphne::ScrapResponse::clear_message ( )
inline

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

7652 {
7653 _impl_.message_.ClearToEmpty();
7654}

◆ clear_success()

void daphne::ScrapResponse::clear_success ( )
inline

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

7630 {
7631 _impl_.success_ = false;
7632}

◆ CopyFrom()

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

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

4084 {
4085// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ScrapResponse)
4086 if (&from == this) return;
4087 Clear();
4088 MergeFrom(from);
4089}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const ScrapResponse &from)

◆ default_instance()

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

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

2363 {
2364 return *internal_default_instance();
2365 }
static const ScrapResponse * internal_default_instance()

◆ descriptor()

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

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

2354 {
2355 return GetDescriptor();
2356 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

2426 {
2427 return "daphne.ScrapResponse";
2428 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

4064{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

2357 {
2358 return default_instance().GetMetadata().descriptor;
2359 }
::google::protobuf::Metadata GetMetadata() const final
static const ScrapResponse & default_instance()

◆ GetMetadata()

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

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

4105 {
4106 return ::_pbi::AssignDescriptors(
4109}
::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::ScrapResponse::GetReflection ( )
inlinestatic

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

2360 {
2361 return default_instance().GetMetadata().reflection;
2362 }

◆ internal_default_instance()

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

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

2366 {
2367 return reinterpret_cast<const ScrapResponse*>(
2369 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ScrapResponseDefaultTypeInternal _ScrapResponse_default_instance_

◆ InternalSwap()

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

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

4095 {
4096 using std::swap;
4097 auto* lhs_arena = GetArenaForAllocation();
4098 auto* rhs_arena = other->GetArenaForAllocation();
4099 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
4100 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
4101 &other->_impl_.message_, rhs_arena);
4102 swap(_impl_.success_, other->_impl_.success_);
4103}
friend void swap(ScrapResponse &a, ScrapResponse &b)

◆ IsInitialized()

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

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

4091 {
4092 return true;
4093}

◆ MergeFrom()

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

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

2403 {
2404 ScrapResponse::MergeImpl(*this, from);
2405 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

4067 {
4068 auto* const _this = static_cast<ScrapResponse*>(&to_msg);
4069 auto& from = static_cast<const ScrapResponse&>(from_msg);
4070 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.ScrapResponse)
4071 ABSL_DCHECK_NE(&from, _this);
4072 ::uint32_t cached_has_bits = 0;
4073 (void) cached_has_bits;
4074
4075 if (!from._internal_message().empty()) {
4076 _this->_internal_set_message(from._internal_message());
4077 }
4078 if (from._internal_success() != 0) {
4079 _this->_internal_set_success(from._internal_success());
4080 }
4081 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
4082}

◆ message()

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

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

7655 {
7656 // @@protoc_insertion_point(field_get:daphne.ScrapResponse.message)
7657 return _internal_message();
7658}

◆ mutable_message()

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

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

7667 {
7668 std::string* _s = _internal_mutable_message();
7669 // @@protoc_insertion_point(field_mutable:daphne.ScrapResponse.message)
7670 return _s;
7671}
std::string * _internal_mutable_message()

◆ mutable_unknown_fields()

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

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

2350 {
2351 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
2352 }

◆ New()

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

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

2397 {
2398 return CreateMaybeMessage<ScrapResponse>(arena);
2399 }

◆ operator=() [1/2]

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

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

2329 {
2330 CopyFrom(from);
2331 return *this;
2332 }
void CopyFrom(const ScrapResponse &from)

◆ operator=() [2/2]

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

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

2333 {
2334 if (this == &from) return *this;
2335 if (GetOwningArena() == from.GetOwningArena()
2336 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2337 && GetOwningArena() != nullptr
2338 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
2339 ) {
2340 InternalSwap(&from);
2341 } else {
2342 CopyFrom(from);
2343 }
2344 return *this;
2345 }
void InternalSwap(ScrapResponse *other)

◆ release_message()

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

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

7686 {
7687 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7688 // @@protoc_insertion_point(field_release:daphne.ScrapResponse.message)
7689 return _impl_.message_.Release();
7690}

◆ set_allocated_message()

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

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

7691 {
7692 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7693 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
7694 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
7695 if (_impl_.message_.IsDefault()) {
7696 _impl_.message_.Set("", GetArenaForAllocation());
7697 }
7698 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
7699 // @@protoc_insertion_point(field_set_allocated:daphne.ScrapResponse.message)
7700}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

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

7661 {
7662 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7663 ;
7664 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
7665 // @@protoc_insertion_point(field_set:daphne.ScrapResponse.message)
7666}

◆ set_success()

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

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

7637 {
7638 _internal_set_success(value);
7639 // @@protoc_insertion_point(field_set:daphne.ScrapResponse.success)
7640}
void _internal_set_success(bool value)

◆ SetCachedSize()

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

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

3946 {
3947 _impl_._cached_size_.Set(size);
3948}

◆ SharedCtor()

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

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

3925 {
3926 (void)arena;
3927 new (&_impl_) Impl_{
3928 decltype(_impl_.message_){},
3929 decltype(_impl_.success_){false},
3930 /*decltype(_impl_._cached_size_)*/ {},
3931 };
3932 _impl_.message_.InitDefault();
3933 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3934 _impl_.message_.Set("", GetArenaForAllocation());
3935 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3936}

◆ SharedDtor()

void daphne::ScrapResponse::SharedDtor ( )
inlineprivate

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

3942 {
3943 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
3944 _impl_.message_.Destroy();
3945}

◆ success()

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

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

7633 {
7634 // @@protoc_insertion_point(field_get:daphne.ScrapResponse.success)
7635 return _internal_success();
7636}

◆ Swap()

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

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

2376 {
2377 if (other == this) return;
2378 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2379 if (GetOwningArena() != nullptr &&
2380 GetOwningArena() == other->GetOwningArena()) {
2381 #else // PROTOBUF_FORCE_COPY_IN_SWAP
2382 if (GetOwningArena() == other->GetOwningArena()) {
2383 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
2384 InternalSwap(other);
2385 } else {
2386 ::google::protobuf::internal::GenericSwap(this, other);
2387 }
2388 }

◆ unknown_fields()

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

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

2347 {
2348 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
2349 }

◆ UnsafeArenaSwap()

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

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

2389 {
2390 if (other == this) return;
2391 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
2392 InternalSwap(other);
2393 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

2373 {
2374 a.Swap(&b);
2375 }

Member Data Documentation

◆ [union]

union { ... } daphne::ScrapResponse

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::ScrapResponse::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 36, 2 > daphne::ScrapResponse::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::ScrapResponse::kIndexInFileMessages
staticconstexpr
Initial value:
=
10

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


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