chromium/out/Default/gen/third_party/metrics_proto/perf_stat.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: perf_stat.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_perf_5fstat_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_perf_5fstat_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_perf_5fstat_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_perf_5fstat_2eproto {};
namespace metrics {
class PerfStatProto;
struct PerfStatProtoDefaultTypeInternal;
extern PerfStatProtoDefaultTypeInternal _PerfStatProto_default_instance_;
class PerfStatProto_PerfStatLine;
struct PerfStatProto_PerfStatLineDefaultTypeInternal;
extern PerfStatProto_PerfStatLineDefaultTypeInternal _PerfStatProto_PerfStatLine_default_instance_;
}  // namespace metrics
PROTOBUF_NAMESPACE_OPEN
template<> ::metrics::PerfStatProto* Arena::CreateMaybeMessage<::metrics::PerfStatProto>(Arena*);
template<> ::metrics::PerfStatProto_PerfStatLine* Arena::CreateMaybeMessage<::metrics::PerfStatProto_PerfStatLine>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace metrics {

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

class PerfStatProto_PerfStatLine final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:metrics.PerfStatProto.PerfStatLine) */ {};
// -------------------------------------------------------------------

class PerfStatProto final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:metrics.PerfStatProto) */ {};
// ===================================================================


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

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

// optional uint64 time_ms = 1;
inline bool PerfStatProto_PerfStatLine::_internal_has_time_ms() const {}
inline bool PerfStatProto_PerfStatLine::has_time_ms() const {}
inline void PerfStatProto_PerfStatLine::clear_time_ms() {}
inline uint64_t PerfStatProto_PerfStatLine::_internal_time_ms() const {}
inline uint64_t PerfStatProto_PerfStatLine::time_ms() const {}
inline void PerfStatProto_PerfStatLine::_internal_set_time_ms(uint64_t value) {}
inline void PerfStatProto_PerfStatLine::set_time_ms(uint64_t value) {}

// optional uint64 count = 2;
inline bool PerfStatProto_PerfStatLine::_internal_has_count() const {}
inline bool PerfStatProto_PerfStatLine::has_count() const {}
inline void PerfStatProto_PerfStatLine::clear_count() {}
inline uint64_t PerfStatProto_PerfStatLine::_internal_count() const {}
inline uint64_t PerfStatProto_PerfStatLine::count() const {}
inline void PerfStatProto_PerfStatLine::_internal_set_count(uint64_t value) {}
inline void PerfStatProto_PerfStatLine::set_count(uint64_t value) {}

// optional string event_name = 3;
inline bool PerfStatProto_PerfStatLine::_internal_has_event_name() const {}
inline bool PerfStatProto_PerfStatLine::has_event_name() const {}
inline void PerfStatProto_PerfStatLine::clear_event_name() {}
inline const std::string& PerfStatProto_PerfStatLine::event_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PerfStatProto_PerfStatLine::set_event_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* PerfStatProto_PerfStatLine::mutable_event_name() {}
inline const std::string& PerfStatProto_PerfStatLine::_internal_event_name() const {}
inline void PerfStatProto_PerfStatLine::_internal_set_event_name(const std::string& value) {}
inline std::string* PerfStatProto_PerfStatLine::_internal_mutable_event_name() {}
inline std::string* PerfStatProto_PerfStatLine::release_event_name() {}
inline void PerfStatProto_PerfStatLine::set_allocated_event_name(std::string* event_name) {}

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

// PerfStatProto

// repeated .metrics.PerfStatProto.PerfStatLine line = 1;
inline int PerfStatProto::_internal_line_size() const {}
inline int PerfStatProto::line_size() const {}
inline void PerfStatProto::clear_line() {}
inline ::metrics::PerfStatProto_PerfStatLine* PerfStatProto::mutable_line(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::metrics::PerfStatProto_PerfStatLine >*
PerfStatProto::mutable_line() {}
inline const ::metrics::PerfStatProto_PerfStatLine& PerfStatProto::_internal_line(int index) const {}
inline const ::metrics::PerfStatProto_PerfStatLine& PerfStatProto::line(int index) const {}
inline ::metrics::PerfStatProto_PerfStatLine* PerfStatProto::_internal_add_line() {}
inline ::metrics::PerfStatProto_PerfStatLine* PerfStatProto::add_line() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::metrics::PerfStatProto_PerfStatLine >&
PerfStatProto::line() const {}

// optional string command_line = 2;
inline bool PerfStatProto::_internal_has_command_line() const {}
inline bool PerfStatProto::has_command_line() const {}
inline void PerfStatProto::clear_command_line() {}
inline const std::string& PerfStatProto::command_line() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PerfStatProto::set_command_line(ArgT0&& arg0, ArgT... args) {}
inline std::string* PerfStatProto::mutable_command_line() {}
inline const std::string& PerfStatProto::_internal_command_line() const {}
inline void PerfStatProto::_internal_set_command_line(const std::string& value) {}
inline std::string* PerfStatProto::_internal_mutable_command_line() {}
inline std::string* PerfStatProto::release_command_line() {}
inline void PerfStatProto::set_allocated_command_line(std::string* command_line) {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace metrics

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_perf_5fstat_2eproto