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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2ftrack_5fevent_2fprocess_5fdescriptor_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2ftrack_5fevent_2fprocess_5fdescriptor_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
#include <google/protobuf/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_protos_2fperfetto_2ftrace_2ftrack_5fevent_2fprocess_5fdescriptor_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_2ftrack_5fevent_2fprocess_5fdescriptor_2eproto {};
namespace perfetto {
namespace protos {
class ProcessDescriptor;
struct ProcessDescriptorDefaultTypeInternal;
extern ProcessDescriptorDefaultTypeInternal _ProcessDescriptor_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::ProcessDescriptor* Arena::CreateMaybeMessage<::perfetto::protos::ProcessDescriptor>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

enum ProcessDescriptor_ChromeProcessType : int {};
bool ProcessDescriptor_ChromeProcessType_IsValid(int value);
constexpr ProcessDescriptor_ChromeProcessType ProcessDescriptor_ChromeProcessType_ChromeProcessType_MIN =;
constexpr ProcessDescriptor_ChromeProcessType ProcessDescriptor_ChromeProcessType_ChromeProcessType_MAX =;
constexpr int ProcessDescriptor_ChromeProcessType_ChromeProcessType_ARRAYSIZE =;

const std::string& ProcessDescriptor_ChromeProcessType_Name(ProcessDescriptor_ChromeProcessType value);
template<typename T>
inline const std::string& ProcessDescriptor_ChromeProcessType_Name(T enum_t_value) {}
bool ProcessDescriptor_ChromeProcessType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ProcessDescriptor_ChromeProcessType* value);
// ===================================================================

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


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

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

// optional int32 pid = 1;
inline bool ProcessDescriptor::_internal_has_pid() const {}
inline bool ProcessDescriptor::has_pid() const {}
inline void ProcessDescriptor::clear_pid() {}
inline int32_t ProcessDescriptor::_internal_pid() const {}
inline int32_t ProcessDescriptor::pid() const {}
inline void ProcessDescriptor::_internal_set_pid(int32_t value) {}
inline void ProcessDescriptor::set_pid(int32_t value) {}

// repeated string cmdline = 2;
inline int ProcessDescriptor::_internal_cmdline_size() const {}
inline int ProcessDescriptor::cmdline_size() const {}
inline void ProcessDescriptor::clear_cmdline() {}
inline std::string* ProcessDescriptor::add_cmdline() {}
inline const std::string& ProcessDescriptor::_internal_cmdline(int index) const {}
inline const std::string& ProcessDescriptor::cmdline(int index) const {}
inline std::string* ProcessDescriptor::mutable_cmdline(int index) {}
inline void ProcessDescriptor::set_cmdline(int index, const std::string& value) {}
inline void ProcessDescriptor::set_cmdline(int index, std::string&& value) {}
inline void ProcessDescriptor::set_cmdline(int index, const char* value) {}
inline void ProcessDescriptor::set_cmdline(int index, const char* value, size_t size) {}
inline std::string* ProcessDescriptor::_internal_add_cmdline() {}
inline void ProcessDescriptor::add_cmdline(const std::string& value) {}
inline void ProcessDescriptor::add_cmdline(std::string&& value) {}
inline void ProcessDescriptor::add_cmdline(const char* value) {}
inline void ProcessDescriptor::add_cmdline(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
ProcessDescriptor::cmdline() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
ProcessDescriptor::mutable_cmdline() {}

// optional string process_name = 6;
inline bool ProcessDescriptor::_internal_has_process_name() const {}
inline bool ProcessDescriptor::has_process_name() const {}
inline void ProcessDescriptor::clear_process_name() {}
inline const std::string& ProcessDescriptor::process_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ProcessDescriptor::set_process_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* ProcessDescriptor::mutable_process_name() {}
inline const std::string& ProcessDescriptor::_internal_process_name() const {}
inline void ProcessDescriptor::_internal_set_process_name(const std::string& value) {}
inline std::string* ProcessDescriptor::_internal_mutable_process_name() {}
inline std::string* ProcessDescriptor::release_process_name() {}
inline void ProcessDescriptor::set_allocated_process_name(std::string* process_name) {}

// optional int32 process_priority = 5;
inline bool ProcessDescriptor::_internal_has_process_priority() const {}
inline bool ProcessDescriptor::has_process_priority() const {}
inline void ProcessDescriptor::clear_process_priority() {}
inline int32_t ProcessDescriptor::_internal_process_priority() const {}
inline int32_t ProcessDescriptor::process_priority() const {}
inline void ProcessDescriptor::_internal_set_process_priority(int32_t value) {}
inline void ProcessDescriptor::set_process_priority(int32_t value) {}

// optional int64 start_timestamp_ns = 7;
inline bool ProcessDescriptor::_internal_has_start_timestamp_ns() const {}
inline bool ProcessDescriptor::has_start_timestamp_ns() const {}
inline void ProcessDescriptor::clear_start_timestamp_ns() {}
inline int64_t ProcessDescriptor::_internal_start_timestamp_ns() const {}
inline int64_t ProcessDescriptor::start_timestamp_ns() const {}
inline void ProcessDescriptor::_internal_set_start_timestamp_ns(int64_t value) {}
inline void ProcessDescriptor::set_start_timestamp_ns(int64_t value) {}

// optional .perfetto.protos.ProcessDescriptor.ChromeProcessType chrome_process_type = 4;
inline bool ProcessDescriptor::_internal_has_chrome_process_type() const {}
inline bool ProcessDescriptor::has_chrome_process_type() const {}
inline void ProcessDescriptor::clear_chrome_process_type() {}
inline ::perfetto::protos::ProcessDescriptor_ChromeProcessType ProcessDescriptor::_internal_chrome_process_type() const {}
inline ::perfetto::protos::ProcessDescriptor_ChromeProcessType ProcessDescriptor::chrome_process_type() const {}
inline void ProcessDescriptor::_internal_set_chrome_process_type(::perfetto::protos::ProcessDescriptor_ChromeProcessType value) {}
inline void ProcessDescriptor::set_chrome_process_type(::perfetto::protos::ProcessDescriptor_ChromeProcessType value) {}

// optional int32 legacy_sort_index = 3;
inline bool ProcessDescriptor::_internal_has_legacy_sort_index() const {}
inline bool ProcessDescriptor::has_legacy_sort_index() const {}
inline void ProcessDescriptor::clear_legacy_sort_index() {}
inline int32_t ProcessDescriptor::_internal_legacy_sort_index() const {}
inline int32_t ProcessDescriptor::legacy_sort_index() const {}
inline void ProcessDescriptor::_internal_set_legacy_sort_index(int32_t value) {}
inline void ProcessDescriptor::set_legacy_sort_index(int32_t value) {}

// repeated string process_labels = 8;
inline int ProcessDescriptor::_internal_process_labels_size() const {}
inline int ProcessDescriptor::process_labels_size() const {}
inline void ProcessDescriptor::clear_process_labels() {}
inline std::string* ProcessDescriptor::add_process_labels() {}
inline const std::string& ProcessDescriptor::_internal_process_labels(int index) const {}
inline const std::string& ProcessDescriptor::process_labels(int index) const {}
inline std::string* ProcessDescriptor::mutable_process_labels(int index) {}
inline void ProcessDescriptor::set_process_labels(int index, const std::string& value) {}
inline void ProcessDescriptor::set_process_labels(int index, std::string&& value) {}
inline void ProcessDescriptor::set_process_labels(int index, const char* value) {}
inline void ProcessDescriptor::set_process_labels(int index, const char* value, size_t size) {}
inline std::string* ProcessDescriptor::_internal_add_process_labels() {}
inline void ProcessDescriptor::add_process_labels(const std::string& value) {}
inline void ProcessDescriptor::add_process_labels(std::string&& value) {}
inline void ProcessDescriptor::add_process_labels(const char* value) {}
inline void ProcessDescriptor::add_process_labels(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
ProcessDescriptor::process_labels() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
ProcessDescriptor::mutable_process_labels() {}

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

// @@protoc_insertion_point(namespace_scope)

}  // namespace protos
}  // namespace perfetto

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::perfetto::protos::ProcessDescriptor_ChromeProcessType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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