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