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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2fcommon_2fftrace_5fdescriptor_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2fcommon_2fftrace_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_2fftrace_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_2fftrace_5fdescriptor_2eproto {};
namespace perfetto {
namespace protos {
class FtraceDescriptor;
struct FtraceDescriptorDefaultTypeInternal;
extern FtraceDescriptorDefaultTypeInternal _FtraceDescriptor_default_instance_;
class FtraceDescriptor_AtraceCategory;
struct FtraceDescriptor_AtraceCategoryDefaultTypeInternal;
extern FtraceDescriptor_AtraceCategoryDefaultTypeInternal _FtraceDescriptor_AtraceCategory_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::FtraceDescriptor* Arena::CreateMaybeMessage<::perfetto::protos::FtraceDescriptor>(Arena*);
template<> ::perfetto::protos::FtraceDescriptor_AtraceCategory* Arena::CreateMaybeMessage<::perfetto::protos::FtraceDescriptor_AtraceCategory>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

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

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

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


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

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

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

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

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

// FtraceDescriptor

// repeated .perfetto.protos.FtraceDescriptor.AtraceCategory atrace_categories = 1;
inline int FtraceDescriptor::_internal_atrace_categories_size() const {}
inline int FtraceDescriptor::atrace_categories_size() const {}
inline void FtraceDescriptor::clear_atrace_categories() {}
inline ::perfetto::protos::FtraceDescriptor_AtraceCategory* FtraceDescriptor::mutable_atrace_categories(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::FtraceDescriptor_AtraceCategory >*
FtraceDescriptor::mutable_atrace_categories() {}
inline const ::perfetto::protos::FtraceDescriptor_AtraceCategory& FtraceDescriptor::_internal_atrace_categories(int index) const {}
inline const ::perfetto::protos::FtraceDescriptor_AtraceCategory& FtraceDescriptor::atrace_categories(int index) const {}
inline ::perfetto::protos::FtraceDescriptor_AtraceCategory* FtraceDescriptor::_internal_add_atrace_categories() {}
inline ::perfetto::protos::FtraceDescriptor_AtraceCategory* FtraceDescriptor::add_atrace_categories() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::FtraceDescriptor_AtraceCategory >&
FtraceDescriptor::atrace_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_2fftrace_5fdescriptor_2eproto