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