#include "root_store.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_root_store {
PROTOBUF_CONSTEXPR ConstraintSet::ConstraintSet(
::_pbi::ConstantInitialized): … { … }
struct ConstraintSetDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConstraintSetDefaultTypeInternal _ConstraintSet_default_instance_;
PROTOBUF_CONSTEXPR TrustAnchor::TrustAnchor(
::_pbi::ConstantInitialized): … { … }
struct TrustAnchorDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TrustAnchorDefaultTypeInternal _TrustAnchor_default_instance_;
PROTOBUF_CONSTEXPR RootStore::RootStore(
::_pbi::ConstantInitialized): … { … }
struct RootStoreDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RootStoreDefaultTypeInternal _RootStore_default_instance_;
}
namespace chrome_root_store {
class ConstraintSet::_Internal { … };
ConstraintSet::ConstraintSet(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
ConstraintSet::ConstraintSet(const ConstraintSet& from)
: … { … }
inline void ConstraintSet::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
ConstraintSet::~ConstraintSet() { … }
inline void ConstraintSet::SharedDtor() { … }
void ConstraintSet::SetCachedSize(int size) const { … }
void ConstraintSet::Clear() { … }
const char* ConstraintSet::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* ConstraintSet::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t ConstraintSet::ByteSizeLong() const { … }
void ConstraintSet::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void ConstraintSet::MergeFrom(const ConstraintSet& from) { … }
void ConstraintSet::CopyFrom(const ConstraintSet& from) { … }
bool ConstraintSet::IsInitialized() const { … }
void ConstraintSet::InternalSwap(ConstraintSet* other) { … }
std::string ConstraintSet::GetTypeName() const { … }
class TrustAnchor::_Internal { … };
TrustAnchor::TrustAnchor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
TrustAnchor::TrustAnchor(const TrustAnchor& from)
: … { … }
inline void TrustAnchor::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
TrustAnchor::~TrustAnchor() { … }
inline void TrustAnchor::SharedDtor() { … }
void TrustAnchor::SetCachedSize(int size) const { … }
void TrustAnchor::clear_certificate() { … }
void TrustAnchor::Clear() { … }
const char* TrustAnchor::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* TrustAnchor::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t TrustAnchor::ByteSizeLong() const { … }
void TrustAnchor::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void TrustAnchor::MergeFrom(const TrustAnchor& from) { … }
void TrustAnchor::CopyFrom(const TrustAnchor& from) { … }
bool TrustAnchor::IsInitialized() const { … }
void TrustAnchor::InternalSwap(TrustAnchor* other) { … }
std::string TrustAnchor::GetTypeName() const { … }
class RootStore::_Internal { … };
RootStore::RootStore(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
RootStore::RootStore(const RootStore& from)
: … { … }
inline void RootStore::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
RootStore::~RootStore() { … }
inline void RootStore::SharedDtor() { … }
void RootStore::SetCachedSize(int size) const { … }
void RootStore::Clear() { … }
const char* RootStore::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* RootStore::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t RootStore::ByteSizeLong() const { … }
void RootStore::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void RootStore::MergeFrom(const RootStore& from) { … }
void RootStore::CopyFrom(const RootStore& from) { … }
bool RootStore::IsInitialized() const { … }
void RootStore::InternalSwap(RootStore* other) { … }
std::string RootStore::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::chrome_root_store::ConstraintSet*
Arena::CreateMaybeMessage< ::chrome_root_store::ConstraintSet >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::chrome_root_store::TrustAnchor*
Arena::CreateMaybeMessage< ::chrome_root_store::TrustAnchor >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::chrome_root_store::RootStore*
Arena::CreateMaybeMessage< ::chrome_root_store::RootStore >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>