#include "gcm_encryption_data.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 gcm {
PROTOBUF_CONSTEXPR KeyPair::KeyPair(
::_pbi::ConstantInitialized): … { … }
struct KeyPairDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 KeyPairDefaultTypeInternal _KeyPair_default_instance_;
PROTOBUF_CONSTEXPR EncryptionData::EncryptionData(
::_pbi::ConstantInitialized): … { … }
struct EncryptionDataDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EncryptionDataDefaultTypeInternal _EncryptionData_default_instance_;
}
namespace gcm {
bool KeyPair_KeyType_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> KeyPair_KeyType_strings[1] = …;
static const char KeyPair_KeyType_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry KeyPair_KeyType_entries[] = …;
static const int KeyPair_KeyType_entries_by_number[] = …;
const std::string& KeyPair_KeyType_Name(
KeyPair_KeyType value) { … }
bool KeyPair_KeyType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, KeyPair_KeyType* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr KeyPair_KeyType KeyPair::ECDH_P256;
constexpr KeyPair_KeyType KeyPair::KeyType_MIN;
constexpr KeyPair_KeyType KeyPair::KeyType_MAX;
constexpr int KeyPair::KeyType_ARRAYSIZE;
#endif
class KeyPair::_Internal { … };
KeyPair::KeyPair(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
KeyPair::KeyPair(const KeyPair& from)
: … { … }
inline void KeyPair::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
KeyPair::~KeyPair() { … }
inline void KeyPair::SharedDtor() { … }
void KeyPair::SetCachedSize(int size) const { … }
void KeyPair::Clear() { … }
const char* KeyPair::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* KeyPair::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t KeyPair::ByteSizeLong() const { … }
void KeyPair::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void KeyPair::MergeFrom(const KeyPair& from) { … }
void KeyPair::CopyFrom(const KeyPair& from) { … }
bool KeyPair::IsInitialized() const { … }
void KeyPair::InternalSwap(KeyPair* other) { … }
std::string KeyPair::GetTypeName() const { … }
class EncryptionData::_Internal { … };
EncryptionData::EncryptionData(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
EncryptionData::EncryptionData(const EncryptionData& from)
: … { … }
inline void EncryptionData::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
EncryptionData::~EncryptionData() { … }
inline void EncryptionData::SharedDtor() { … }
void EncryptionData::SetCachedSize(int size) const { … }
void EncryptionData::Clear() { … }
const char* EncryptionData::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* EncryptionData::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t EncryptionData::ByteSizeLong() const { … }
void EncryptionData::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void EncryptionData::MergeFrom(const EncryptionData& from) { … }
void EncryptionData::CopyFrom(const EncryptionData& from) { … }
bool EncryptionData::IsInitialized() const { … }
void EncryptionData::InternalSwap(EncryptionData* other) { … }
std::string EncryptionData::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::gcm::KeyPair*
Arena::CreateMaybeMessage< ::gcm::KeyPair >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::gcm::EncryptionData*
Arena::CreateMaybeMessage< ::gcm::EncryptionData >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>