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