#include "components/sync/protocol/webauthn_credential_specifics.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 sync_pb {
PROTOBUF_CONSTEXPR WebauthnCredentialSpecifics_Encrypted::WebauthnCredentialSpecifics_Encrypted(
::_pbi::ConstantInitialized): … { … }
struct WebauthnCredentialSpecifics_EncryptedDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 WebauthnCredentialSpecifics_EncryptedDefaultTypeInternal _WebauthnCredentialSpecifics_Encrypted_default_instance_;
PROTOBUF_CONSTEXPR WebauthnCredentialSpecifics::WebauthnCredentialSpecifics(
::_pbi::ConstantInitialized): … { … }
struct WebauthnCredentialSpecificsDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 WebauthnCredentialSpecificsDefaultTypeInternal _WebauthnCredentialSpecifics_default_instance_;
}
namespace sync_pb {
class WebauthnCredentialSpecifics_Encrypted::_Internal { … };
WebauthnCredentialSpecifics_Encrypted::WebauthnCredentialSpecifics_Encrypted(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
WebauthnCredentialSpecifics_Encrypted::WebauthnCredentialSpecifics_Encrypted(const WebauthnCredentialSpecifics_Encrypted& from)
: … { … }
inline void WebauthnCredentialSpecifics_Encrypted::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
WebauthnCredentialSpecifics_Encrypted::~WebauthnCredentialSpecifics_Encrypted() { … }
inline void WebauthnCredentialSpecifics_Encrypted::SharedDtor() { … }
void WebauthnCredentialSpecifics_Encrypted::SetCachedSize(int size) const { … }
void WebauthnCredentialSpecifics_Encrypted::Clear() { … }
const char* WebauthnCredentialSpecifics_Encrypted::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* WebauthnCredentialSpecifics_Encrypted::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t WebauthnCredentialSpecifics_Encrypted::ByteSizeLong() const { … }
void WebauthnCredentialSpecifics_Encrypted::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void WebauthnCredentialSpecifics_Encrypted::MergeFrom(const WebauthnCredentialSpecifics_Encrypted& from) { … }
void WebauthnCredentialSpecifics_Encrypted::CopyFrom(const WebauthnCredentialSpecifics_Encrypted& from) { … }
bool WebauthnCredentialSpecifics_Encrypted::IsInitialized() const { … }
void WebauthnCredentialSpecifics_Encrypted::InternalSwap(WebauthnCredentialSpecifics_Encrypted* other) { … }
std::string WebauthnCredentialSpecifics_Encrypted::GetTypeName() const { … }
class WebauthnCredentialSpecifics::_Internal { … };
WebauthnCredentialSpecifics::WebauthnCredentialSpecifics(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
WebauthnCredentialSpecifics::WebauthnCredentialSpecifics(const WebauthnCredentialSpecifics& from)
: … { … }
inline void WebauthnCredentialSpecifics::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
WebauthnCredentialSpecifics::~WebauthnCredentialSpecifics() { … }
inline void WebauthnCredentialSpecifics::SharedDtor() { … }
void WebauthnCredentialSpecifics::SetCachedSize(int size) const { … }
void WebauthnCredentialSpecifics::clear_encrypted_data() { … }
void WebauthnCredentialSpecifics::Clear() { … }
const char* WebauthnCredentialSpecifics::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* WebauthnCredentialSpecifics::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t WebauthnCredentialSpecifics::ByteSizeLong() const { … }
void WebauthnCredentialSpecifics::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void WebauthnCredentialSpecifics::MergeFrom(const WebauthnCredentialSpecifics& from) { … }
void WebauthnCredentialSpecifics::CopyFrom(const WebauthnCredentialSpecifics& from) { … }
bool WebauthnCredentialSpecifics::IsInitialized() const { … }
void WebauthnCredentialSpecifics::InternalSwap(WebauthnCredentialSpecifics* other) { … }
std::string WebauthnCredentialSpecifics::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::sync_pb::WebauthnCredentialSpecifics_Encrypted*
Arena::CreateMaybeMessage< ::sync_pb::WebauthnCredentialSpecifics_Encrypted >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::sync_pb::WebauthnCredentialSpecifics*
Arena::CreateMaybeMessage< ::sync_pb::WebauthnCredentialSpecifics >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>