chromium/out/Default/gen/third_party/perfetto/protos/perfetto/common/track_event_descriptor.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2fcommon_2ftrack_5fevent_5fdescriptor_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2fcommon_2ftrack_5fevent_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
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_protos_2fperfetto_2fcommon_2ftrack_5fevent_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_2fcommon_2ftrack_5fevent_5fdescriptor_2eproto {};
namespace perfetto {
namespace protos {
class TrackEventCategory;
struct TrackEventCategoryDefaultTypeInternal;
extern TrackEventCategoryDefaultTypeInternal _TrackEventCategory_default_instance_;
class TrackEventDescriptor;
struct TrackEventDescriptorDefaultTypeInternal;
extern TrackEventDescriptorDefaultTypeInternal _TrackEventDescriptor_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::TrackEventCategory* Arena::CreateMaybeMessage<::perfetto::protos::TrackEventCategory>(Arena*);
template<> ::perfetto::protos::TrackEventDescriptor* Arena::CreateMaybeMessage<::perfetto::protos::TrackEventDescriptor>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

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

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

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


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

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

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

// optional string description = 2;
inline bool TrackEventCategory::_internal_has_description() const {}
inline bool TrackEventCategory::has_description() const {}
inline void TrackEventCategory::clear_description() {}
inline const std::string& TrackEventCategory::description() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void TrackEventCategory::set_description(ArgT0&& arg0, ArgT... args) {}
inline std::string* TrackEventCategory::mutable_description() {}
inline const std::string& TrackEventCategory::_internal_description() const {}
inline void TrackEventCategory::_internal_set_description(const std::string& value) {}
inline std::string* TrackEventCategory::_internal_mutable_description() {}
inline std::string* TrackEventCategory::release_description() {}
inline void TrackEventCategory::set_allocated_description(std::string* description) {}

// repeated string tags = 3;
inline int TrackEventCategory::_internal_tags_size() const {}
inline int TrackEventCategory::tags_size() const {}
inline void TrackEventCategory::clear_tags() {}
inline std::string* TrackEventCategory::add_tags() {}
inline const std::string& TrackEventCategory::_internal_tags(int index) const {}
inline const std::string& TrackEventCategory::tags(int index) const {}
inline std::string* TrackEventCategory::mutable_tags(int index) {}
inline void TrackEventCategory::set_tags(int index, const std::string& value) {}
inline void TrackEventCategory::set_tags(int index, std::string&& value) {}
inline void TrackEventCategory::set_tags(int index, const char* value) {}
inline void TrackEventCategory::set_tags(int index, const char* value, size_t size) {}
inline std::string* TrackEventCategory::_internal_add_tags() {}
inline void TrackEventCategory::add_tags(const std::string& value) {}
inline void TrackEventCategory::add_tags(std::string&& value) {}
inline void TrackEventCategory::add_tags(const char* value) {}
inline void TrackEventCategory::add_tags(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
TrackEventCategory::tags() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
TrackEventCategory::mutable_tags() {}

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

// TrackEventDescriptor

// repeated .perfetto.protos.TrackEventCategory available_categories = 1;
inline int TrackEventDescriptor::_internal_available_categories_size() const {}
inline int TrackEventDescriptor::available_categories_size() const {}
inline void TrackEventDescriptor::clear_available_categories() {}
inline ::perfetto::protos::TrackEventCategory* TrackEventDescriptor::mutable_available_categories(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::TrackEventCategory >*
TrackEventDescriptor::mutable_available_categories() {}
inline const ::perfetto::protos::TrackEventCategory& TrackEventDescriptor::_internal_available_categories(int index) const {}
inline const ::perfetto::protos::TrackEventCategory& TrackEventDescriptor::available_categories(int index) const {}
inline ::perfetto::protos::TrackEventCategory* TrackEventDescriptor::_internal_add_available_categories() {}
inline ::perfetto::protos::TrackEventCategory* TrackEventDescriptor::add_available_categories() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::TrackEventCategory >&
TrackEventDescriptor::available_categories() 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_2fcommon_2ftrack_5fevent_5fdescriptor_2eproto