chromium/out/Default/gen/third_party/perfetto/protos/perfetto/trace/system_info.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: protos/perfetto/trace/system_info.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fsystem_5finfo_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fsystem_5finfo_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_protos_2fperfetto_2ftrace_2fsystem_5finfo_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_protos_2fperfetto_2ftrace_2fsystem_5finfo_2eproto {};
namespace perfetto {
namespace protos {
class SystemInfo;
struct SystemInfoDefaultTypeInternal;
extern SystemInfoDefaultTypeInternal _SystemInfo_default_instance_;
class Utsname;
struct UtsnameDefaultTypeInternal;
extern UtsnameDefaultTypeInternal _Utsname_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::SystemInfo* Arena::CreateMaybeMessage<::perfetto::protos::SystemInfo>(Arena*);
template<> ::perfetto::protos::Utsname* Arena::CreateMaybeMessage<::perfetto::protos::Utsname>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

// ===================================================================

class Utsname final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.Utsname) */ {};
// -------------------------------------------------------------------

class SystemInfo final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.SystemInfo) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// Utsname

// optional string sysname = 1;
inline bool Utsname::_internal_has_sysname() const {}
inline bool Utsname::has_sysname() const {}
inline void Utsname::clear_sysname() {}
inline const std::string& Utsname::sysname() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Utsname::set_sysname(ArgT0&& arg0, ArgT... args) {}
inline std::string* Utsname::mutable_sysname() {}
inline const std::string& Utsname::_internal_sysname() const {}
inline void Utsname::_internal_set_sysname(const std::string& value) {}
inline std::string* Utsname::_internal_mutable_sysname() {}
inline std::string* Utsname::release_sysname() {}
inline void Utsname::set_allocated_sysname(std::string* sysname) {}

// optional string version = 2;
inline bool Utsname::_internal_has_version() const {}
inline bool Utsname::has_version() const {}
inline void Utsname::clear_version() {}
inline const std::string& Utsname::version() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Utsname::set_version(ArgT0&& arg0, ArgT... args) {}
inline std::string* Utsname::mutable_version() {}
inline const std::string& Utsname::_internal_version() const {}
inline void Utsname::_internal_set_version(const std::string& value) {}
inline std::string* Utsname::_internal_mutable_version() {}
inline std::string* Utsname::release_version() {}
inline void Utsname::set_allocated_version(std::string* version) {}

// optional string release = 3;
inline bool Utsname::_internal_has_release() const {}
inline bool Utsname::has_release() const {}
inline void Utsname::clear_release() {}
inline const std::string& Utsname::release() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Utsname::set_release(ArgT0&& arg0, ArgT... args) {}
inline std::string* Utsname::mutable_release() {}
inline const std::string& Utsname::_internal_release() const {}
inline void Utsname::_internal_set_release(const std::string& value) {}
inline std::string* Utsname::_internal_mutable_release() {}
inline std::string* Utsname::release_release() {}
inline void Utsname::set_allocated_release(std::string* release) {}

// optional string machine = 4;
inline bool Utsname::_internal_has_machine() const {}
inline bool Utsname::has_machine() const {}
inline void Utsname::clear_machine() {}
inline const std::string& Utsname::machine() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Utsname::set_machine(ArgT0&& arg0, ArgT... args) {}
inline std::string* Utsname::mutable_machine() {}
inline const std::string& Utsname::_internal_machine() const {}
inline void Utsname::_internal_set_machine(const std::string& value) {}
inline std::string* Utsname::_internal_mutable_machine() {}
inline std::string* Utsname::release_machine() {}
inline void Utsname::set_allocated_machine(std::string* machine) {}

// -------------------------------------------------------------------

// SystemInfo

// optional .perfetto.protos.Utsname utsname = 1;
inline bool SystemInfo::_internal_has_utsname() const {}
inline bool SystemInfo::has_utsname() const {}
inline void SystemInfo::clear_utsname() {}
inline const ::perfetto::protos::Utsname& SystemInfo::_internal_utsname() const {}
inline const ::perfetto::protos::Utsname& SystemInfo::utsname() const {}
inline void SystemInfo::unsafe_arena_set_allocated_utsname(
    ::perfetto::protos::Utsname* utsname) {}
