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

Constructor & Destructor Documentation

◆ ScrapResponse() [1/6]

daphne::ScrapResponse::ScrapResponse ( )
inline

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

◆ ~ScrapResponse()

daphne::ScrapResponse::~ScrapResponse ( )
override

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

3941 {
3942 // @@protoc_insertion_point(destructor:daphne.ScrapResponse)
3943 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
3944 SharedDtor();
3945}

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

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

◆ ScrapResponse() [4/6]

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

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

2327 : ScrapResponse() {
2328 *this = ::std::move(from);
2329 }

◆ ScrapResponse() [5/6]

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

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

3904 : ::google::protobuf::Message(arena) {
3905 SharedCtor(arena);
3906 // @@protoc_insertion_point(arena_constructor:daphne.ScrapResponse)
3907}
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 7674 of file daphne_control_high.pb.h.

7674 {
7675 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7676 return _impl_.message_.Get();
7677}

◆ _internal_mutable_message()

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

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

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

◆ _internal_set_message()

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

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

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

◆ _internal_set_success()

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

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

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

◆ _internal_success()

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

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

7643 {
7644 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7645 return _impl_.success_;
7646}

◆ _InternalParse()

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

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

3966 {
3967 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
3968 return ptr;
3969}
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 4011 of file daphne_control_high.pb.cc.

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

◆ ByteSizeLong()

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

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

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

◆ Clear()

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

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

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

◆ clear_message()

void daphne::ScrapResponse::clear_message ( )
inline

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

7654 {
7655 _impl_.message_.ClearToEmpty();
7656}

◆ clear_success()

void daphne::ScrapResponse::clear_success ( )
inline

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

7632 {
7633 _impl_.success_ = false;
7634}

◆ CopyFrom()

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

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

4088 {
4089// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ScrapResponse)
4090 if (&from == this) return;
4091 Clear();
4092 MergeFrom(from);
4093}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const ScrapResponse &from)

◆ default_instance()

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

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

2365 {
2366 return *internal_default_instance();
2367 }
static const ScrapResponse * internal_default_instance()

◆ descriptor()

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

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

2356 {
2357 return GetDescriptor();
2358 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

2428 {
2429 return "daphne.ScrapResponse";
2430 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

4068{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

4109 {
4110 return ::_pbi::AssignDescriptors(
4113}
::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 2362 of file daphne_control_high.pb.h.

2362 {
2363 return default_instance().GetMetadata().reflection;
2364 }

◆ internal_default_instance()

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

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

2368 {
2369 return reinterpret_cast<const ScrapResponse*>(
2371 }
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 4099 of file daphne_control_high.pb.cc.

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

◆ IsInitialized()

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

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

4095 {
4096 return true;
4097}

◆ MergeFrom()

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

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

2405 {
2406 ScrapResponse::MergeImpl(*this, from);
2407 }
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 4071 of file daphne_control_high.pb.cc.

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

◆ message()

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

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

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

◆ mutable_message()

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

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

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

2399 {
2400 return CreateMaybeMessage<ScrapResponse>(arena);
2401 }

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

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

◆ release_message()

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

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

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

◆ set_allocated_message()

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

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

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

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

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

◆ set_success()

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

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

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

◆ SetCachedSize()

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

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

3950 {
3951 _impl_._cached_size_.Set(size);
3952}

◆ SharedCtor()

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

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

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

◆ SharedDtor()

void daphne::ScrapResponse::SharedDtor ( )
inlineprivate

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

3946 {
3947 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
3948 _impl_.message_.Destroy();
3949}

◆ success()

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

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

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

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

2375 {
2376 a.Swap(&b);
2377 }

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

◆ _impl_

Impl_ daphne::ScrapResponse::_impl_

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

◆ kIndexInFileMessages

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

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


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