#include "encrypted_message.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 encrypted_messages {
PROTOBUF_CONSTEXPR EncryptedMessage::EncryptedMessage(
::_pbi::ConstantInitialized): … { … }
struct EncryptedMessageDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EncryptedMessageDefaultTypeInternal _EncryptedMessage_default_instance_;
}
namespace encrypted_messages {
bool EncryptedMessage_Algorithm_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> EncryptedMessage_Algorithm_strings[2] = …;
static const char EncryptedMessage_Algorithm_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry EncryptedMessage_Algorithm_entries[] = …;
static const int EncryptedMessage_Algorithm_entries_by_number[] = …;
const std::string& EncryptedMessage_Algorithm_Name(
EncryptedMessage_Algorithm value) { … }
bool EncryptedMessage_Algorithm_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, EncryptedMessage_Algorithm* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr EncryptedMessage_Algorithm EncryptedMessage::UNKNOWN_ALGORITHM;
constexpr EncryptedMessage_Algorithm EncryptedMessage::AEAD_ECDH_AES_128_CTR_HMAC_SHA256;
constexpr EncryptedMessage_Algorithm EncryptedMessage::Algorithm_MIN;
constexpr EncryptedMessage_Algorithm EncryptedMessage::Algorithm_MAX;
constexpr int EncryptedMessage::Algorithm_ARRAYSIZE;
#endif
class EncryptedMessage::_Internal { … };
EncryptedMessage::EncryptedMessage(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
EncryptedMessage::EncryptedMessage(const EncryptedMessage& from)
: … { … }
inline void EncryptedMessage::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
EncryptedMessage::~EncryptedMessage() { … }
inline void EncryptedMessage::SharedDtor() { … }
void EncryptedMessage::SetCachedSize(int size) const { … }
void EncryptedMessage::Clear() { … }
const char* EncryptedMessage::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* EncryptedMessage::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t EncryptedMessage::RequiredFieldsByteSizeFallback() const { … }
size_t EncryptedMessage::ByteSizeLong() const { … }
void EncryptedMessage::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void EncryptedMessage::MergeFrom(const EncryptedMessage& from) { … }
void EncryptedMessage::CopyFrom(const EncryptedMessage& from) { … }
bool EncryptedMessage::IsInitialized() const { … }
void EncryptedMessage::InternalSwap(EncryptedMessage* other) { … }
std::string EncryptedMessage::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::encrypted_messages::EncryptedMessage*
Arena::CreateMaybeMessage< ::encrypted_messages::EncryptedMessage >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>