#include "components/feed/core/proto/v2/wire/xsurface_container.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 XSurfaceContainer::XSurfaceContainer(
::_pbi::ConstantInitialized): … { … }
struct XSurfaceContainerDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 XSurfaceContainerDefaultTypeInternal _XSurfaceContainer_default_instance_;
}
namespace feedwire {
class XSurfaceContainer::_Internal { … };
XSurfaceContainer::XSurfaceContainer(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
XSurfaceContainer::XSurfaceContainer(const XSurfaceContainer& from)
: … { … }
inline void XSurfaceContainer::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
XSurfaceContainer::~XSurfaceContainer() { … }
inline void XSurfaceContainer::SharedDtor() { … }
void XSurfaceContainer::SetCachedSize(int size) const { … }
void XSurfaceContainer::Clear() { … }
const char* XSurfaceContainer::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* XSurfaceContainer::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t XSurfaceContainer::ByteSizeLong() const { … }
void XSurfaceContainer::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void XSurfaceContainer::MergeFrom(const XSurfaceContainer& from) { … }
void XSurfaceContainer::CopyFrom(const XSurfaceContainer& from) { … }
bool XSurfaceContainer::IsInitialized() const { … }
void XSurfaceContainer::InternalSwap(XSurfaceContainer* other) { … }
std::string XSurfaceContainer::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::feedwire::XSurfaceContainer*
Arena::CreateMaybeMessage< ::feedwire::XSurfaceContainer >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>