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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2ftrack_5fevent_2fthread_5fdescriptor_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2ftrack_5fevent_2fthread_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_2fthread_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_2fthread_5fdescriptor_2eproto {};
namespace perfetto {
namespace protos {
class ThreadDescriptor;
struct ThreadDescriptorDefaultTypeInternal;
extern ThreadDescriptorDefaultTypeInternal _ThreadDescriptor_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::ThreadDescriptor* Arena::CreateMaybeMessage<::perfetto::protos::ThreadDescriptor>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

enum ThreadDescriptor_ChromeThreadType : int {};
bool ThreadDescriptor_ChromeThreadType_IsValid(int value);
constexpr ThreadDescriptor_ChromeThreadType ThreadDescriptor_ChromeThreadType_ChromeThreadType_MIN =;
constexpr ThreadDescriptor_ChromeThreadType ThreadDescriptor_ChromeThreadType_ChromeThreadType_MAX =;
constexpr int ThreadDescriptor_ChromeThreadType_ChromeThreadType_ARRAYSIZE =;

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

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


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

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

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

// optional int32 tid = 2;
inline bool ThreadDescriptor::_internal_has_tid() const {}
inline bool ThreadDescriptor::has_tid() const {}
inline void ThreadDescriptor::clear_tid() {}
inline int32_t ThreadDescriptor::_internal_tid() const {}
inline int32_t ThreadDescriptor::tid() const {}
inline void ThreadDescriptor::_internal_set_tid(int32_t value) {}
inline void ThreadDescriptor::set_tid(int32_t value) {}

// optional string thread_name = 5;
inline bool ThreadDescriptor::_internal_has_thread_name() const {}
inline bool ThreadDescriptor::has_thread_name() const {}
inline void ThreadDescriptor::clear_thread_name() {}
inline const std::string& ThreadDescriptor::thread_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ThreadDescriptor::set_thread_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* ThreadDescriptor::mutable_thread_name() {}
inline const std::string& ThreadDescriptor::_internal_thread_name() const {}
inline void ThreadDescriptor::_internal_set_thread_name(const std::string& value) {}
inline std::string* ThreadDescriptor::_internal_mutable_thread_name() {}
inline std::string* ThreadDescriptor::release_thread_name() {}
inline void ThreadDescriptor::set_allocated_thread_name(std::string* thread_name) {}

// optional .perfetto.protos.ThreadDescriptor.ChromeThreadType chrome_thread_type = 4;
inline bool ThreadDescriptor::_internal_has_chrome_thread_type() const {}
inline bool ThreadDescriptor::has_chrome_thread_type() const {}
inline void ThreadDescriptor::clear_chrome_thread_type() {}
inline ::perfetto::protos::ThreadDescriptor_ChromeThreadType ThreadDescriptor::_internal_chrome_thread_type() const {}
inline ::perfetto::protos::ThreadDescriptor_ChromeThreadType ThreadDescriptor::chrome_thread_type() const {}
inline void ThreadDescriptor::_internal_set_chrome_thread_type(::perfetto::protos::ThreadDescriptor_ChromeThreadType value) {}
inline void ThreadDescriptor::set_chrome_thread_type(::perfetto::protos::ThreadDescriptor_ChromeThreadType value) {}

// optional int64 reference_timestamp_us = 6;
inline bool ThreadDescriptor::_internal_has_reference_timestamp_us() const {}
inline bool ThreadDescriptor::has_reference_timestamp_us() const {}
inline void ThreadDescriptor::clear_reference_timestamp_us() {}
inline int64_t ThreadDescriptor::_internal_reference_timestamp_us() const {}
inline int64_t ThreadDescriptor::reference_timestamp_us() const {}
inline void ThreadDescriptor::_internal_set_reference_timestamp_us(int64_t value) {}
inline void ThreadDescriptor::set_reference_timestamp_us(int64_t value) {}

// optional int64 reference_thread_time_us = 7;
inline bool ThreadDescriptor::_internal_has_reference_thread_time_us() const {}
inline bool ThreadDescriptor::has_reference_thread_time_us() const {}
inline void ThreadDescriptor::clear_reference_thread_time_us() {}
inline int64_t ThreadDescriptor::_internal_reference_thread_time_us() const {}
inline int64_t ThreadDescriptor::reference_thread_time_us() const {}
inline void ThreadDescriptor::_internal_set_reference_thread_time_us(int64_t value) {}
inline void ThreadDescriptor::set_reference_thread_time_us(int64_t value) {}

// optional int64 reference_thread_instruction_count = 8;
inline bool ThreadDescriptor::_internal_has_reference_thread_instruction_count() const {}
inline bool ThreadDescriptor::has_reference_thread_instruction_count() const {}
inline void ThreadDescriptor::clear_reference_thread_instruction_count() {}
inline int64_t ThreadDescriptor::_internal_reference_thread_instruction_count() const {}
inline int64_t ThreadDescriptor::reference_thread_instruction_count() const {}
inline void ThreadDescriptor::_internal_set_reference_thread_instruction_count(int64_t value) {}
inline void ThreadDescriptor::set_reference_thread_instruction_count(int64_t value) {}

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

#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::ThreadDescriptor_ChromeThreadType> : ::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_2fthread_5fdescriptor_2eproto