Namespaces

Enumerations

enum class FetchCpuResult
Name Value
Ok 0
FirstDataPoint 1
Error 2

Defined at line 12 of file ../../src/cobalt/bin/system-metrics/cpu_stats_fetcher.h

enum class LogMetricMethod
Name Value
kDefault 0
kLogOccurrence 1
kLogInteger 2
kLogIntegerHistogram 3
kLogString 4
kLogMetricEvents 5
kLogCustomEvent 6

Defined at line 12 of file ../../src/cobalt/bin/testing/log_metric_method.h

enum class StatusCode : int8_t
Name Value
OK 0
CANCELLED 1
UNKNOWN 2
INVALID_ARGUMENT 3
DEADLINE_EXCEEDED 4
NOT_FOUND 5
ALREADY_EXISTS 6
PERMISSION_DENIED 7
RESOURCE_EXHAUSTED 8
FAILED_PRECONDITION 9
ABORTED 10
OUT_OF_RANGE 11
UNIMPLEMENTED 12
INTERNAL 13
UNAVAILABLE 14
DATA_LOSS 15
UNAUTHENTICATED 16
DO_NOT_USE -1

Defined at line 14 of file ../../third_party/cobalt/src/public/lib/status_codes.h

enum WindowSize : int
Name Value
UNSET 0
WINDOW_1_DAY 1
WINDOW_7_DAYS 7
WINDOW_28_DAYS 28
WINDOW_30_DAYS 30
WindowSize_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
WindowSize_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 63 of file gen/third_party/cobalt/src/registry/window_size.pb.h

enum SystemProfile_ARCH : int
Name Value
SystemProfile_ARCH_UNKNOWN_ARCH 0
SystemProfile_ARCH_X86_64 1
SystemProfile_ARCH_ARM_64 2
SystemProfile_ARCH_X86 3
SystemProfile_ARCH_X86_32 4
SystemProfile_ARCH_ARM_32 5
SystemProfile_ARCH_SystemProfile_ARCH_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
SystemProfile_ARCH_SystemProfile_ARCH_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

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

enum EncryptedMessage_EncryptionScheme : int
Name Value
EncryptedMessage_EncryptionScheme_NONE 0
EncryptedMessage_EncryptionScheme_HYBRID_ECDH_V1 1
EncryptedMessage_EncryptionScheme_HYBRID_TINK 2
EncryptedMessage_EncryptionScheme_EncryptedMessage_EncryptionScheme_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
EncryptedMessage_EncryptionScheme_EncryptedMessage_EncryptionScheme_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 72 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

enum ReleaseStage : int
Name Value
RELEASE_STAGE_NOT_SET 0
DEBUG 10
FISHFOOD 20
DOGFOOD 40
OPEN_BETA 60
GA 99
ReleaseStage_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
ReleaseStage_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 418 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

enum SystemProfile_BuildType : int
Name Value
SystemProfile_BuildType_UNKNOWN_TYPE 0
SystemProfile_BuildType_OTHER_TYPE 1
SystemProfile_BuildType_USER 2
SystemProfile_BuildType_USER_DEBUG 3
SystemProfile_BuildType_ENG 4
SystemProfile_BuildType_SystemProfile_BuildType_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
SystemProfile_BuildType_SystemProfile_BuildType_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

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

enum ReportDefinition_AggregateDefinition_AggregationFunction : int
Name Value
ReportDefinition_AggregateDefinition_AggregationFunction_UNSPECIFIED_AGGREGATION_FUNCTION 0
ReportDefinition_AggregateDefinition_AggregationFunction_GROUP_BY 1
ReportDefinition_AggregateDefinition_AggregationFunction_COUNT 2
ReportDefinition_AggregateDefinition_AggregationFunction_SUM 3
ReportDefinition_AggregateDefinition_AggregationFunction_MEAN 4
ReportDefinition_AggregateDefinition_AggregationFunction_ReportDefinition_AggregateDefinition_AggregationFunction_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
ReportDefinition_AggregateDefinition_AggregationFunction_ReportDefinition_AggregateDefinition_AggregationFunction_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 161 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

enum SystemProfile_OS : int
Name Value
SystemProfile_OS_UNKNOWN_OS 0
SystemProfile_OS_FUCHSIA 1
SystemProfile_OS_LINUX 2
SystemProfile_OS_ANDROID 3
SystemProfile_OS_SystemProfile_OS_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
SystemProfile_OS_SystemProfile_OS_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

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

enum MetricDefinition_MetricType : int
Name Value
MetricDefinition_MetricType_UNSET 0
MetricDefinition_MetricType_OCCURRENCE 8
MetricDefinition_MetricType_INTEGER 9
MetricDefinition_MetricType_INTEGER_HISTOGRAM 10
MetricDefinition_MetricType_STRING 11
MetricDefinition_MetricType_STRUCT 12
MetricDefinition_MetricType_MetricDefinition_MetricType_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
MetricDefinition_MetricType_MetricDefinition_MetricType_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 150 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

enum ReportDefinition_LocalAggregationProcedure : int
Name Value
ReportDefinition_LocalAggregationProcedure_LOCAL_AGGREGATION_PROCEDURE_UNSET 0
ReportDefinition_LocalAggregationProcedure_SUM_PROCEDURE 1
ReportDefinition_LocalAggregationProcedure_MIN_PROCEDURE 2
ReportDefinition_LocalAggregationProcedure_MAX_PROCEDURE 3
ReportDefinition_LocalAggregationProcedure_MEAN 4
ReportDefinition_LocalAggregationProcedure_MEDIAN 5
ReportDefinition_LocalAggregationProcedure_PERCENTILE_N 6
ReportDefinition_LocalAggregationProcedure_AT_LEAST_ONCE 7
ReportDefinition_LocalAggregationProcedure_SELECT_FIRST 8
ReportDefinition_LocalAggregationProcedure_SELECT_MOST_COMMON 9
ReportDefinition_LocalAggregationProcedure_ReportDefinition_LocalAggregationProcedure_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
ReportDefinition_LocalAggregationProcedure_ReportDefinition_LocalAggregationProcedure_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 287 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

enum MetricDefinition_StructField_FieldType : int
Name Value
MetricDefinition_StructField_FieldType_FIELD_TYPE_UNSPECIFIED 0
MetricDefinition_StructField_FieldType_BOOL 1
MetricDefinition_StructField_FieldType_ENUM 2
MetricDefinition_StructField_FieldType_STRING 3
MetricDefinition_StructField_FieldType_MetricDefinition_StructField_FieldType_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
MetricDefinition_StructField_FieldType_MetricDefinition_StructField_FieldType_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 120 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

enum ReportDefinition_PrivacyMechanism : int
Name Value
ReportDefinition_PrivacyMechanism_PRIVACY_MECHANISM_UNSPECIFIED 0
ReportDefinition_PrivacyMechanism_DE_IDENTIFICATION 1
ReportDefinition_PrivacyMechanism_SHUFFLED_DIFFERENTIAL_PRIVACY 2
ReportDefinition_PrivacyMechanism_ReportDefinition_PrivacyMechanism_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
ReportDefinition_PrivacyMechanism_ReportDefinition_PrivacyMechanism_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 323 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

enum MetricDefinition_TimeZonePolicy : int
Name Value
MetricDefinition_TimeZonePolicy_UTC 0
MetricDefinition_TimeZonePolicy_LOCAL 1
MetricDefinition_TimeZonePolicy_OTHER_TIME_ZONE 2
MetricDefinition_TimeZonePolicy_MetricDefinition_TimeZonePolicy_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
MetricDefinition_TimeZonePolicy_MetricDefinition_TimeZonePolicy_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 182 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

enum ReportDefinition_ReportType : int
Name Value
ReportDefinition_ReportType_REPORT_TYPE_UNSET 0
ReportDefinition_ReportType_FLEETWIDE_OCCURRENCE_COUNTS 11
ReportDefinition_ReportType_UNIQUE_DEVICE_COUNTS 12
ReportDefinition_ReportType_UNIQUE_DEVICE_HISTOGRAMS 13
ReportDefinition_ReportType_HOURLY_VALUE_HISTOGRAMS 14
ReportDefinition_ReportType_FLEETWIDE_HISTOGRAMS 15
ReportDefinition_ReportType_FLEETWIDE_MEANS 16
ReportDefinition_ReportType_UNIQUE_DEVICE_NUMERIC_STATS 17
ReportDefinition_ReportType_HOURLY_VALUE_NUMERIC_STATS 18
ReportDefinition_ReportType_STRING_COUNTS 20
ReportDefinition_ReportType_UNIQUE_DEVICE_STRING_COUNTS 21
ReportDefinition_ReportType_STRUCT 22
ReportDefinition_ReportType_ReportDefinition_ReportType_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
ReportDefinition_ReportType_ReportDefinition_ReportType_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 220 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

enum MetricSemantics : int
Name Value
METRIC_SEMANTICS_UNSPECIFIED 0
CPU 1
DATA_SIZE 2
FRAME_RENDERING 3
LATENCY 4
MEMORY_USAGE 5
NETWORK_COMMUNICATION 6
OUTSIDE_ENVIRONMENT 7
USAGE_COUNTING 8
MetricSemantics_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
MetricSemantics_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 248 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

enum ReportDefinition_ReportingInterval : int
Name Value
ReportDefinition_ReportingInterval_REPORTING_INTERVAL_UNSET 0
ReportDefinition_ReportingInterval_HOURS_1 1
ReportDefinition_ReportingInterval_DAYS_1 2
ReportDefinition_ReportingInterval_ReportDefinition_ReportingInterval_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
ReportDefinition_ReportingInterval_ReportDefinition_ReportingInterval_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 258 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

enum MetricUnits : int
Name Value
METRIC_UNITS_OTHER 0
NANOSECONDS 1
MICROSECONDS 2
MILLISECONDS 3
SECONDS 4
MINUTES 5
BYTES 6
KIBIBYTES 7
KILOBYTES 8
MEBIBYTES 9
MEGABYTES 10
MetricUnits_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
MetricUnits_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 211 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

enum ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet : int
Name Value
ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_DEVICE_PRIVACY_DEPENDENCY_SET_UNSET 0
ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_V1 1
ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

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

enum SystemProfileField : int
Name Value
OS 0
ARCH 1
BOARD_NAME 2
PRODUCT_NAME 3
SYSTEM_VERSION 4
APP_VERSION 10
CHANNEL 5
BUILD_TYPE 7
EXPERIMENT_IDS 9
COOKIE_BUCKET 12
SystemProfileField_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
SystemProfileField_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 382 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

enum SystemProfileSelectionPolicy : int
Name Value
SYSTEM_PROFILE_SELECTION_POLICY_UNSET 0
SELECT_LAST 1
SELECT_FIRST 2
REPORT_ALL 3
SystemProfileSelectionPolicy_INT_MIN_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::min()
SystemProfileSelectionPolicy_INT_MAX_SENTINEL_DO_NOT_USE_ ::std::numeric_limits<::int32_t>::max()

Defined at line 352 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

Records

Functions

  • std::string ErrorToString (fuchsia::metrics::Error error)

    Defined at line 14 of file ../../src/cobalt/bin/utils/error_utils.h

  • bool EncryptedMessage_EncryptionScheme_IsValid (int value)

    Defined at line 87 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

  • uint64_t Hash64WithSeed (const uint8_t * data, size_t len, uint64_t seed)

    Seeded 64 bits hash.

  • fpromise::result<void, fuchsia::metrics::Error> ToMetricsResult (const Status & s)

    Defined at line 18 of file ../../src/cobalt/bin/app/utils.cc

  • uint64_t Hash64WithSeed (const std::string & data, uint64_t seed)

    Seeded 64 bits hash.

  • std::string ReadPublicKeyPem (const std::string & pem_file_path)

    Reads the PEM file at the specified path and returns the contents as

    a string. CHECK fails if the file cannot be read.

    Defined at line 45 of file ../../src/cobalt/bin/app/utils.cc

  • std::ostream & operator<< (std::ostream & os, LogMetricMethod metric_method)

    Implementation of the stream operator for printing LogMetricMethods.

    Defined at line 34 of file ../../src/cobalt/bin/testing/log_metric_method.cc

  • bool MetricDefinition_StructField_FieldType_IsValid (int value)

    Defined at line 136 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • bool MetricDefinition_MetricType_IsValid (int value)

    Defined at line 168 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • bool ReportDefinition_ReportType_IsValid (int value)

    Defined at line 244 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • bool ReportDefinition_LocalAggregationProcedure_IsValid (int value)

    Defined at line 309 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • bool ReleaseStage_IsValid (int value)

    Defined at line 436 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • size_t TruncatedDigest (const uint8_t * data, size_t len, uint64_t seed, size_t max)

    Returns a hash value for data less than max.

  • size_t TruncatedDigest (const std::string & data, uint64_t seed, size_t max)

    Returns a hash value for data less than max.

  • std::string GetSystemVersion (const fuchsia::buildinfo::BuildInfo & build_info)

    Returns the concatenation of the product and platform versions using a double dash, i.e.

    product_version--platform_version. If the two versions are identical, no concatenation will

    occur.

    Note: Returns

    <version

    not specified> if either the product or platform version is unavailable.

    Defined at line 53 of file ../../src/cobalt/bin/app/utils.cc

  • std::string StatusCodeToString (StatusCode code)

    Maps a StatusCode to a human-readable string.

  • const ::std::string & EncryptedMessage_EncryptionScheme_Name (EncryptedMessage_EncryptionScheme value)
  • template <typename T>
    const ::std::string & EncryptedMessage_EncryptionScheme_Name (T value)

    Defined at line 93 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

  • bool EncryptedMessage_EncryptionScheme_Parse (::absl::string_view name, EncryptedMessage_EncryptionScheme * value)
  • const ::std::string & MetricDefinition_StructField_FieldType_Name (MetricDefinition_StructField_FieldType value)
  • template <typename T>
    const ::std::string & MetricDefinition_StructField_FieldType_Name (T value)

    Defined at line 142 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • bool MetricDefinition_StructField_FieldType_Parse (::absl::string_view name, MetricDefinition_StructField_FieldType * value)
  • std::string ReadGlobalMetricsRegistryBytes (const std::string & global_metrics_registry_path)
  • const ::std::string & MetricDefinition_MetricType_Name (MetricDefinition_MetricType value)
  • const ::std::string & ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_Name (ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet value)
  • const ::std::string & ReportDefinition_ReportType_Name (ReportDefinition_ReportType value)
  • const ::std::string & ReportDefinition_ReportingInterval_Name (ReportDefinition_ReportingInterval value)
  • const ::std::string & ReportDefinition_LocalAggregationProcedure_Name (ReportDefinition_LocalAggregationProcedure value)
  • const ::std::string & ReportDefinition_PrivacyMechanism_Name (ReportDefinition_PrivacyMechanism value)
  • bool WindowSize_IsValid (int value)

    Defined at line 80 of file gen/third_party/cobalt/src/registry/window_size.pb.h

  • void swap (Project & a, Project & b)

    Defined at line 119 of file gen/third_party/cobalt/src/registry/project.pb.h

  • void swap (Envelope & a, Envelope & b)

    Defined at line 121 of file gen/third_party/cobalt/src/pb/envelope.pb.h

  • bool SystemProfile_ARCH_IsValid (int value)

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

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

    Defined at line 174 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

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

    Defined at line 212 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

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

    Defined at line 250 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

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

    Defined at line 279 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

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

    Defined at line 315 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

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

    Defined at line 344 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • std::ostream & operator<< (std::ostream & os, StatusCode code)

    Implementation of the steam operator for printing StatusCodes.

  • std::optional<StatusCode> ErrnoToStatusCode (int error_number)

    Tries to map a unix errno to a StatusCode.

    If the errno is 0, this will return StatusCode::OK. If there is no known mapping for the provided

    errno, std::nullopt will be returned.

  • std::ostream & operator<< (std::ostream & os, const Status & status)

    Implementation of the steam operator for printing StatusCodes.

  • bool SystemProfile_OS_Parse (::absl::string_view name, SystemProfile_OS * value)
  • const ::std::string & SystemProfile_ARCH_Name (SystemProfile_ARCH value)
  • bool MetricDefinition_MetricType_Parse (::absl::string_view name, MetricDefinition_MetricType * value)
  • bool ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_Parse (::absl::string_view name, ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet * value)
  • bool ReportDefinition_ReportType_Parse (::absl::string_view name, ReportDefinition_ReportType * value)
  • bool ReportDefinition_PrivacyMechanism_Parse (::absl::string_view name, ReportDefinition_PrivacyMechanism * value)
  • template <typename T>
    const ::std::string & SystemProfile_ARCH_Name (T value)

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

  • void swap (StringEvent & a, StringEvent & b)

    Defined at line 152 of file gen/third_party/cobalt/src/pb/event.pb.h

  • bool ReportDefinition_AggregateDefinition_AggregationFunction_IsValid (int value)

    Defined at line 178 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • bool MetricDefinition_TimeZonePolicy_IsValid (int value)

    Defined at line 197 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • bool ReportDefinition_ReportingInterval_IsValid (int value)

    Defined at line 273 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • const ::std::string & WindowSize_Name (WindowSize value)
  • bool SystemProfile_ARCH_Parse (::absl::string_view name, SystemProfile_ARCH * value)
  • const ::std::string & ReportDefinition_AggregateDefinition_AggregationFunction_Name (ReportDefinition_AggregateDefinition_AggregationFunction value)
  • const ::std::string & MetricDefinition_TimeZonePolicy_Name (MetricDefinition_TimeZonePolicy value)
  • bool ReportDefinition_ReportingInterval_Parse (::absl::string_view name, ReportDefinition_ReportingInterval * value)
  • bool ReportDefinition_LocalAggregationProcedure_Parse (::absl::string_view name, ReportDefinition_LocalAggregationProcedure * value)
  • template <typename T>
    const ::std::string & WindowSize_Name (T value)

    Defined at line 86 of file gen/third_party/cobalt/src/registry/window_size.pb.h

  • void swap (ProjectConfigFile & a, ProjectConfigFile & b)

    Defined at line 144 of file gen/third_party/cobalt/src/registry/cobalt_registry.pb.h

  • bool SystemProfile_BuildType_IsValid (int value)

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

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

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

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

    Defined at line 203 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • bool ReportDefinition_PrivacyMechanism_IsValid (int value)

    Defined at line 338 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • bool WindowSize_Parse (::absl::string_view name, WindowSize * value)
  • const ::std::string & SystemProfile_BuildType_Name (SystemProfile_BuildType value)
  • bool ReportDefinition_AggregateDefinition_AggregationFunction_Parse (::absl::string_view name, ReportDefinition_AggregateDefinition_AggregationFunction * value)
  • bool MetricDefinition_TimeZonePolicy_Parse (::absl::string_view name, MetricDefinition_TimeZonePolicy * value)
  • bool MetricSemantics_Parse (::absl::string_view name, MetricSemantics * value)
  • bool SystemProfile_OS_IsValid (int value)

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

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

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

  • bool ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_IsValid (int value)

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

  • bool MetricUnits_IsValid (int value)

    Defined at line 234 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • bool MetricSemantics_IsValid (int value)

    Defined at line 269 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • const ::std::string & SystemProfile_OS_Name (SystemProfile_OS value)
  • bool SystemProfile_BuildType_Parse (::absl::string_view name, SystemProfile_BuildType * value)
  • const ::std::string & MetricUnits_Name (MetricUnits value)
  • const ::std::string & SystemProfileField_Name (SystemProfileField value)
  • const ::std::string & ReleaseStage_Name (ReleaseStage value)
  • template <typename T>
    const ::std::string & SystemProfile_OS_Name (T value)

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

  • void swap (ObservationMetadata & a, ObservationMetadata & b)

    Defined at line 129 of file gen/third_party/cobalt/src/pb/observation_batch.pb.h

  • void swap (EncryptedMessage & a, EncryptedMessage & b)

    Defined at line 156 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

  • void swap (SumAndCountObservation_SumAndCount & a, SumAndCountObservation_SumAndCount & b)

    Defined at line 223 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (SystemProfile & a, SystemProfile & b)

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

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

    Defined at line 240 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • bool MetricUnits_Parse (::absl::string_view name, MetricUnits * value)
  • const ::std::string & MetricSemantics_Name (MetricSemantics value)
  • template <typename T>
    const ::std::string & MetricSemantics_Name (T value)

    Defined at line 275 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • void swap (MetricDefinition_Metadata & a, MetricDefinition_Metadata & b)

    Defined at line 344 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • void swap (ProjectConfig & a, ProjectConfig & b)

    Defined at line 366 of file gen/third_party/cobalt/src/registry/cobalt_registry.pb.h

  • void swap (OccurrenceEvent & a, OccurrenceEvent & b)

    Defined at line 368 of file gen/third_party/cobalt/src/pb/event.pb.h

  • bool SystemProfileSelectionPolicy_IsValid (int value)

    Defined at line 368 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • void swap (ObservationBatch & a, ObservationBatch & b)

    Defined at line 395 of file gen/third_party/cobalt/src/pb/observation_batch.pb.h

  • bool SystemProfileField_IsValid (int value)

    Defined at line 404 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

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

    Defined at line 410 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

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

    Defined at line 442 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • const ::std::string & SystemProfileSelectionPolicy_Name (SystemProfileSelectionPolicy value)
  • bool SystemProfileField_Parse (::absl::string_view name, SystemProfileField * value)
  • bool ReleaseStage_Parse (::absl::string_view name, ReleaseStage * value)
  • template <typename T>
    const ::std::string & SystemProfileSelectionPolicy_Name (T value)

    Defined at line 374 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • bool SystemProfileSelectionPolicy_Parse (::absl::string_view name, SystemProfileSelectionPolicy * value)
  • void swap (StructObservation_Aggregate_AggregateField & a, StructObservation_Aggregate_AggregateField & b)

    Defined at line 452 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (StringSketchParameters & a, StringSketchParameters & b)

    Defined at line 505 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • void swap (MetricDefinition_StructField & a, MetricDefinition_StructField & b)

    Defined at line 561 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • void swap (IntegerEvent & a, IntegerEvent & b)

    Defined at line 579 of file gen/third_party/cobalt/src/pb/event.pb.h

  • void swap (CustomerConfig & a, CustomerConfig & b)

    Defined at line 680 of file gen/third_party/cobalt/src/registry/cobalt_registry.pb.h

  • void swap (ReportParticipationObservation & a, ReportParticipationObservation & b)

    Defined at line 694 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (ReportDefinition_ShuffledDifferentialPrivacyConfig & a, ReportDefinition_ShuffledDifferentialPrivacyConfig & b)

    Defined at line 705 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • void swap (IntegerHistogramEvent & a, IntegerHistogramEvent & b)

    Defined at line 790 of file gen/third_party/cobalt/src/pb/event.pb.h

  • void swap (MetricDefinition_MetricDimension & a, MetricDefinition_MetricDimension & b)

    Defined at line 832 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • void swap (PrivateIndexObservation & a, PrivateIndexObservation & b)

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

  • void swap (CobaltRegistry & a, CobaltRegistry & b)

    Defined at line 960 of file gen/third_party/cobalt/src/registry/cobalt_registry.pb.h

  • void swap (ReportDefinition_AggregateDefinition & a, ReportDefinition_AggregateDefinition & b)

    Defined at line 970 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • void swap (Event & a, Event & b)

    Defined at line 1019 of file gen/third_party/cobalt/src/pb/event.pb.h

  • void swap (IntegerObservation_Value & a, IntegerObservation_Value & b)

    Defined at line 1055 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (MetricDefinition & a, MetricDefinition & b)

    Defined at line 1073 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

  • void swap (IndexHistogram & a, IndexHistogram & b)

    Defined at line 1266 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (LinearIntegerBuckets & a, LinearIntegerBuckets & b)

    Defined at line 1277 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • void swap (ExponentialIntegerBuckets & a, ExponentialIntegerBuckets & b)

    Defined at line 1489 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • void swap (HistogramBucket & a, HistogramBucket & b)

    Defined at line 1511 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (SumAndCountObservation & a, SumAndCountObservation & b)

    Defined at line 1711 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (IntegerBuckets & a, IntegerBuckets & b)

    Defined at line 1718 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • void swap (StructObservation_Aggregate & a, StructObservation_Aggregate & b)

    Defined at line 1911 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (ReportDefinition & a, ReportDefinition & b)

    Defined at line 1965 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

  • void swap (StringHistogramObservation & a, StringHistogramObservation & b)

    Defined at line 2111 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (IntegerObservation & a, IntegerObservation & b)

    Defined at line 2368 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (IndexHistogramObservation & a, IndexHistogramObservation & b)

    Defined at line 2568 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (StructObservation & a, StructObservation & b)

    Defined at line 2767 of file gen/third_party/cobalt/src/pb/observation.pb.h

  • void swap (Observation & a, Observation & b)

    Defined at line 3006 of file gen/third_party/cobalt/src/pb/observation.pb.h

