#include "fetch_api_request.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 content {
namespace proto {
namespace internal {
PROTOBUF_CONSTEXPR FetchAPIRequest_Referrer::FetchAPIRequest_Referrer(
::_pbi::ConstantInitialized): … { … }
struct FetchAPIRequest_ReferrerDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FetchAPIRequest_ReferrerDefaultTypeInternal _FetchAPIRequest_Referrer_default_instance_;
PROTOBUF_CONSTEXPR FetchAPIRequest_HeadersEntry_DoNotUse::FetchAPIRequest_HeadersEntry_DoNotUse(
::_pbi::ConstantInitialized) { … }
struct FetchAPIRequest_HeadersEntry_DoNotUseDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FetchAPIRequest_HeadersEntry_DoNotUseDefaultTypeInternal _FetchAPIRequest_HeadersEntry_DoNotUse_default_instance_;
PROTOBUF_CONSTEXPR FetchAPIRequest::FetchAPIRequest(
::_pbi::ConstantInitialized): … { … }
struct FetchAPIRequestDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FetchAPIRequestDefaultTypeInternal _FetchAPIRequest_default_instance_;
}
}
}
namespace content {
namespace proto {
namespace internal {
class FetchAPIRequest_Referrer::_Internal { … };
FetchAPIRequest_Referrer::FetchAPIRequest_Referrer(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
FetchAPIRequest_Referrer::FetchAPIRequest_Referrer(const FetchAPIRequest_Referrer& from)
: … { … }
inline void FetchAPIRequest_Referrer::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
FetchAPIRequest_Referrer::~FetchAPIRequest_Referrer() { … }
inline void FetchAPIRequest_Referrer::SharedDtor() { … }
void FetchAPIRequest_Referrer::SetCachedSize(int size) const { … }
void FetchAPIRequest_Referrer::Clear() { … }
const char* FetchAPIRequest_Referrer::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* FetchAPIRequest_Referrer::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t FetchAPIRequest_Referrer::ByteSizeLong() const { … }
void FetchAPIRequest_Referrer::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void FetchAPIRequest_Referrer::MergeFrom(const FetchAPIRequest_Referrer& from) { … }
void FetchAPIRequest_Referrer::CopyFrom(const FetchAPIRequest_Referrer& from) { … }
bool FetchAPIRequest_Referrer::IsInitialized() const { … }
void FetchAPIRequest_Referrer::InternalSwap(FetchAPIRequest_Referrer* other) { … }
std::string FetchAPIRequest_Referrer::GetTypeName() const { … }
FetchAPIRequest_HeadersEntry_DoNotUse::FetchAPIRequest_HeadersEntry_DoNotUse() { … }
FetchAPIRequest_HeadersEntry_DoNotUse::FetchAPIRequest_HeadersEntry_DoNotUse(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: … { … }
void FetchAPIRequest_HeadersEntry_DoNotUse::MergeFrom(const FetchAPIRequest_HeadersEntry_DoNotUse& other) { … }
class FetchAPIRequest::_Internal { … };
const ::content::proto::internal::FetchAPIRequest_Referrer&
FetchAPIRequest::_Internal::referrer(const FetchAPIRequest* msg) { … }
FetchAPIRequest::FetchAPIRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
FetchAPIRequest::FetchAPIRequest(const FetchAPIRequest& from)
: … { … }
inline void FetchAPIRequest::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
FetchAPIRequest::~FetchAPIRequest() { … }
inline void FetchAPIRequest::SharedDtor() { … }
void FetchAPIRequest::SetCachedSize(int size) const { … }
void FetchAPIRequest::Clear() { … }
const char* FetchAPIRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* FetchAPIRequest::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t FetchAPIRequest::ByteSizeLong() const { … }
void FetchAPIRequest::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void FetchAPIRequest::MergeFrom(const FetchAPIRequest& from) { … }
void FetchAPIRequest::CopyFrom(const FetchAPIRequest& from) { … }
bool FetchAPIRequest::IsInitialized() const { … }
void FetchAPIRequest::InternalSwap(FetchAPIRequest* other) { … }
std::string FetchAPIRequest::GetTypeName() const { … }
}
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::content::proto::internal::FetchAPIRequest_Referrer*
Arena::CreateMaybeMessage< ::content::proto::internal::FetchAPIRequest_Referrer >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::content::proto::internal::FetchAPIRequest_HeadersEntry_DoNotUse*
Arena::CreateMaybeMessage< ::content::proto::internal::FetchAPIRequest_HeadersEntry_DoNotUse >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::content::proto::internal::FetchAPIRequest*
Arena::CreateMaybeMessage< ::content::proto::internal::FetchAPIRequest >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>