chromium/out/Default/gen/third_party/perfetto/protos/perfetto/trace/gpu/gpu_counter_event.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fgpu_2fgpu_5fcounter_5fevent_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fgpu_2fgpu_5fcounter_5fevent_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/common/gpu_counter_descriptor.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_protos_2fperfetto_2ftrace_2fgpu_2fgpu_5fcounter_5fevent_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_2fgpu_2fgpu_5fcounter_5fevent_2eproto {};
namespace perfetto {
namespace protos {
class GpuCounterEvent;
struct GpuCounterEventDefaultTypeInternal;
extern GpuCounterEventDefaultTypeInternal _GpuCounterEvent_default_instance_;
class GpuCounterEvent_GpuCounter;
struct GpuCounterEvent_GpuCounterDefaultTypeInternal;
extern GpuCounterEvent_GpuCounterDefaultTypeInternal _GpuCounterEvent_GpuCounter_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::GpuCounterEvent* Arena::CreateMaybeMessage<::perfetto::protos::GpuCounterEvent>(Arena*);
template<> ::perfetto::protos::GpuCounterEvent_GpuCounter* Arena::CreateMaybeMessage<::perfetto::protos::GpuCounterEvent_GpuCounter>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

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

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

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


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

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

// optional uint32 counter_id = 1;
inline bool GpuCounterEvent_GpuCounter::_internal_has_counter_id() const {}
inline bool GpuCounterEvent_GpuCounter::has_counter_id() const {}
inline void GpuCounterEvent_GpuCounter::clear_counter_id() {}
inline uint32_t GpuCounterEvent_GpuCounter::_internal_counter_id() const {}
inline uint32_t GpuCounterEvent_GpuCounter::counter_id() const {}
inline void GpuCounterEvent_GpuCounter::_internal_set_counter_id(uint32_t value) {}
inline void GpuCounterEvent_GpuCounter::set_counter_id(uint32_t value) {}

// int64 int_value = 2;
inline bool GpuCounterEvent_GpuCounter::_internal_has_int_value() const {}
inline bool GpuCounterEvent_GpuCounter::has_int_value() const {}
inline void GpuCounterEvent_GpuCounter::set_has_int_value() {}
inline void GpuCounterEvent_GpuCounter::clear_int_value() {}
inline int64_t GpuCounterEvent_GpuCounter::_internal_int_value() const {}
inline void GpuCounterEvent_GpuCounter::_internal_set_int_value(int64_t value) {}
inline int64_t GpuCounterEvent_GpuCounter::int_value() const {}
inline void GpuCounterEvent_GpuCounter::set_int_value(int64_t value) {}

// double double_value = 3;
inline bool GpuCounterEvent_GpuCounter::_internal_has_double_value() const {}
inline bool GpuCounterEvent_GpuCounter::has_double_value() const {}
inline void GpuCounterEvent_GpuCounter::set_has_double_value() {}
inline void GpuCounterEvent_GpuCounter::clear_double_value() {}
inline double GpuCounterEvent_GpuCounter::_internal_double_value() const {}
inline void GpuCounterEvent_GpuCounter::_internal_set_double_value(double value) {}
inline double GpuCounterEvent_GpuCounter::double_value() const {}
inline void GpuCounterEvent_GpuCounter::set_double_value(double value) {}

inline bool GpuCounterEvent_GpuCounter::has_value() const {}
inline void GpuCounterEvent_GpuCounter::clear_has_value() {}
inline GpuCounterEvent_GpuCounter::ValueCase GpuCounterEvent_GpuCounter::value_case() const {}
// -------------------------------------------------------------------

// GpuCounterEvent

// optional .perfetto.protos.GpuCounterDescriptor counter_descriptor = 1;
inline bool GpuCounterEvent::_internal_has_counter_descriptor() const {}
inline bool GpuCounterEvent::has_counter_descriptor() const {}
inline const ::perfetto::protos::GpuCounterDescriptor& GpuCounterEvent::_internal_counter_descriptor() const {}
inline const ::perfetto::protos::GpuCounterDescriptor& GpuCounterEvent::counter_descriptor() const {}
inline void GpuCounterEvent::unsafe_arena_set_allocated_counter_descriptor(
    ::perfetto::protos::GpuCounterDescriptor* counter_descriptor) {}
inline ::perfetto::protos::GpuCounterDescriptor* GpuCounterEvent::release_counter_descriptor() {}
inline ::perfetto::protos::GpuCounterDescriptor* GpuCounterEvent::unsafe_arena_release_counter_descriptor() {}
inline ::perfetto::protos::GpuCounterDescriptor* GpuCounterEvent::_internal_mutable_counter_descriptor() {}
inline ::perfetto::protos::GpuCounterDescriptor* GpuCounterEvent::mutable_counter_descriptor() {}
inline void GpuCounterEvent::set_allocated_counter_descriptor(::perfetto::protos::GpuCounterDescriptor* counter_descriptor) {}

// repeated .perfetto.protos.GpuCounterEvent.GpuCounter counters = 2;
inline int GpuCounterEvent::_internal_counters_size() const {}
inline int GpuCounterEvent::counters_size() const {}
inline void GpuCounterEvent::clear_counters() {}
inline ::perfetto::protos::GpuCounterEvent_GpuCounter* GpuCounterEvent::mutable_counters(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::GpuCounterEvent_GpuCounter >*
GpuCounterEvent::mutable_counters() {}
inline const ::perfetto::protos::GpuCounterEvent_GpuCounter& GpuCounterEvent::_internal_counters(int index) const {}
inline const ::perfetto::protos::GpuCounterEvent_GpuCounter& GpuCounterEvent::counters(int index) const {}
inline ::perfetto::protos::GpuCounterEvent_GpuCounter* GpuCounterEvent::_internal_add_counters() {}
inline ::perfetto::protos::GpuCounterEvent_GpuCounter* GpuCounterEvent::add_counters() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::GpuCounterEvent_GpuCounter >&
GpuCounterEvent::counters() const {}

// optional int32 gpu_id = 3;
inline bool GpuCounterEvent::_internal_has_gpu_id() const {}
inline bool GpuCounterEvent::has_gpu_id() const {}
inline void GpuCounterEvent::clear_gpu_id() {}
inline int32_t GpuCounterEvent::_internal_gpu_id() const {}
inline int32_t GpuCounterEvent::gpu_id() const {}
inline void GpuCounterEvent::_internal_set_gpu_id(int32_t value) {}
inline void GpuCounterEvent::set_gpu_id(int32_t value) {}

#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_2fgpu_2fgpu_5fcounter_5fevent_2eproto