class MetricDefinition_StructField
Defined at line 514 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
-------------------------------------------------------------------
Public Members
static const int kIndexInFileMessages
static MetricDefinition_StructField_FieldType FIELD_TYPE_UNSPECIFIED
static MetricDefinition_StructField_FieldType BOOL
static MetricDefinition_StructField_FieldType ENUM
static MetricDefinition_StructField_FieldType STRING
static MetricDefinition_StructField_FieldType FieldType_MIN
static MetricDefinition_StructField_FieldType FieldType_MAX
static const int FieldType_ARRAYSIZE
Public Methods
void CopyFrom (const MetricDefinition_StructField & from)
void Clear ()
::size_t ByteSizeLong ()
void MetricDefinition_StructField ()
Defined at line 517 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
MetricDefinition_StructField & operator= (const MetricDefinition_StructField & from)
Defined at line 534 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
MetricDefinition_StructField & operator= (MetricDefinition_StructField && from)
Defined at line 538 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
const ::std::string & unknown_fields ()
Defined at line 548 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
::std::string * mutable_unknown_fields ()
Defined at line 552 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
const MetricDefinition_StructField & default_instance ()
Defined at line 557 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void Swap (MetricDefinition_StructField * other)
Defined at line 562 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void UnsafeArenaSwap (MetricDefinition_StructField * other)
Defined at line 570 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
MetricDefinition_StructField * New (::google::protobuf::Arena * arena)
implements Message ----------------------------------------------
Defined at line 578 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void MergeFrom (const MetricDefinition_StructField & from)
Defined at line 583 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
bool IsInitialized ()
Defined at line 590 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
int GetCachedSize ()
Defined at line 614 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
bool FieldType_IsValid (int value)
Defined at line 651 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
template <typename T>
const ::std::string & FieldType_Name (T value)
Defined at line 658 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
bool FieldType_Parse (::absl::string_view name, FieldType * value)
Defined at line 661 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void ~MetricDefinition_StructField ()
template <typename = void>
void MetricDefinition_StructField (::google::protobuf::internal::ConstantInitialized , const ::google::protobuf::internal::ClassData * class_data)
void MetricDefinition_StructField (const MetricDefinition_StructField & from)
Defined at line 532 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void MetricDefinition_StructField (MetricDefinition_StructField && from)
Defined at line 533 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
auto InternalGenerateClassData_ (const MessageLite & prototype, const ::google::protobuf::internal::TcParseTableBase * tc_table)
void clear_name ()
string name = 2;
Defined at line 1852 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
const ::std::string & name ()
Defined at line 1857 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
template <typename Arg_ = const ::std::string&, typename... Args_>
void set_name (Arg_ && arg, Args_... args)
Defined at line 1863 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
::std::string * mutable_name ()
Defined at line 1869 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
::std::string * release_name ()
Defined at line 1888 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void set_allocated_name (::std::string * value)
Defined at line 1901 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void clear_string_candidate_file ()
string string_candidate_file = 5;
Defined at line 1971 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
const ::std::string & string_candidate_file ()
Defined at line 1976 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
template <typename Arg_ = const ::std::string&, typename... Args_>
void set_string_candidate_file (Arg_ && arg, Args_... args)
Defined at line 1982 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
::std::string * mutable_string_candidate_file ()
Defined at line 1988 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
::std::string * release_string_candidate_file ()
Defined at line 2007 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void set_allocated_string_candidate_file (::std::string * value)
Defined at line 2020 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void clear_id ()
uint32 id = 1;
Defined at line 1828 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
::uint32_t id ()
Defined at line 1833 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void set_id (::uint32_t value)
Defined at line 1837 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void clear_type ()
.cobalt.MetricDefinition.StructField.FieldType type = 3;
Defined at line 1916 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
::cobalt::MetricDefinition_StructField_FieldType type ()
Defined at line 1921 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void set_type (::cobalt::MetricDefinition_StructField_FieldType value)
Defined at line 1925 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
int enum__size ()
map
<uint32
, string> enum = 4;
Defined at line 1943 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
void clear_enum_ ()
Defined at line 1946 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
const ::google::protobuf::Map< ::uint32_t, ::std::string> & enum_ ()
Defined at line 1955 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
::google::protobuf::Map< ::uint32_t, ::std::string> * mutable_enum_ ()
Defined at line 1963 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
Enumerations
enum (unnamed) : int
| Name | Value |
|---|---|
| kNameFieldNumber | 2 |
| kStringCandidateFileFieldNumber | 5 |
| kIdFieldNumber | 1 |
| kTypeFieldNumber | 3 |
| kEnumFieldNumber | 4 |
accessors -------------------------------------------------------
Defined at line 667 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h
Friends
class TableStruct_src_2fregistry_2fmetric_5fdefinition_2eproto
template <typename T>
class InternalHelper
class PrivateAccess
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view MetricDefinition_StructField ()
void MetricDefinition_StructField (MetricDefinition_StructField & aMetricDefinition_StructField & b)