Variables

const ::google::protobuf::internal::ClassDataLite CobaltRegistry_class_data_
CobaltRegistryGlobalsTypeInternal CobaltRegistry_globals_
const ::google::protobuf::internal::ClassDataLite CustomerConfig_class_data_
CustomerConfigGlobalsTypeInternal CustomerConfig_globals_
const EncryptedMessage_EncryptionScheme EncryptedMessage_EncryptionScheme_EncryptionScheme_MIN

Defined at line 83 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

const EncryptedMessage_EncryptionScheme EncryptedMessage_EncryptionScheme_EncryptionScheme_MAX

Defined at line 85 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

const int EncryptedMessage_EncryptionScheme_EncryptionScheme_ARRAYSIZE

Defined at line 90 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

const uint32_t[] EncryptedMessage_EncryptionScheme_internal_data_
const ::google::protobuf::internal::ClassDataLite EncryptedMessage_class_data_
EncryptedMessageGlobalsTypeInternal EncryptedMessage_globals_
const ::google::protobuf::internal::ClassDataLite Envelope_class_data_
EnvelopeGlobalsTypeInternal Envelope_globals_
const ::google::protobuf::internal::ClassDataLite Event_class_data_
EventGlobalsTypeInternal Event_globals_
const ::google::protobuf::internal::ClassDataLite ExponentialIntegerBuckets_class_data_
ExponentialIntegerBucketsGlobalsTypeInternal ExponentialIntegerBuckets_globals_
const ::google::protobuf::internal::ClassDataLite HistogramBucket_class_data_
HistogramBucketGlobalsTypeInternal HistogramBucket_globals_
const ::google::protobuf::internal::ClassDataLite IndexHistogramObservation_class_data_
IndexHistogramObservationGlobalsTypeInternal IndexHistogramObservation_globals_
const ::google::protobuf::internal::ClassDataLite IndexHistogram_class_data_
IndexHistogramGlobalsTypeInternal IndexHistogram_globals_
const ::google::protobuf::internal::ClassDataLite IntegerBuckets_class_data_
IntegerBucketsGlobalsTypeInternal IntegerBuckets_globals_
const ::google::protobuf::internal::ClassDataLite IntegerEvent_class_data_
IntegerEventGlobalsTypeInternal IntegerEvent_globals_
const ::google::protobuf::internal::ClassDataLite IntegerHistogramEvent_class_data_
IntegerHistogramEventGlobalsTypeInternal IntegerHistogramEvent_globals_
const ::google::protobuf::internal::ClassDataLite IntegerObservation_Value_class_data_
IntegerObservation_ValueGlobalsTypeInternal IntegerObservation_Value_globals_
const ::google::protobuf::internal::ClassDataLite IntegerObservation_class_data_
IntegerObservationGlobalsTypeInternal IntegerObservation_globals_
const ::google::protobuf::internal::ClassDataLite LinearIntegerBuckets_class_data_
LinearIntegerBucketsGlobalsTypeInternal LinearIntegerBuckets_globals_
const ::google::protobuf::internal::ClassDataLite MetricDefinition_Metadata_class_data_
MetricDefinition_MetadataGlobalsTypeInternal MetricDefinition_Metadata_globals_
const ::google::protobuf::internal::ClassDataLite MetricDefinition_MetricDimension_class_data_
MetricDefinition_MetricDimensionGlobalsTypeInternal MetricDefinition_MetricDimension_globals_
const uint32_t[] MetricDefinition_MetricType_internal_data_
const MetricDefinition_StructField_FieldType MetricDefinition_StructField_FieldType_FieldType_MIN

Defined at line 132 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const MetricDefinition_StructField_FieldType MetricDefinition_StructField_FieldType_FieldType_MAX

Defined at line 134 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const int MetricDefinition_StructField_FieldType_FieldType_ARRAYSIZE

Defined at line 139 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const MetricDefinition_MetricType MetricDefinition_MetricType_MetricType_MIN

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

const MetricDefinition_MetricType MetricDefinition_MetricType_MetricType_MAX

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

const int MetricDefinition_MetricType_MetricType_ARRAYSIZE

Defined at line 171 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const uint32_t[] MetricDefinition_StructField_FieldType_internal_data_
const ::google::protobuf::internal::ClassDataLite MetricDefinition_StructField_class_data_
MetricDefinition_StructFieldGlobalsTypeInternal MetricDefinition_StructField_globals_
const MetricDefinition_TimeZonePolicy MetricDefinition_TimeZonePolicy_TimeZonePolicy_MIN

Defined at line 193 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const MetricDefinition_TimeZonePolicy MetricDefinition_TimeZonePolicy_TimeZonePolicy_MAX

Defined at line 195 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const int MetricDefinition_TimeZonePolicy_TimeZonePolicy_ARRAYSIZE

Defined at line 200 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const uint32_t[] MetricDefinition_TimeZonePolicy_internal_data_
const ::google::protobuf::internal::ClassDataLite MetricDefinition_class_data_
MetricDefinitionGlobalsTypeInternal MetricDefinition_globals_
const uint32_t[] MetricSemantics_internal_data_
const MetricUnits MetricUnits_MIN

Defined at line 230 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const MetricUnits MetricUnits_MAX

Defined at line 232 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const int MetricUnits_ARRAYSIZE

Defined at line 237 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const uint32_t[] MetricUnits_internal_data_
const ::google::protobuf::internal::ClassDataLite ObservationBatch_class_data_
ObservationBatchGlobalsTypeInternal ObservationBatch_globals_
const ::google::protobuf::internal::ClassDataLite ObservationMetadata_class_data_
ObservationMetadataGlobalsTypeInternal ObservationMetadata_globals_
const ::google::protobuf::internal::ClassDataLite Observation_class_data_
ObservationGlobalsTypeInternal Observation_globals_
const ::google::protobuf::internal::ClassDataLite OccurrenceEvent_class_data_
OccurrenceEventGlobalsTypeInternal OccurrenceEvent_globals_
const ::google::protobuf::internal::ClassDataLite PrivateIndexObservation_class_data_
PrivateIndexObservationGlobalsTypeInternal PrivateIndexObservation_globals_
const ::google::protobuf::internal::ClassDataLite ProjectConfigFile_class_data_
ProjectConfigFileGlobalsTypeInternal ProjectConfigFile_globals_
const ::google::protobuf::internal::ClassDataLite ProjectConfig_class_data_
ProjectConfigGlobalsTypeInternal ProjectConfig_globals_
const ::google::protobuf::internal::ClassDataLite Project_class_data_
ProjectGlobalsTypeInternal Project_globals_
const uint32_t[] ReleaseStage_internal_data_
const SystemProfile_OS SystemProfile_OS_OS_MAX

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

const int SystemProfile_OS_OS_ARRAYSIZE

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

const SystemProfile_ARCH SystemProfile_ARCH_ARCH_MIN

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

const SystemProfile_ARCH SystemProfile_ARCH_ARCH_MAX

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

const int SystemProfile_ARCH_ARCH_ARRAYSIZE

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

const SystemProfile_BuildType SystemProfile_BuildType_BuildType_MIN

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

const SystemProfile_BuildType SystemProfile_BuildType_BuildType_MAX

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

const int SystemProfile_BuildType_BuildType_ARRAYSIZE

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

const ReportDefinition_AggregateDefinition_AggregationFunction ReportDefinition_AggregateDefinition_AggregationFunction_AggregationFunction_MIN

Defined at line 174 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const ReportDefinition_AggregateDefinition_AggregationFunction ReportDefinition_AggregateDefinition_AggregationFunction_AggregationFunction_MAX

Defined at line 176 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const int ReportDefinition_AggregateDefinition_AggregationFunction_AggregationFunction_ARRAYSIZE

Defined at line 181 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const MetricSemantics MetricSemantics_MIN

Defined at line 265 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const MetricSemantics MetricSemantics_MAX

Defined at line 267 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const int MetricSemantics_ARRAYSIZE

Defined at line 272 of file gen/third_party/cobalt/src/registry/metric_definition.pb.h

const uint32_t[] ReportDefinition_AggregateDefinition_AggregationFunction_internal_data_
const ::google::protobuf::internal::ClassDataLite ReportDefinition_AggregateDefinition_class_data_
ReportDefinition_AggregateDefinitionGlobalsTypeInternal ReportDefinition_AggregateDefinition_globals_
const ReportDefinition_LocalAggregationProcedure ReportDefinition_LocalAggregationProcedure_LocalAggregationProcedure_MAX

Defined at line 307 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const int ReportDefinition_LocalAggregationProcedure_LocalAggregationProcedure_ARRAYSIZE

Defined at line 312 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const uint32_t[] ReportDefinition_LocalAggregationProcedure_internal_data_
const ReportDefinition_PrivacyMechanism ReportDefinition_PrivacyMechanism_PrivacyMechanism_MIN

Defined at line 334 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const ReportDefinition_PrivacyMechanism ReportDefinition_PrivacyMechanism_PrivacyMechanism_MAX

Defined at line 336 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const int ReportDefinition_PrivacyMechanism_PrivacyMechanism_ARRAYSIZE

Defined at line 341 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const uint32_t[] ReportDefinition_PrivacyMechanism_internal_data_
const uint32_t[] ReportDefinition_ReportType_internal_data_
const uint32_t[] ReportDefinition_ReportingInterval_internal_data_
const ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_DevicePrivacyDependencySet_MIN

