#include <daphne_control_high.pb.h>
Definition at line 2192 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 3868 of file daphne_control_high.pb.cc.
3868 : ::google::protobuf::internal::ZeroFieldsBase() {
3870 (void)_this;
3871 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
3872 from._internal_metadata_);
3873
3874
3875}
◆ 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 2277 of file daphne_control_high.pb.h.
2277 {
2278 ::google::protobuf::internal::ZeroFieldsBase::CopyImpl(*this, from);
2279 }
◆ 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 2233 of file daphne_control_high.pb.h.
2233 {
2235 }
::google::protobuf::Metadata GetMetadata() const final
static const ScrapRequest & default_instance()
◆ GetMetadata()
| google::protobuf::Metadata daphne::ScrapRequest::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 3892 of file daphne_control_high.pb.cc.
3892 {
3893 return ::_pbi::AssignDescriptors(
3896}
::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 2242 of file daphne_control_high.pb.h.
2242 {
2245 }
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 2281 of file daphne_control_high.pb.h.
2281 {
2282 ::google::protobuf::internal::ZeroFieldsBase::MergeImpl(*this, from);
2283 }
◆ mutable_unknown_fields()
| inline ::google::protobuf::UnknownFieldSet * daphne::ScrapRequest::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 2226 of file daphne_control_high.pb.h.
2226 {
2227 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
2228 }
◆ New()
| ScrapRequest * daphne::ScrapRequest::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
Definition at line 2209 of file daphne_control_high.pb.h.
2209 {
2210 if (this == &from) return *this;
2211 if (GetOwningArena() == from.GetOwningArena()
2212 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2213 && GetOwningArena() != nullptr
2214 #endif
2215 ) {
2216 InternalSwap(&from);
2217 } else {
2219 }
2220 return *this;
2221 }
◆ Swap()
Definition at line 2252 of file daphne_control_high.pb.h.
2252 {
2253 if (other == this) return;
2254 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2255 if (GetOwningArena() != nullptr &&
2256 GetOwningArena() == other->GetOwningArena()) {
2257 #else
2258 if (GetOwningArena() == other->GetOwningArena()) {
2259 #endif
2260 InternalSwap(other);
2261 } else {
2262 ::google::protobuf::internal::GenericSwap(this, other);
2263 }
2264 }
◆ unknown_fields()
| const ::google::protobuf::UnknownFieldSet & daphne::ScrapRequest::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 2223 of file daphne_control_high.pb.h.
2223 {
2224 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
2225 }
◆ UnsafeArenaSwap()
| void daphne::ScrapRequest::UnsafeArenaSwap |
( |
ScrapRequest * | other | ) |
|
|
inline |
Definition at line 2265 of file daphne_control_high.pb.h.
2265 {
2266 if (other == this) return;
2267 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
2268 InternalSwap(other);
2269 }
◆ ::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 2295 of file daphne_control_high.pb.h.
◆ kIndexInFileMessages
| int daphne::ScrapRequest::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: