class SystemProfile

Defined at line 145 of file gen/third_party/cobalt/src/pb/common.pb.h

-------------------------------------------------------------------

Public Members

static const int kIndexInFileMessages
static SystemProfile_OS UNKNOWN_OS
static SystemProfile_OS FUCHSIA
static SystemProfile_OS LINUX
static SystemProfile_OS ANDROID
static SystemProfile_OS OS_MIN
static SystemProfile_OS OS_MAX
static const int OS_ARRAYSIZE
static SystemProfile_ARCH UNKNOWN_ARCH
static SystemProfile_ARCH X86_64
static SystemProfile_ARCH ARM_64
static SystemProfile_ARCH X86
static SystemProfile_ARCH X86_32
static SystemProfile_ARCH ARM_32
static SystemProfile_ARCH ARCH_MIN
static SystemProfile_ARCH ARCH_MAX
static const int ARCH_ARRAYSIZE
static SystemProfile_BuildType UNKNOWN_TYPE
static SystemProfile_BuildType OTHER_TYPE
static SystemProfile_BuildType USER
static SystemProfile_BuildType USER_DEBUG
static SystemProfile_BuildType ENG
static SystemProfile_BuildType BuildType_MIN
static SystemProfile_BuildType BuildType_MAX
static const int BuildType_ARRAYSIZE

Protected Members

static const ::google::protobuf::internal::ClassDataLite<21> _class_data_

Public Methods

void SystemProfile ()

Defined at line 149 of file gen/third_party/cobalt/src/pb/common.pb.h

void ~SystemProfile ()
template <typename = void>
void SystemProfile (::google::protobuf::internal::ConstantInitialized )
void CopyFrom (const SystemProfile & from)
void Clear ()
::size_t ByteSizeLong ()
void SystemProfile (const SystemProfile & from)

Defined at line 163 of file gen/third_party/cobalt/src/pb/common.pb.h

void SystemProfile (SystemProfile && from)

Defined at line 164 of file gen/third_party/cobalt/src/pb/common.pb.h

SystemProfile & operator= (const SystemProfile & from)

Defined at line 166 of file gen/third_party/cobalt/src/pb/common.pb.h

SystemProfile & operator= (SystemProfile && from)

Defined at line 170 of file gen/third_party/cobalt/src/pb/common.pb.h

const std::string & unknown_fields ()

Defined at line 180 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * mutable_unknown_fields ()

Defined at line 184 of file gen/third_party/cobalt/src/pb/common.pb.h

const SystemProfile & default_instance ()

Defined at line 189 of file gen/third_party/cobalt/src/pb/common.pb.h

const SystemProfile * internal_default_instance ()

Defined at line 192 of file gen/third_party/cobalt/src/pb/common.pb.h

void Swap (SystemProfile * other)

Defined at line 198 of file gen/third_party/cobalt/src/pb/common.pb.h

void UnsafeArenaSwap (SystemProfile * other)

Defined at line 206 of file gen/third_party/cobalt/src/pb/common.pb.h

SystemProfile * New (::google::protobuf::Arena * arena)

implements Message ----------------------------------------------

Defined at line 214 of file gen/third_party/cobalt/src/pb/common.pb.h

void MergeFrom (const SystemProfile & from)

Defined at line 218 of file gen/third_party/cobalt/src/pb/common.pb.h

bool IsInitialized ()

Defined at line 225 of file gen/third_party/cobalt/src/pb/common.pb.h

int GetCachedSize ()

Defined at line 249 of file gen/third_party/cobalt/src/pb/common.pb.h

::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
bool OS_IsValid (int value)

Defined at line 281 of file gen/third_party/cobalt/src/pb/common.pb.h

template <typename T>
const std::string & OS_Name (T value)

Defined at line 288 of file gen/third_party/cobalt/src/pb/common.pb.h

bool OS_Parse (absl::string_view name, OS * value)

Defined at line 291 of file gen/third_party/cobalt/src/pb/common.pb.h

