#include "components/segmentation_platform/internal/proto/client_results.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 segmentation_platform {
namespace proto {
PROTOBUF_CONSTEXPR ClientResult::ClientResult(
::_pbi::ConstantInitialized): … { … }
struct ClientResultDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ClientResultDefaultTypeInternal _ClientResult_default_instance_;
PROTOBUF_CONSTEXPR ClientResults_ClientResultMapEntry_DoNotUse::ClientResults_ClientResultMapEntry_DoNotUse(
::_pbi::ConstantInitialized) { … }
struct ClientResults_ClientResultMapEntry_DoNotUseDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ClientResults_ClientResultMapEntry_DoNotUseDefaultTypeInternal _ClientResults_ClientResultMapEntry_DoNotUse_default_instance_;
PROTOBUF_CONSTEXPR ClientResults::ClientResults(
::_pbi::ConstantInitialized): … { … }
struct ClientResultsDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ClientResultsDefaultTypeInternal _ClientResults_default_instance_;
}
}
namespace segmentation_platform {
namespace proto {
class ClientResult::_Internal { … };
const ::segmentation_platform::proto::PredictionResult&
ClientResult::_Internal::client_result(const ClientResult* msg) { … }
void ClientResult::clear_client_result() { … }
ClientResult::ClientResult(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
ClientResult::ClientResult(const ClientResult& from)
: … { … }
inline void ClientResult::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
ClientResult::~ClientResult() { … }
inline void ClientResult::SharedDtor() { … }
void ClientResult::SetCachedSize(int size) const { … }
void ClientResult::Clear() { … }
const char* ClientResult::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* ClientResult::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t ClientResult::ByteSizeLong() const { … }
void ClientResult::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void ClientResult::MergeFrom(const ClientResult& from) { … }
void ClientResult::CopyFrom(const ClientResult& from) { … }
bool ClientResult::IsInitialized() const { … }
void ClientResult::InternalSwap(ClientResult* other) { … }
std::string ClientResult::GetTypeName() const { … }
ClientResults_ClientResultMapEntry_DoNotUse::ClientResults_ClientResultMapEntry_DoNotUse() { … }
ClientResults_ClientResultMapEntry_DoNotUse::ClientResults_ClientResultMapEntry_DoNotUse(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: … { … }
void ClientResults_ClientResultMapEntry_DoNotUse::MergeFrom(const ClientResults_ClientResultMapEntry_DoNotUse& other) { … }
class ClientResults::_Internal { … };
ClientResults::ClientResults(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
ClientResults::ClientResults(const ClientResults& from)
: … { … }
inline void ClientResults::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
ClientResults::~ClientResults() { … }
inline void ClientResults::SharedDtor() { … }
void ClientResults::SetCachedSize(int size) const { … }
void ClientResults::Clear() { … }
const char* ClientResults::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* ClientResults::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t ClientResults::ByteSizeLong() const { … }
void ClientResults::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void ClientResults::MergeFrom(const ClientResults& from) { … }
void ClientResults::CopyFrom(const ClientResults& from) { … }
bool ClientResults::IsInitialized() const { … }
void ClientResults::InternalSwap(ClientResults* other) { … }
std::string ClientResults::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::segmentation_platform::proto::ClientResult*
Arena::CreateMaybeMessage< ::segmentation_platform::proto::ClientResult >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::segmentation_platform::proto::ClientResults_ClientResultMapEntry_DoNotUse*
Arena::CreateMaybeMessage< ::segmentation_platform::proto::ClientResults_ClientResultMapEntry_DoNotUse >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::segmentation_platform::proto::ClientResults*
Arena::CreateMaybeMessage< ::segmentation_platform::proto::ClientResults >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>