inline ::perfetto::protos::Utsname* SystemInfo::release_utsname() {}
inline ::perfetto::protos::Utsname* SystemInfo::unsafe_arena_release_utsname() {}
inline ::perfetto::protos::Utsname* SystemInfo::_internal_mutable_utsname() {}
inline ::perfetto::protos::Utsname* SystemInfo::mutable_utsname() {}
inline void SystemInfo::set_allocated_utsname(::perfetto::protos::Utsname* utsname) {}

// optional string android_build_fingerprint = 2;
inline bool SystemInfo::_internal_has_android_build_fingerprint() const {}
inline bool SystemInfo::has_android_build_fingerprint() const {}
inline void SystemInfo::clear_android_build_fingerprint() {}
inline const std::string& SystemInfo::android_build_fingerprint() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SystemInfo::set_android_build_fingerprint(ArgT0&& arg0, ArgT... args) {}
inline std::string* SystemInfo::mutable_android_build_fingerprint() {}
inline const std::string& SystemInfo::_internal_android_build_fingerprint() const {}
inline void SystemInfo::_internal_set_android_build_fingerprint(const std::string& value) {}
inline std::string* SystemInfo::_internal_mutable_android_build_fingerprint() {}
inline std::string* SystemInfo::release_android_build_fingerprint() {}
inline void SystemInfo::set_allocated_android_build_fingerprint(std::string* android_build_fingerprint) {}

// optional string android_soc_model = 9;
inline bool SystemInfo::_internal_has_android_soc_model() const {}
inline bool SystemInfo::has_android_soc_model() const {}
inline void SystemInfo::clear_android_soc_model() {}
inline const std::string& SystemInfo::android_soc_model() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SystemInfo::set_android_soc_model(ArgT0&& arg0, ArgT... args) {}
inline std::string* SystemInfo::mutable_android_soc_model() {}
inline const std::string& SystemInfo::_internal_android_soc_model() const {}
inline void SystemInfo::_internal_set_android_soc_model(const std::string& value) {}
inline std::string* SystemInfo::_internal_mutable_android_soc_model() {}
inline std::string* SystemInfo::release_android_soc_model() {}
inline void SystemInfo::set_allocated_android_soc_model(std::string* android_soc_model) {}

// optional string android_hardware_revision = 10;
inline bool SystemInfo::_internal_has_android_hardware_revision() const {}
inline bool SystemInfo::has_android_hardware_revision() const {}
inline void SystemInfo::clear_android_hardware_revision() {}
inline const std::string& SystemInfo::android_hardware_revision() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SystemInfo::set_android_hardware_revision(ArgT0&& arg0, ArgT... args) {}
inline std::string* SystemInfo::mutable_android_hardware_revision() {}
inline const std::string& SystemInfo::_internal_android_hardware_revision() const {}
inline void SystemInfo::_internal_set_android_hardware_revision(const std::string& value) {}
inline std::string* SystemInfo::_internal_mutable_android_hardware_revision() {}
inline std::string* SystemInfo::release_android_hardware_revision() {}
inline void SystemInfo::set_allocated_android_hardware_revision(std::string* android_hardware_revision) {}

// optional string android_storage_model = 11;
inline bool SystemInfo::_internal_has_android_storage_model() const {}
inline bool SystemInfo::has_android_storage_model() const {}
inline void SystemInfo::clear_android_storage_model() {}
inline const std::string& SystemInfo::android_storage_model() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SystemInfo::set_android_storage_model(ArgT0&& arg0, ArgT... args) {}
inline std::string* SystemInfo::mutable_android_storage_model() {}
inline const std::string& SystemInfo::_internal_android_storage_model() const {}
inline void SystemInfo::_internal_set_android_storage_model(const std::string& value) {}
inline std::string* SystemInfo::_internal_mutable_android_storage_model() {}
inline std::string* SystemInfo::release_android_storage_model() {}
inline void SystemInfo::set_allocated_android_storage_model(std::string* android_storage_model) {}

// optional string android_ram_model = 12;
inline bool SystemInfo::_internal_has_android_ram_model() const {}
inline bool SystemInfo::has_android_ram_model() const {}
inline void SystemInfo::clear_android_ram_model() {}
inline const std::string& SystemInfo::android_ram_model() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SystemInfo::set_android_ram_model(ArgT0&& arg0, ArgT... args) {}
inline std::string* SystemInfo::mutable_android_ram_model() {}
inline const std::string& SystemInfo::_internal_android_ram_model() const {}
inline void SystemInfo::_internal_set_android_ram_model(const std::string& value) {}
inline std::string* SystemInfo::_internal_mutable_android_ram_model() {}
inline std::string* SystemInfo::release_android_ram_model() {}
inline void SystemInfo::set_allocated_android_ram_model(std::string* android_ram_model) {}

// optional string tracing_service_version = 4;
inline bool SystemInfo::_internal_has_tracing_service_version() const {}
inline bool SystemInfo::has_tracing_service_version() const {}
inline void SystemInfo::clear_tracing_service_version() {}
inline const std::string& SystemInfo::tracing_service_version() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SystemInfo::set_tracing_service_version(ArgT0&& arg0, ArgT... args) {}
inline std::string* SystemInfo::mutable_tracing_service_version() {}
inline const std::string& SystemInfo::_internal_tracing_service_version() const {}
inline void SystemInfo::_internal_set_tracing_service_version(const std::string& value) {}
inline std::string* SystemInfo::_internal_mutable_tracing_service_version() {}
inline std::string* SystemInfo::release_tracing_service_version() {}
inline void SystemInfo::set_allocated_tracing_service_version(std::string* tracing_service_version) {}

// optional uint64 android_sdk_version = 5;
inline bool SystemInfo::_internal_has_android_sdk_version() const {}
inline bool SystemInfo::has_android_sdk_version() const {}
inline void SystemInfo::clear_android_sdk_version() {}
inline uint64_t SystemInfo::_internal_android_sdk_version() const {}
inline uint64_t SystemInfo::android_sdk_version() const {}
inline void SystemInfo::_internal_set_android_sdk_version(uint64_t value) {}
inline void SystemInfo::set_android_sdk_version(uint64_t value) {}

// optional uint32 page_size = 6;
inline bool SystemInfo::_internal_has_page_size() const {}
inline bool SystemInfo::has_page_size() const {}
inline void SystemInfo::clear_page_size() {}
inline uint32_t SystemInfo::_internal_page_size() const {}
inline uint32_t SystemInfo::page_size() const {}
inline void SystemInfo::_internal_set_page_size(uint32_t value) {}
inline void SystemInfo::set_page_size(uint32_t value) {}

// optional uint32 num_cpus = 8;
inline bool SystemInfo::_internal_has_num_cpus() const {}
inline bool SystemInfo::has_num_cpus() const {}
inline void SystemInfo::clear_num_cpus() {}
inline uint32_t SystemInfo::_internal_num_cpus() const {}
inline uint32_t SystemInfo::num_cpus() const {}
inline void SystemInfo::_internal_set_num_cpus(uint32_t value) {}
inline void SystemInfo::set_num_cpus(uint32_t value) {}

// optional int32 timezone_off_mins = 7;
inline bool SystemInfo::_internal_has_timezone_off_mins() const {}
inline bool SystemInfo::has_timezone_off_mins() const {}
inline void SystemInfo::clear_timezone_off_mins() {}
inline int32_t SystemInfo::_internal_timezone_off_mins() const {}
inline int32_t SystemInfo::timezone_off_mins() const {}
inline void SystemInfo::_internal_set_timezone_off_mins(int32_t value) {}
inline void SystemInfo::set_timezone_off_mins(int32_t value) {}

// optional int64 hz = 3;
inline bool SystemInfo::_internal_has_hz() const {}
inline bool SystemInfo::has_hz() const {}
inline void SystemInfo::clear_hz() {}
inline int64_t SystemInfo::_internal_hz() const {}
inline int64_t SystemInfo::hz() const {}
inline void SystemInfo::_internal_set_hz(int64_t value) {}
inline void SystemInfo::set_hz(int64_t value) {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace protos
}  // namespace perfetto

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fsystem_5finfo_2eproto