bool ARCH_IsValid (int value)

Defined at line 301 of file gen/third_party/cobalt/src/pb/common.pb.h

template <typename T>
const std::string & ARCH_Name (T value)

Defined at line 308 of file gen/third_party/cobalt/src/pb/common.pb.h

bool ARCH_Parse (absl::string_view name, ARCH * value)

Defined at line 311 of file gen/third_party/cobalt/src/pb/common.pb.h

bool BuildType_IsValid (int value)

Defined at line 320 of file gen/third_party/cobalt/src/pb/common.pb.h

template <typename T>
const std::string & BuildType_Name (T value)

Defined at line 327 of file gen/third_party/cobalt/src/pb/common.pb.h

bool BuildType_Parse (absl::string_view name, BuildType * value)

Defined at line 330 of file gen/third_party/cobalt/src/pb/common.pb.h

int experiment_ids_size ()

repeated int64 experiment_ids = 13;

Defined at line 852 of file gen/third_party/cobalt/src/pb/common.pb.h

void clear_experiment_ids ()

Defined at line 855 of file gen/third_party/cobalt/src/pb/common.pb.h

::int64_t experiment_ids (int index)

Defined at line 859 of file gen/third_party/cobalt/src/pb/common.pb.h

void set_experiment_ids (int index, ::int64_t value)

Defined at line 863 of file gen/third_party/cobalt/src/pb/common.pb.h

void add_experiment_ids (::int64_t value)

Defined at line 867 of file gen/third_party/cobalt/src/pb/common.pb.h

const ::google::protobuf::RepeatedField< ::int64_t> & experiment_ids ()

Defined at line 872 of file gen/third_party/cobalt/src/pb/common.pb.h

::google::protobuf::RepeatedField< ::int64_t> * mutable_experiment_ids ()

Defined at line 877 of file gen/third_party/cobalt/src/pb/common.pb.h

void clear_board_name ()

string board_name = 4;

Defined at line 587 of file gen/third_party/cobalt/src/pb/common.pb.h

const std::string & board_name ()

Defined at line 591 of file gen/third_party/cobalt/src/pb/common.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_board_name (Arg_ && arg, Args_... args)

Defined at line 597 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * mutable_board_name ()

Defined at line 603 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * release_board_name ()

Defined at line 620 of file gen/third_party/cobalt/src/pb/common.pb.h

void set_allocated_board_name (std::string * value)

Defined at line 625 of file gen/third_party/cobalt/src/pb/common.pb.h

void clear_product_name ()

string product_name = 5;

Defined at line 635 of file gen/third_party/cobalt/src/pb/common.pb.h

const std::string & product_name ()

Defined at line 639 of file gen/third_party/cobalt/src/pb/common.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_product_name (Arg_ && arg, Args_... args)

Defined at line 645 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * mutable_product_name ()

Defined at line 651 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * release_product_name ()

Defined at line 668 of file gen/third_party/cobalt/src/pb/common.pb.h

void set_allocated_product_name (std::string * value)

Defined at line 673 of file gen/third_party/cobalt/src/pb/common.pb.h

void clear_system_version ()

string system_version = 8;

Defined at line 683 of file gen/third_party/cobalt/src/pb/common.pb.h

const std::string & system_version ()

Defined at line 687 of file gen/third_party/cobalt/src/pb/common.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_system_version (Arg_ && arg, Args_... args)

Defined at line 693 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * mutable_system_version ()

Defined at line 699 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * release_system_version ()

Defined at line 716 of file gen/third_party/cobalt/src/pb/common.pb.h

void set_allocated_system_version (std::string * value)

Defined at line 721 of file gen/third_party/cobalt/src/pb/common.pb.h

void clear_channel ()

string channel = 9;

Defined at line 779 of file gen/third_party/cobalt/src/pb/common.pb.h

const std::string & channel ()

Defined at line 783 of file gen/third_party/cobalt/src/pb/common.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_channel (Arg_ && arg, Args_... args)

Defined at line 789 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * mutable_channel ()

Defined at line 795 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * release_channel ()

Defined at line 812 of file gen/third_party/cobalt/src/pb/common.pb.h

void set_allocated_channel (std::string * value)

Defined at line 817 of file gen/third_party/cobalt/src/pb/common.pb.h

void clear_app_version ()

string app_version = 14;

Defined at line 731 of file gen/third_party/cobalt/src/pb/common.pb.h

const std::string & app_version ()

Defined at line 735 of file gen/third_party/cobalt/src/pb/common.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_app_version (Arg_ && arg, Args_... args)

Defined at line 741 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * mutable_app_version ()

Defined at line 747 of file gen/third_party/cobalt/src/pb/common.pb.h

std::string * release_app_version ()

Defined at line 764 of file gen/third_party/cobalt/src/pb/common.pb.h

void set_allocated_app_version (std::string * value)

Defined at line 769 of file gen/third_party/cobalt/src/pb/common.pb.h

void clear_os ()

.cobalt.SystemProfile.OS os = 1;

Defined at line 543 of file gen/third_party/cobalt/src/pb/common.pb.h

::cobalt::SystemProfile_OS os ()

Defined at line 547 of file gen/third_party/cobalt/src/pb/common.pb.h

void set_os (::cobalt::SystemProfile_OS value)

Defined at line 551 of file gen/third_party/cobalt/src/pb/common.pb.h

void clear_arch ()

.cobalt.SystemProfile.ARCH arch = 2;

Defined at line 565 of file gen/third_party/cobalt/src/pb/common.pb.h

::cobalt::SystemProfile_ARCH arch ()

Defined at line 569 of file gen/third_party/cobalt/src/pb/common.pb.h

void set_arch (::cobalt::SystemProfile_ARCH value)

Defined at line 573 of file gen/third_party/cobalt/src/pb/common.pb.h

void clear_build_type ()

.cobalt.SystemProfile.BuildType build_type = 11;

Defined at line 827 of file gen/third_party/cobalt/src/pb/common.pb.h

::cobalt::SystemProfile_BuildType build_type ()

Defined at line 831 of file gen/third_party/cobalt/src/pb/common.pb.h

void set_build_type (::cobalt::SystemProfile_BuildType value)

Defined at line 835 of file gen/third_party/cobalt/src/pb/common.pb.h

void clear_cookie_bucket ()

int32 cookie_bucket = 16;

Defined at line 894 of file gen/third_party/cobalt/src/pb/common.pb.h

::int32_t cookie_bucket ()

Defined at line 898 of file gen/third_party/cobalt/src/pb/common.pb.h

void set_cookie_bucket (::int32_t value)

Defined at line 902 of file gen/third_party/cobalt/src/pb/common.pb.h

Protected Methods

void SystemProfile (::google::protobuf::Arena * arena)
void SystemProfile (::google::protobuf::Arena * arena, const SystemProfile & from)
const ::google::protobuf::internal::ClassData * GetClassData ()
void * PlacementNew_ (const void * , void * mem, ::google::protobuf::Arena * arena)
auto InternalNewImpl_ ()
void SystemProfile (::google::protobuf::Arena * arena, SystemProfile && from)

Defined at line 264 of file gen/third_party/cobalt/src/pb/common.pb.h

Enumerations

enum 
Name Value
kExperimentIdsFieldNumber 13
kBoardNameFieldNumber 4
kProductNameFieldNumber 5
kSystemVersionFieldNumber 8
kChannelFieldNumber 9
kAppVersionFieldNumber 14
kOsFieldNumber 1
kArchFieldNumber 2
kBuildTypeFieldNumber 11
kCookieBucketFieldNumber 16

accessors -------------------------------------------------------

Defined at line 335 of file gen/third_party/cobalt/src/pb/common.pb.h

Friends

class TableStruct_src_2fpb_2fcommon_2eproto
template <typename T>
class InternalHelper
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view SystemProfile ()
void SystemProfile (SystemProfile & aSystemProfile & b)