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