#include "checkin.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 checkin_proto {
PROTOBUF_CONSTEXPR GservicesSetting::GservicesSetting(
::_pbi::ConstantInitialized): … { … }
struct GservicesSettingDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GservicesSettingDefaultTypeInternal _GservicesSetting_default_instance_;
PROTOBUF_CONSTEXPR AndroidCheckinRequest::AndroidCheckinRequest(
::_pbi::ConstantInitialized): … { … }
struct AndroidCheckinRequestDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AndroidCheckinRequestDefaultTypeInternal _AndroidCheckinRequest_default_instance_;
PROTOBUF_CONSTEXPR AndroidCheckinResponse::AndroidCheckinResponse(
::_pbi::ConstantInitialized): … { … }
struct AndroidCheckinResponseDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AndroidCheckinResponseDefaultTypeInternal _AndroidCheckinResponse_default_instance_;
}
namespace checkin_proto {
class GservicesSetting::_Internal { … };
GservicesSetting::GservicesSetting(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
GservicesSetting::GservicesSetting(const GservicesSetting& from)
: … { … }
inline void GservicesSetting::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
GservicesSetting::~GservicesSetting() { … }
inline void GservicesSetting::SharedDtor() { … }
void GservicesSetting::SetCachedSize(int size) const { … }
void GservicesSetting::Clear() { … }
const char* GservicesSetting::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* GservicesSetting::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t GservicesSetting::RequiredFieldsByteSizeFallback() const { … }
size_t GservicesSetting::ByteSizeLong() const { … }
void GservicesSetting::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void GservicesSetting::MergeFrom(const GservicesSetting& from) { … }
void GservicesSetting::CopyFrom(const GservicesSetting& from) { … }
bool GservicesSetting::IsInitialized() const { … }
void GservicesSetting::InternalSwap(GservicesSetting* other) { … }
std::string GservicesSetting::GetTypeName() const { … }
class AndroidCheckinRequest::_Internal { … };
const ::checkin_proto::AndroidCheckinProto&
AndroidCheckinRequest::_Internal::checkin(const AndroidCheckinRequest* msg) { … }
void AndroidCheckinRequest::clear_checkin() { … }
AndroidCheckinRequest::AndroidCheckinRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
AndroidCheckinRequest::AndroidCheckinRequest(const AndroidCheckinRequest& from)
: … { … }
inline void AndroidCheckinRequest::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
AndroidCheckinRequest::~AndroidCheckinRequest() { … }
inline void AndroidCheckinRequest::SharedDtor() { … }
void AndroidCheckinRequest::SetCachedSize(int size) const { … }
void AndroidCheckinRequest::Clear() { … }
const char* AndroidCheckinRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* AndroidCheckinRequest::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t AndroidCheckinRequest::ByteSizeLong() const { … }
void AndroidCheckinRequest::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void AndroidCheckinRequest::MergeFrom(const AndroidCheckinRequest& from) { … }
void AndroidCheckinRequest::CopyFrom(const AndroidCheckinRequest& from) { … }
bool AndroidCheckinRequest::IsInitialized() const { … }
void AndroidCheckinRequest::InternalSwap(AndroidCheckinRequest* other) { … }
std::string AndroidCheckinRequest::GetTypeName() const { … }
class AndroidCheckinResponse::_Internal { … };
AndroidCheckinResponse::AndroidCheckinResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
AndroidCheckinResponse::AndroidCheckinResponse(const AndroidCheckinResponse& from)
: … { … }
inline void AndroidCheckinResponse::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
AndroidCheckinResponse::~AndroidCheckinResponse() { … }
inline void AndroidCheckinResponse::SharedDtor() { … }
void AndroidCheckinResponse::SetCachedSize(int size) const { … }
void AndroidCheckinResponse::Clear() { … }
const char* AndroidCheckinResponse::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* AndroidCheckinResponse::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t AndroidCheckinResponse::ByteSizeLong() const { … }
void AndroidCheckinResponse::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void AndroidCheckinResponse::MergeFrom(const AndroidCheckinResponse& from) { … }
void AndroidCheckinResponse::CopyFrom(const AndroidCheckinResponse& from) { … }
bool AndroidCheckinResponse::IsInitialized() const { … }
void AndroidCheckinResponse::InternalSwap(AndroidCheckinResponse* other) { … }
std::string AndroidCheckinResponse::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::checkin_proto::GservicesSetting*
Arena::CreateMaybeMessage< ::checkin_proto::GservicesSetting >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::checkin_proto::AndroidCheckinRequest*
Arena::CreateMaybeMessage< ::checkin_proto::AndroidCheckinRequest >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::checkin_proto::AndroidCheckinResponse*
Arena::CreateMaybeMessage< ::checkin_proto::AndroidCheckinResponse >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>