#include "user_demographics.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 metrics {
PROTOBUF_CONSTEXPR UserDemographicsProto::UserDemographicsProto(
::_pbi::ConstantInitialized): … { … }
struct UserDemographicsProtoDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserDemographicsProtoDefaultTypeInternal _UserDemographicsProto_default_instance_;
}
namespace metrics {
bool UserDemographicsProto_Gender_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> UserDemographicsProto_Gender_strings[4] = …;
static const char UserDemographicsProto_Gender_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry UserDemographicsProto_Gender_entries[] = …;
static const int UserDemographicsProto_Gender_entries_by_number[] = …;
const std::string& UserDemographicsProto_Gender_Name(
UserDemographicsProto_Gender value) { … }
bool UserDemographicsProto_Gender_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, UserDemographicsProto_Gender* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr UserDemographicsProto_Gender UserDemographicsProto::GENDER_UNKNOWN;
constexpr UserDemographicsProto_Gender UserDemographicsProto::GENDER_MALE;
constexpr UserDemographicsProto_Gender UserDemographicsProto::GENDER_FEMALE;
constexpr UserDemographicsProto_Gender UserDemographicsProto::GENDER_CUSTOM_OR_OTHER;
constexpr UserDemographicsProto_Gender UserDemographicsProto::Gender_MIN;
constexpr UserDemographicsProto_Gender UserDemographicsProto::Gender_MAX;
constexpr int UserDemographicsProto::Gender_ARRAYSIZE;
#endif
class UserDemographicsProto::_Internal { … };
UserDemographicsProto::UserDemographicsProto(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
UserDemographicsProto::UserDemographicsProto(const UserDemographicsProto& from)
: … { … }
inline void UserDemographicsProto::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
UserDemographicsProto::~UserDemographicsProto() { … }
inline void UserDemographicsProto::SharedDtor() { … }
void UserDemographicsProto::SetCachedSize(int size) const { … }
void UserDemographicsProto::Clear() { … }
const char* UserDemographicsProto::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* UserDemographicsProto::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t UserDemographicsProto::ByteSizeLong() const { … }
void UserDemographicsProto::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void UserDemographicsProto::MergeFrom(const UserDemographicsProto& from) { … }
void UserDemographicsProto::CopyFrom(const UserDemographicsProto& from) { … }
bool UserDemographicsProto::IsInitialized() const { … }
void UserDemographicsProto::InternalSwap(UserDemographicsProto* other) { … }
std::string UserDemographicsProto::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::metrics::UserDemographicsProto*
Arena::CreateMaybeMessage< ::metrics::UserDemographicsProto >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>