#include "components/feed/core/proto/v2/wire/device.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
_pb;
_pbi;
namespace feedwire {
PROTOBUF_CONSTEXPR Device::Device(
::_pbi::ConstantInitialized): … { … }
struct DeviceDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeviceDefaultTypeInternal _Device_default_instance_;
}
namespace feedwire {
class Device::_Internal { … };
Device::Device(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
Device::Device(const Device& from)
: … { … }
inline void Device::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
Device::~Device() { … }
inline void Device::SharedDtor() { … }
void Device::SetCachedSize(int size) const { … }
void Device::Clear() { … }
const char* Device::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* Device::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t Device::ByteSizeLong() const { … }
void Device::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void Device::MergeFrom(const Device& from) { … }
void Device::CopyFrom(const Device& from) { … }
bool Device::IsInitialized() const { … }
void Device::InternalSwap(Device* other) { … }
std::string Device::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::feedwire::Device*
Arena::CreateMaybeMessage< ::feedwire::Device >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>