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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2ftrack_5fevent_2ftrack_5fdescriptor_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2ftrack_5fevent_2ftrack_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 "protos/perfetto/trace/track_event/chrome_process_descriptor.pb.h"
#include "protos/perfetto/trace/track_event/chrome_thread_descriptor.pb.h"
#include "protos/perfetto/trace/track_event/process_descriptor.pb.h"
#include "protos/perfetto/trace/track_event/thread_descriptor.pb.h"
#include "protos/perfetto/trace/track_event/counter_descriptor.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_protos_2fperfetto_2ftrace_2ftrack_5fevent_2ftrack_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_2ftrack_5fdescriptor_2eproto {};
namespace perfetto {
namespace protos {
class TrackDescriptor;
struct TrackDescriptorDefaultTypeInternal;
extern TrackDescriptorDefaultTypeInternal _TrackDescriptor_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::TrackDescriptor* Arena::CreateMaybeMessage<::perfetto::protos::TrackDescriptor>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

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

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


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

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

// optional uint64 uuid = 1;
inline bool TrackDescriptor::_internal_has_uuid() const {}
inline bool TrackDescriptor::has_uuid() const {}
inline void TrackDescriptor::clear_uuid() {}
inline uint64_t TrackDescriptor::_internal_uuid() const {}
inline uint64_t TrackDescriptor::uuid() const {}
inline void TrackDescriptor::_internal_set_uuid(uint64_t value) {}
inline void TrackDescriptor::set_uuid(uint64_t value) {}

// optional uint64 parent_uuid = 5;
inline bool TrackDescriptor::_internal_has_parent_uuid() const {}
inline bool TrackDescriptor::has_parent_uuid() const {}
inline void TrackDescriptor::clear_parent_uuid() {}
inline uint64_t TrackDescriptor::_internal_parent_uuid() const {}
inline uint64_t TrackDescriptor::parent_uuid() const {}
inline void TrackDescriptor::_internal_set_parent_uuid(uint64_t value) {}
inline void TrackDescriptor::set_parent_uuid(uint64_t value) {}

// string name = 2;
inline bool TrackDescriptor::_internal_has_name() const {}
inline bool TrackDescriptor::has_name() const {}
inline void TrackDescriptor::set_has_name() {}
inline void TrackDescriptor::clear_name() {}
inline const std::string& TrackDescriptor::name() const {}
template <typename ArgT0, typename... ArgT>
inline void TrackDescriptor::set_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* TrackDescriptor::mutable_name() {}
inline const std::string& TrackDescriptor::_internal_name() const {}
inline void TrackDescriptor::_internal_set_name(const std::string& value) {}
inline std::string* TrackDescriptor::_internal_mutable_name() {}
inline std::string* TrackDescriptor::release_name() {}
inline void TrackDescriptor::set_allocated_name(std::string* name) {}

// string static_name = 10;
inline bool TrackDescriptor::_internal_has_static_name() const {}
inline bool TrackDescriptor::has_static_name() const {}
inline void TrackDescriptor::set_has_static_name() {}
inline void TrackDescriptor::clear_static_name() {}
inline const std::string& TrackDescriptor::static_name() const {}
template <typename ArgT0, typename... ArgT>
inline void TrackDescriptor::set_static_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* TrackDescriptor::mutable_static_name() {}
inline const std::string& TrackDescriptor::_internal_static_name() const {}
inline void TrackDescriptor::_internal_set_static_name(const std::string& value) {}
inline std::string* TrackDescriptor::_internal_mutable_static_name() {}
inline std::string* TrackDescriptor::release_static_name() {}
inline void TrackDescriptor::set_allocated_static_name(std::string* static_name) {}

// optional .perfetto.protos.ProcessDescriptor process = 3;
inline bool TrackDescriptor::_internal_has_process() const {}
inline bool TrackDescriptor::has_process() const {}
inline const ::perfetto::protos::ProcessDescriptor& TrackDescriptor::_internal_process() const {}
inline const ::perfetto::protos::ProcessDescriptor& TrackDescriptor::process() const {}
inline void TrackDescriptor::unsafe_arena_set_allocated_process(
    ::perfetto::protos::ProcessDescriptor* process) {}
inline ::perfetto::protos::ProcessDescriptor* TrackDescriptor::release_process() {}
inline ::perfetto::protos::ProcessDescriptor* TrackDescriptor::unsafe_arena_release_process() {}
inline ::perfetto::protos::ProcessDescriptor* TrackDescriptor::_internal_mutable_process() {}
inline ::perfetto::protos::ProcessDescriptor* TrackDescriptor::mutable_process() {}
inline void TrackDescriptor::set_allocated_process(::perfetto::protos::ProcessDescriptor* process) {}

// optional .perfetto.protos.ChromeProcessDescriptor chrome_process = 6;
inline bool TrackDescriptor::_internal_has_chrome_process() const {}
inline bool TrackDescriptor::has_chrome_process() const {}
inline const ::perfetto::protos::ChromeProcessDescriptor& TrackDescriptor::_internal_chrome_process() const {}
inline const ::perfetto::protos::ChromeProcessDescriptor& TrackDescriptor::chrome_process() const {}
inline void TrackDescriptor::unsafe_arena_set_allocated_chrome_process(
    ::perfetto::protos::ChromeProcessDescriptor* chrome_process) {}
inline ::perfetto::protos::ChromeProcessDescriptor* TrackDescriptor::release_chrome_process() {}
inline ::perfetto::protos::ChromeProcessDescriptor* TrackDescriptor::unsafe_arena_release_chrome_process() {}
inline ::perfetto::protos::ChromeProcessDescriptor* TrackDescriptor::_internal_mutable_chrome_process() {}
inline ::perfetto::protos::ChromeProcessDescriptor* TrackDescriptor::mutable_chrome_process() {}
inline void TrackDescriptor::set_allocated_chrome_process(::perfetto::protos::ChromeProcessDescriptor* chrome_process) {}

// optional .perfetto.protos.ThreadDescriptor thread = 4;
inline bool TrackDescriptor::_internal_has_thread() const {}
inline bool TrackDescriptor::has_thread() const {}
inline const ::perfetto::protos::ThreadDescriptor& TrackDescriptor::_internal_thread() const {}
inline const ::perfetto::protos::ThreadDescriptor& TrackDescriptor::thread() const {}
inline void TrackDescriptor::unsafe_arena_set_allocated_thread(
    ::perfetto::protos::ThreadDescriptor* thread) {}
inline ::perfetto::protos::ThreadDescriptor* TrackDescriptor::release_thread() {}
inline ::perfetto::protos::ThreadDescriptor* TrackDescriptor::unsafe_arena_release_thread() {}
inline ::perfetto::protos::ThreadDescriptor* TrackDescriptor::_internal_mutable_thread() {}
inline ::perfetto::protos::ThreadDescriptor* TrackDescriptor::mutable_thread() {}
inline void TrackDescriptor::set_allocated_thread(::perfetto::protos::ThreadDescriptor* thread) {}

// optional .perfetto.protos.ChromeThreadDescriptor chrome_thread = 7;
inline bool TrackDescriptor::_internal_has_chrome_thread() const {}
inline bool TrackDescriptor::has_chrome_thread() const {}
inline const ::perfetto::protos::ChromeThreadDescriptor& TrackDescriptor::_internal_chrome_thread() const {}
inline const ::perfetto::protos::ChromeThreadDescriptor& TrackDescriptor::chrome_thread() const {}
inline void TrackDescriptor::unsafe_arena_set_allocated_chrome_thread(
    ::perfetto::protos::ChromeThreadDescriptor* chrome_thread) {}
inline ::perfetto::protos::ChromeThreadDescriptor* TrackDescriptor::release_chrome_thread() {}
inline ::perfetto::protos::ChromeThreadDescriptor* TrackDescriptor::unsafe_arena_release_chrome_thread() {}
inline ::perfetto::protos::ChromeThreadDescriptor* TrackDescriptor::_internal_mutable_chrome_thread() {}
inline ::perfetto::protos::ChromeThreadDescriptor* TrackDescriptor::mutable_chrome_thread() {}
inline void TrackDescriptor::set_allocated_chrome_thread(::perfetto::protos::ChromeThreadDescriptor* chrome_thread) {}

// optional .perfetto.protos.CounterDescriptor counter = 8;
inline bool TrackDescriptor::_internal_has_counter() const {}
inline bool TrackDescriptor::has_counter() const {}
inline const ::perfetto::protos::CounterDescriptor& TrackDescriptor::_internal_counter() const {}
inline const ::perfetto::protos::CounterDescriptor& TrackDescriptor::counter() const {}
inline void TrackDescriptor::unsafe_arena_set_allocated_counter(
    ::perfetto::protos::CounterDescriptor* counter) {}
inline ::perfetto::protos::CounterDescriptor* TrackDescriptor::release_counter() {}
inline ::perfetto::protos::CounterDescriptor* TrackDescriptor::unsafe_arena_release_counter() {}
inline ::perfetto::protos::CounterDescriptor* TrackDescriptor::_internal_mutable_counter() {}
inline ::perfetto::protos::CounterDescriptor* TrackDescriptor::mutable_counter() {}
inline void TrackDescriptor::set_allocated_counter(::perfetto::protos::CounterDescriptor* counter) {}

// optional bool disallow_merging_with_system_tracks = 9;
inline bool TrackDescriptor::_internal_has_disallow_merging_with_system_tracks() const {}
inline bool TrackDescriptor::has_disallow_merging_with_system_tracks() const {}
inline void TrackDescriptor::clear_disallow_merging_with_system_tracks() {}
inline bool TrackDescriptor::_internal_disallow_merging_with_system_tracks() const {}
inline bool TrackDescriptor::disallow_merging_with_system_tracks() const {}
inline void TrackDescriptor::_internal_set_disallow_merging_with_system_tracks(bool value) {}
inline void TrackDescriptor::set_disallow_merging_with_system_tracks(bool value) {}

inline bool TrackDescriptor::has_static_or_dynamic_name() const {}
inline void TrackDescriptor::clear_has_static_or_dynamic_name() {}
inline TrackDescriptor::StaticOrDynamicNameCase TrackDescriptor::static_or_dynamic_name_case() const {}
#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_2ftrack_5fevent_2ftrack_5fdescriptor_2eproto