#include "key_pinning.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 chrome_browser_key_pinning {
PROTOBUF_CONSTEXPR PinSet::PinSet(
::_pbi::ConstantInitialized): … { … }
struct PinSetDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PinSetDefaultTypeInternal _PinSet_default_instance_;
PROTOBUF_CONSTEXPR PinSetInfo::PinSetInfo(
::_pbi::ConstantInitialized): … { … }
struct PinSetInfoDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PinSetInfoDefaultTypeInternal _PinSetInfo_default_instance_;
PROTOBUF_CONSTEXPR PinList::PinList(
::_pbi::ConstantInitialized): … { … }
struct PinListDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PinListDefaultTypeInternal _PinList_default_instance_;
}
namespace chrome_browser_key_pinning {
class PinSet::_Internal { … };
PinSet::PinSet(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
PinSet::PinSet(const PinSet& from)
: … { … }
inline void PinSet::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
PinSet::~PinSet() { … }
inline void PinSet::SharedDtor() { … }
void PinSet::SetCachedSize(int size) const { … }
void PinSet::Clear() { … }
const char* PinSet::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* PinSet::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t PinSet::ByteSizeLong() const { … }
void PinSet::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void PinSet::MergeFrom(const PinSet& from) { … }
void PinSet::CopyFrom(const PinSet& from) { … }
bool PinSet::IsInitialized() const { … }
void PinSet::InternalSwap(PinSet* other) { … }
std::string PinSet::GetTypeName() const { … }
class PinSetInfo::_Internal { … };
PinSetInfo::PinSetInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
PinSetInfo::PinSetInfo(const PinSetInfo& from)
: … { … }
inline void PinSetInfo::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
PinSetInfo::~PinSetInfo() { … }
inline void PinSetInfo::SharedDtor() { … }
void PinSetInfo::SetCachedSize(int size) const { … }
void PinSetInfo::Clear() { … }
const char* PinSetInfo::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* PinSetInfo::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t PinSetInfo::ByteSizeLong() const { … }
void PinSetInfo::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void PinSetInfo::MergeFrom(const PinSetInfo& from) { … }
void PinSetInfo::CopyFrom(const PinSetInfo& from) { … }
bool PinSetInfo::IsInitialized() const { … }
void PinSetInfo::InternalSwap(PinSetInfo* other) { … }
std::string PinSetInfo::GetTypeName() const { … }
class PinList::_Internal { … };
const ::chrome_browser_key_pinning::KPTimestamp&
PinList::_Internal::timestamp(const PinList* msg) { … }
void PinList::clear_timestamp() { … }
PinList::PinList(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
PinList::PinList(const PinList& from)
: … { … }
inline void PinList::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
PinList::~PinList() { … }
inline void PinList::SharedDtor() { … }
void PinList::SetCachedSize(int size) const { … }
void PinList::Clear() { … }
const char* PinList::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* PinList::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t PinList::ByteSizeLong() const { … }
void PinList::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void PinList::MergeFrom(const PinList& from) { … }
void PinList::CopyFrom(const PinList& from) { … }
bool PinList::IsInitialized() const { … }
void PinList::InternalSwap(PinList* other) { … }
std::string PinList::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::chrome_browser_key_pinning::PinSet*
Arena::CreateMaybeMessage< ::chrome_browser_key_pinning::PinSet >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::chrome_browser_key_pinning::PinSetInfo*
Arena::CreateMaybeMessage< ::chrome_browser_key_pinning::PinSetInfo >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::chrome_browser_key_pinning::PinList*
Arena::CreateMaybeMessage< ::chrome_browser_key_pinning::PinList >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>