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