Defined at line 202 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_DevicePrivacyDependencySet_MAX

Defined at line 204 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const int ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_DevicePrivacyDependencySet_ARRAYSIZE

Defined at line 209 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const ReportDefinition_ReportType ReportDefinition_ReportType_ReportType_MIN

Defined at line 240 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const ReportDefinition_ReportType ReportDefinition_ReportType_ReportType_MAX

Defined at line 242 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const int ReportDefinition_ReportType_ReportType_ARRAYSIZE

Defined at line 247 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const ReportDefinition_ReportingInterval ReportDefinition_ReportingInterval_ReportingInterval_MIN

Defined at line 269 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const ReportDefinition_ReportingInterval ReportDefinition_ReportingInterval_ReportingInterval_MAX

Defined at line 271 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const int ReportDefinition_ReportingInterval_ReportingInterval_ARRAYSIZE

Defined at line 276 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const ReportDefinition_LocalAggregationProcedure ReportDefinition_LocalAggregationProcedure_LocalAggregationProcedure_MIN

Defined at line 305 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const uint32_t[] ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet_internal_data_
const ::google::protobuf::internal::ClassDataLite ReportDefinition_ShuffledDifferentialPrivacyConfig_class_data_
ReportDefinition_ShuffledDifferentialPrivacyConfigGlobalsTypeInternal ReportDefinition_ShuffledDifferentialPrivacyConfig_globals_
const ::google::protobuf::internal::ClassDataLite ReportDefinition_class_data_
ReportDefinitionGlobalsTypeInternal ReportDefinition_globals_
const ::google::protobuf::internal::ClassDataLite ReportParticipationObservation_class_data_
ReportParticipationObservationGlobalsTypeInternal ReportParticipationObservation_globals_
const ::google::protobuf::internal::ClassDataLite StringEvent_class_data_
StringEventGlobalsTypeInternal StringEvent_globals_
const ::google::protobuf::internal::ClassDataLite StringHistogramObservation_class_data_
StringHistogramObservationGlobalsTypeInternal StringHistogramObservation_globals_
const ::google::protobuf::internal::ClassDataLite StringSketchParameters_class_data_
StringSketchParametersGlobalsTypeInternal StringSketchParameters_globals_
const ::google::protobuf::internal::ClassDataLite StructObservation_Aggregate_AggregateField_class_data_
StructObservation_Aggregate_AggregateFieldGlobalsTypeInternal StructObservation_Aggregate_AggregateField_globals_
const ::google::protobuf::internal::ClassDataLite StructObservation_Aggregate_class_data_
StructObservation_AggregateGlobalsTypeInternal StructObservation_Aggregate_globals_
const ::google::protobuf::internal::ClassDataLite StructObservation_class_data_
StructObservationGlobalsTypeInternal StructObservation_globals_
const ::google::protobuf::internal::ClassDataLite SumAndCountObservation_SumAndCount_class_data_
SumAndCountObservation_SumAndCountGlobalsTypeInternal SumAndCountObservation_SumAndCount_globals_
const ::google::protobuf::internal::ClassDataLite SumAndCountObservation_class_data_
SumAndCountObservationGlobalsTypeInternal SumAndCountObservation_globals_
const uint32_t[] SystemProfileField_internal_data_
const SystemProfileSelectionPolicy SystemProfileSelectionPolicy_MIN

Defined at line 364 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const SystemProfileSelectionPolicy SystemProfileSelectionPolicy_MAX

Defined at line 366 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const int SystemProfileSelectionPolicy_ARRAYSIZE

Defined at line 371 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const SystemProfileField SystemProfileField_MIN

Defined at line 400 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const SystemProfileField SystemProfileField_MAX

Defined at line 402 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const int SystemProfileField_ARRAYSIZE

Defined at line 407 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const ReleaseStage ReleaseStage_MIN

Defined at line 432 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const ReleaseStage ReleaseStage_MAX

Defined at line 434 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const int ReleaseStage_ARRAYSIZE

Defined at line 439 of file gen/third_party/cobalt/src/registry/report_definition.pb.h

const uint32_t[] SystemProfileSelectionPolicy_internal_data_
const uint32_t[] SystemProfile_ARCH_internal_data_
const uint32_t[] SystemProfile_BuildType_internal_data_
const WindowSize WindowSize_MIN

Defined at line 76 of file gen/third_party/cobalt/src/registry/window_size.pb.h

const WindowSize WindowSize_MAX

Defined at line 78 of file gen/third_party/cobalt/src/registry/window_size.pb.h

const int WindowSize_ARRAYSIZE

Defined at line 83 of file gen/third_party/cobalt/src/registry/window_size.pb.h

const SystemProfile_OS SystemProfile_OS_OS_MIN

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

const uint32_t[] SystemProfile_OS_internal_data_
const ::google::protobuf::internal::ClassDataLite SystemProfile_class_data_
SystemProfileGlobalsTypeInternal SystemProfile_globals_
const uint32_t[] WindowSize_internal_data_