#include "public.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 network {
PROTOBUF_CONSTEXPR TrustToken::TrustToken(
::_pbi::ConstantInitialized): … { … }
struct TrustTokenDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TrustTokenDefaultTypeInternal _TrustToken_default_instance_;
PROTOBUF_CONSTEXPR TrustTokenRedemptionRecord::TrustTokenRedemptionRecord(
::_pbi::ConstantInitialized): … { … }
struct TrustTokenRedemptionRecordDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TrustTokenRedemptionRecordDefaultTypeInternal _TrustTokenRedemptionRecord_default_instance_;
PROTOBUF_CONSTEXPR Timestamp::Timestamp(
::_pbi::ConstantInitialized): … { … }
struct TimestampDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TimestampDefaultTypeInternal _Timestamp_default_instance_;
}
namespace network {
class TrustToken::_Internal { … };
const ::network::Timestamp&
TrustToken::_Internal::creation_time(const TrustToken* msg) { … }
TrustToken::TrustToken(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
TrustToken::TrustToken(const TrustToken& from)
: … { … }
inline void TrustToken::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
TrustToken::~TrustToken() { … }
inline void TrustToken::SharedDtor() { … }
void TrustToken::SetCachedSize(int size) const { … }
void TrustToken::Clear() { … }
const char* TrustToken::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* TrustToken::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t TrustToken::ByteSizeLong() const { … }
void TrustToken::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void TrustToken::MergeFrom(const TrustToken& from) { … }
void TrustToken::CopyFrom(const TrustToken& from) { … }
bool TrustToken::IsInitialized() const { … }
void TrustToken::InternalSwap(TrustToken* other) { … }
std::string TrustToken::GetTypeName() const { … }
class TrustTokenRedemptionRecord::_Internal { … };
const ::network::Timestamp&
TrustTokenRedemptionRecord::_Internal::creation_time(const TrustTokenRedemptionRecord* msg) { … }
TrustTokenRedemptionRecord::TrustTokenRedemptionRecord(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
TrustTokenRedemptionRecord::TrustTokenRedemptionRecord(const TrustTokenRedemptionRecord& from)
: … { … }
inline void TrustTokenRedemptionRecord::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
TrustTokenRedemptionRecord::~TrustTokenRedemptionRecord() { … }
inline void TrustTokenRedemptionRecord::SharedDtor() { … }
void TrustTokenRedemptionRecord::SetCachedSize(int size) const { … }
void TrustTokenRedemptionRecord::Clear() { … }
const char* TrustTokenRedemptionRecord::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* TrustTokenRedemptionRecord::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t TrustTokenRedemptionRecord::ByteSizeLong() const { … }
void TrustTokenRedemptionRecord::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void TrustTokenRedemptionRecord::MergeFrom(const TrustTokenRedemptionRecord& from) { … }
void TrustTokenRedemptionRecord::CopyFrom(const TrustTokenRedemptionRecord& from) { … }
bool TrustTokenRedemptionRecord::IsInitialized() const { … }
void TrustTokenRedemptionRecord::InternalSwap(TrustTokenRedemptionRecord* other) { … }
std::string TrustTokenRedemptionRecord::GetTypeName() const { … }
class Timestamp::_Internal { … };
Timestamp::Timestamp(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
Timestamp::Timestamp(const Timestamp& from)
: … { … }
inline void Timestamp::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
Timestamp::~Timestamp() { … }
inline void Timestamp::SharedDtor() { … }
void Timestamp::SetCachedSize(int size) const { … }
void Timestamp::Clear() { … }
const char* Timestamp::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* Timestamp::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t Timestamp::ByteSizeLong() const { … }
void Timestamp::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void Timestamp::MergeFrom(const Timestamp& from) { … }
void Timestamp::CopyFrom(const Timestamp& from) { … }
bool Timestamp::IsInitialized() const { … }
void Timestamp::InternalSwap(Timestamp* other) { … }
std::string Timestamp::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::network::TrustToken*
Arena::CreateMaybeMessage< ::network::TrustToken >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::network::TrustTokenRedemptionRecord*
Arena::CreateMaybeMessage< ::network::TrustTokenRedemptionRecord >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::network::Timestamp*
Arena::CreateMaybeMessage< ::network::Timestamp >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>