#include <daphne_control_high.pb.h>
Definition at line 2190 of file daphne_control_high.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ ScrapRequest() [1/6]
| daphne::ScrapRequest::ScrapRequest |
( |
| ) |
|
|
inline |
◆ ScrapRequest() [2/6]
template<typename = void>
| PROTOBUF_CONSTEXPR daphne::ScrapRequest::ScrapRequest |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ ScrapRequest() [3/6]
| daphne::ScrapRequest::ScrapRequest |
( |
const ScrapRequest & | from | ) |
|
Definition at line 3864 of file daphne_control_high.pb.cc.
3864 : ::google::protobuf::internal::ZeroFieldsBase() {
3866 (void)_this;
3867 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
3868 from._internal_metadata_);
3869
3870
3871}
◆ ScrapRequest() [4/6]
◆ ScrapRequest() [5/6]
| daphne::ScrapRequest::ScrapRequest |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
◆ ScrapRequest() [6/6]
template<typename >
| PROTOBUF_CONSTEXPR daphne::ScrapRequest::ScrapRequest |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ CopyFrom()
| void daphne::ScrapRequest::CopyFrom |
( |
const ScrapRequest & | from | ) |
|
|
inline |
Definition at line 2275 of file daphne_control_high.pb.h.
2275 {
2276 ::google::protobuf::internal::ZeroFieldsBase::CopyImpl(*this, from);
2277 }
◆ default_instance()
| static const ScrapRequest & daphne::ScrapRequest::default_instance |
( |
| ) |
|
|
inlinestatic |
◆ descriptor()
| static const ::google::protobuf::Descriptor * daphne::ScrapRequest::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ FullMessageName()
| ::absl::string_view daphne::ScrapRequest::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetClassData()
| const::google::protobuf::Message::ClassData * daphne::ScrapRequest::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
| static const ::google::protobuf::Descriptor * daphne::ScrapRequest::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 2231 of file daphne_control_high.pb.h.
2231 {
2233 }
::google::protobuf::Metadata GetMetadata() const final
static const ScrapRequest & default_instance()
◆ GetMetadata()
| google::protobuf::Metadata daphne::ScrapRequest::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 3888 of file daphne_control_high.pb.cc.
3888 {
3889 return ::_pbi::AssignDescriptors(
3892}
::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::ScrapRequest::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
| static const ScrapRequest * daphne::ScrapRequest::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 2240 of file daphne_control_high.pb.h.
2240 {
2243 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ScrapRequestDefaultTypeInternal _ScrapRequest_default_instance_
◆ MergeFrom()
| void daphne::ScrapRequest::MergeFrom |
( |
const ScrapRequest & | from | ) |
|
|
inline |
Definition at line 2279 of file daphne_control_high.pb.h.
2279 {
2280 ::google::protobuf::internal::ZeroFieldsBase::MergeImpl(*this, from);
2281 }
◆ mutable_unknown_fields()
| inline ::google::protobuf::UnknownFieldSet * daphne::ScrapRequest::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 2224 of file daphne_control_high.pb.h.
2224 {
2225 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
2226 }
◆ New()
| ScrapRequest * daphne::ScrapRequest::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
Definition at line 2207 of file daphne_control_high.pb.h.
2207 {
2208 if (this == &from) return *this;
2209 if (GetOwningArena() == from.GetOwningArena()
2210 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2211 && GetOwningArena() != nullptr
2212 #endif
2213 ) {
2214 InternalSwap(&from);
2215 } else {
2217 }
2218 return *this;
2219 }
◆ Swap()
Definition at line 2250 of file daphne_control_high.pb.h.
2250 {
2251 if (other == this) return;
2252 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2253 if (GetOwningArena() != nullptr &&
2254 GetOwningArena() == other->GetOwningArena()) {
2255 #else
2256 if (GetOwningArena() == other->GetOwningArena()) {
2257 #endif
2258 InternalSwap(other);
2259 } else {
2260 ::google::protobuf::internal::GenericSwap(this, other);
2261 }
2262 }
◆ unknown_fields()
| const ::google::protobuf::UnknownFieldSet & daphne::ScrapRequest::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 2221 of file daphne_control_high.pb.h.
2221 {
2222 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
2223 }
◆ UnsafeArenaSwap()
| void daphne::ScrapRequest::UnsafeArenaSwap |
( |
ScrapRequest * | other | ) |
|
|
inline |
Definition at line 2263 of file daphne_control_high.pb.h.
2263 {
2264 if (other == this) return;
2265 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
2266 InternalSwap(other);
2267 }
◆ ::google::protobuf::Arena::InternalHelper
template<typename T >
| friend class ::google::protobuf::Arena::InternalHelper |
|
friend |
◆ ::google::protobuf::internal::AnyMetadata
| friend class ::google::protobuf::internal::AnyMetadata |
|
friend |
◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto
◆ swap
◆ _class_data_
| const::google::protobuf::Message::ClassData daphne::ScrapRequest::_class_data_ |
|
static |
Initial value:= {
::google::protobuf::internal::ZeroFieldsBase::CopyImpl,
::google::protobuf::internal::ZeroFieldsBase::MergeImpl,
}
Definition at line 2293 of file daphne_control_high.pb.h.
◆ kIndexInFileMessages
| int daphne::ScrapRequest::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: