class SystemProfile
Defined at line 183 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
Public Methods
void CopyFrom (const SystemProfile & from)
void Clear ()
::size_t ByteSizeLong ()
void SystemProfile ()
Defined at line 186 of file gen/third_party/cobalt/src/pb/common.pb.h
void SystemProfile (SystemProfile && from)
Defined at line 202 of file gen/third_party/cobalt/src/pb/common.pb.h
SystemProfile & operator= (const SystemProfile & from)
Defined at line 203 of file gen/third_party/cobalt/src/pb/common.pb.h
SystemProfile & operator= (SystemProfile && from)
Defined at line 207 of file gen/third_party/cobalt/src/pb/common.pb.h
const ::std::string & unknown_fields ()
Defined at line 217 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * mutable_unknown_fields ()
Defined at line 221 of file gen/third_party/cobalt/src/pb/common.pb.h
const SystemProfile & default_instance ()
Defined at line 226 of file gen/third_party/cobalt/src/pb/common.pb.h
void Swap (SystemProfile * other)
Defined at line 231 of file gen/third_party/cobalt/src/pb/common.pb.h
void UnsafeArenaSwap (SystemProfile * other)
Defined at line 239 of file gen/third_party/cobalt/src/pb/common.pb.h
SystemProfile * New (::google::protobuf::Arena * arena)
implements Message ----------------------------------------------
Defined at line 247 of file gen/third_party/cobalt/src/pb/common.pb.h
void MergeFrom (const SystemProfile & from)
Defined at line 252 of file gen/third_party/cobalt/src/pb/common.pb.h
bool IsInitialized ()
Defined at line 259 of file gen/third_party/cobalt/src/pb/common.pb.h
int GetCachedSize ()
Defined at line 283 of file gen/third_party/cobalt/src/pb/common.pb.h
bool ARCH_IsValid (int value)
Defined at line 341 of file gen/third_party/cobalt/src/pb/common.pb.h
template <typename T>
const ::std::string & ARCH_Name (T value)
Defined at line 348 of file gen/third_party/cobalt/src/pb/common.pb.h
bool ARCH_Parse (::absl::string_view name, ARCH * value)
Defined at line 351 of file gen/third_party/cobalt/src/pb/common.pb.h
bool BuildType_IsValid (int value)
Defined at line 361 of file gen/third_party/cobalt/src/pb/common.pb.h
template <typename T>
const ::std::string & BuildType_Name (T value)
Defined at line 368 of file gen/third_party/cobalt/src/pb/common.pb.h
bool BuildType_Parse (::absl::string_view name, BuildType * value)
Defined at line 371 of file gen/third_party/cobalt/src/pb/common.pb.h
void ~SystemProfile ()
template <typename = void>
void SystemProfile (::google::protobuf::internal::ConstantInitialized , const ::google::protobuf::internal::ClassData * class_data)
auto InternalGenerateClassData_ (const MessageLite & prototype, const ::google::protobuf::internal::TcParseTableBase * tc_table)
void SystemProfile (const SystemProfile & from)
Defined at line 201 of file gen/third_party/cobalt/src/pb/common.pb.h
bool OS_IsValid (int value)
Defined at line 320 of file gen/third_party/cobalt/src/pb/common.pb.h
template <typename T>
const ::std::string & OS_Name (T value)
Defined at line 327 of file gen/third_party/cobalt/src/pb/common.pb.h
bool OS_Parse (::absl::string_view name, OS * value)
Defined at line 330 of file gen/third_party/cobalt/src/pb/common.pb.h
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
int experiment_ids_size ()
repeated int64 experiment_ids = 13;
Defined at line 986 of file gen/third_party/cobalt/src/pb/common.pb.h
void clear_experiment_ids ()
Defined at line 989 of file gen/third_party/cobalt/src/pb/common.pb.h
::int64_t experiment_ids (int index)
Defined at line 994 of file gen/third_party/cobalt/src/pb/common.pb.h
void set_experiment_ids (int index, ::int64_t value)
Defined at line 998 of file gen/third_party/cobalt/src/pb/common.pb.h
void add_experiment_ids (::int64_t value)
Defined at line 1002 of file gen/third_party/cobalt/src/pb/common.pb.h
const ::google::protobuf::RepeatedField< ::int64_t> & experiment_ids ()
Defined at line 1010 of file gen/third_party/cobalt/src/pb/common.pb.h
::google::protobuf::RepeatedField< ::int64_t> * mutable_experiment_ids ()
Defined at line 1015 of file gen/third_party/cobalt/src/pb/common.pb.h
void clear_board_name ()
string board_name = 4;
Defined at line 639 of file gen/third_party/cobalt/src/pb/common.pb.h
const ::std::string & board_name ()
Defined at line 644 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 650 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * mutable_board_name ()
Defined at line 656 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * release_board_name ()
Defined at line 675 of file gen/third_party/cobalt/src/pb/common.pb.h
void set_allocated_board_name (::std::string * value)
Defined at line 688 of file gen/third_party/cobalt/src/pb/common.pb.h
void clear_product_name ()
string product_name = 5;
Defined at line 703 of file gen/third_party/cobalt/src/pb/common.pb.h
const ::std::string & product_name ()
Defined at line 708 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 714 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * mutable_product_name ()
Defined at line 720 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * release_product_name ()
Defined at line 739 of file gen/third_party/cobalt/src/pb/common.pb.h
void set_allocated_product_name (::std::string * value)
Defined at line 752 of file gen/third_party/cobalt/src/pb/common.pb.h
void clear_system_version ()
string system_version = 8;
Defined at line 767 of file gen/third_party/cobalt/src/pb/common.pb.h
const ::std::string & system_version ()
Defined at line 772 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 778 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * mutable_system_version ()
Defined at line 784 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * release_system_version ()
Defined at line 803 of file gen/third_party/cobalt/src/pb/common.pb.h
void set_allocated_system_version (::std::string * value)
Defined at line 816 of file gen/third_party/cobalt/src/pb/common.pb.h
void clear_channel ()
string channel = 9;
Defined at line 895 of file gen/third_party/cobalt/src/pb/common.pb.h
const ::std::string & channel ()
Defined at line 900 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 906 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * mutable_channel ()
Defined at line 912 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * release_channel ()
Defined at line 931 of file gen/third_party/cobalt/src/pb/common.pb.h
void set_allocated_channel (::std::string * value)
Defined at line 944 of file gen/third_party/cobalt/src/pb/common.pb.h
void clear_app_version ()
string app_version = 14;
Defined at line 831 of file gen/third_party/cobalt/src/pb/common.pb.h
const ::std::string & app_version ()
Defined at line 836 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 842 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * mutable_app_version ()
Defined at line 848 of file gen/third_party/cobalt/src/pb/common.pb.h
::std::string * release_app_version ()
Defined at line 867 of file gen/third_party/cobalt/src/pb/common.pb.h
void set_allocated_app_version (::std::string * value)
Defined at line 880 of file gen/third_party/cobalt/src/pb/common.pb.h
void clear_os ()
.cobalt.SystemProfile.OS os = 1;
Defined at line 591 of file gen/third_party/cobalt/src/pb/common.pb.h
::cobalt::SystemProfile_OS os ()
Defined at line 596 of file gen/third_party/cobalt/src/pb/common.pb.h
void set_os (::cobalt::SystemProfile_OS value)
Defined at line 600 of file gen/third_party/cobalt/src/pb/common.pb.h
void clear_arch ()
.cobalt.SystemProfile.ARCH arch = 2;
Defined at line 615 of file gen/third_party/cobalt/src/pb/common.pb.h
::cobalt::SystemProfile_ARCH arch ()
Defined at line 620 of file gen/third_party/cobalt/src/pb/common.pb.h
void set_arch (::cobalt::SystemProfile_ARCH value)
Defined at line 624 of file gen/third_party/cobalt/src/pb/common.pb.h
void clear_build_type ()
.cobalt.SystemProfile.BuildType build_type = 11;
Defined at line 959 of file gen/third_party/cobalt/src/pb/common.pb.h
::cobalt::SystemProfile_BuildType build_type ()
Defined at line 964 of file gen/third_party/cobalt/src/pb/common.pb.h
void set_build_type (::cobalt::SystemProfile_BuildType value)
Defined at line 968 of file gen/third_party/cobalt/src/pb/common.pb.h
void clear_cookie_bucket ()
int32 cookie_bucket = 16;
Defined at line 1034 of file gen/third_party/cobalt/src/pb/common.pb.h
::int32_t cookie_bucket ()
Defined at line 1039 of file gen/third_party/cobalt/src/pb/common.pb.h
void set_cookie_bucket (::int32_t value)
Defined at line 1043 of file gen/third_party/cobalt/src/pb/common.pb.h
Enumerations
enum (unnamed) : int
| 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 377 of file gen/third_party/cobalt/src/pb/common.pb.h
Friends
class TableStruct_src_2fpb_2fcommon_2eproto
template <typename T>
class InternalHelper
class PrivateAccess
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view SystemProfile ()
void SystemProfile (SystemProfile & aSystemProfile & b)