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