chromium/out/Default/gen/third_party/perfetto/protos/perfetto/trace/chrome/chrome_benchmark_metadata.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fchrome_2fchrome_5fbenchmark_5fmetadata_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fchrome_2fchrome_5fbenchmark_5fmetadata_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_2ftrace_2fchrome_2fchrome_5fbenchmark_5fmetadata_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_2fchrome_2fchrome_5fbenchmark_5fmetadata_2eproto {};
namespace perfetto {
namespace protos {
class ChromeBenchmarkMetadata;
struct ChromeBenchmarkMetadataDefaultTypeInternal;
extern ChromeBenchmarkMetadataDefaultTypeInternal _ChromeBenchmarkMetadata_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::ChromeBenchmarkMetadata* Arena::CreateMaybeMessage<::perfetto::protos::ChromeBenchmarkMetadata>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

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

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


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

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

// optional int64 benchmark_start_time_us = 1;
inline bool ChromeBenchmarkMetadata::_internal_has_benchmark_start_time_us() const {}
inline bool ChromeBenchmarkMetadata::has_benchmark_start_time_us() const {}
inline void ChromeBenchmarkMetadata::clear_benchmark_start_time_us() {}
inline int64_t ChromeBenchmarkMetadata::_internal_benchmark_start_time_us() const {}
inline int64_t ChromeBenchmarkMetadata::benchmark_start_time_us() const {}
inline void ChromeBenchmarkMetadata::_internal_set_benchmark_start_time_us(int64_t value) {}
inline void ChromeBenchmarkMetadata::set_benchmark_start_time_us(int64_t value) {}

// optional int64 story_run_time_us = 2;
inline bool ChromeBenchmarkMetadata::_internal_has_story_run_time_us() const {}
inline bool ChromeBenchmarkMetadata::has_story_run_time_us() const {}
inline void ChromeBenchmarkMetadata::clear_story_run_time_us() {}
inline int64_t ChromeBenchmarkMetadata::_internal_story_run_time_us() const {}
inline int64_t ChromeBenchmarkMetadata::story_run_time_us() const {}
inline void ChromeBenchmarkMetadata::_internal_set_story_run_time_us(int64_t value) {}
inline void ChromeBenchmarkMetadata::set_story_run_time_us(int64_t value) {}

// optional string benchmark_name = 3;
inline bool ChromeBenchmarkMetadata::_internal_has_benchmark_name() const {}
inline bool ChromeBenchmarkMetadata::has_benchmark_name() const {}
inline void ChromeBenchmarkMetadata::clear_benchmark_name() {}
inline const std::string& ChromeBenchmarkMetadata::benchmark_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ChromeBenchmarkMetadata::set_benchmark_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* ChromeBenchmarkMetadata::mutable_benchmark_name() {}
inline const std::string& ChromeBenchmarkMetadata::_internal_benchmark_name() const {}
inline void ChromeBenchmarkMetadata::_internal_set_benchmark_name(const std::string& value) {}
inline std::string* ChromeBenchmarkMetadata::_internal_mutable_benchmark_name() {}
inline std::string* ChromeBenchmarkMetadata::release_benchmark_name() {}
inline void ChromeBenchmarkMetadata::set_allocated_benchmark_name(std::string* benchmark_name) {}

// optional string benchmark_description = 4;
inline bool ChromeBenchmarkMetadata::_internal_has_benchmark_description() const {}
inline bool ChromeBenchmarkMetadata::has_benchmark_description() const {}
inline void ChromeBenchmarkMetadata::clear_benchmark_description() {}
inline const std::string& ChromeBenchmarkMetadata::benchmark_description() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ChromeBenchmarkMetadata::set_benchmark_description(ArgT0&& arg0, ArgT... args) {}
inline std::string* ChromeBenchmarkMetadata::mutable_benchmark_description() {}
inline const std::string& ChromeBenchmarkMetadata::_internal_benchmark_description() const {}
inline void ChromeBenchmarkMetadata::_internal_set_benchmark_description(const std::string& value) {}
inline std::string* ChromeBenchmarkMetadata::_internal_mutable_benchmark_description() {}
inline std::string* ChromeBenchmarkMetadata::release_benchmark_description() {}
inline void ChromeBenchmarkMetadata::set_allocated_benchmark_description(std::string* benchmark_description) {}

// optional string label = 5;
inline bool ChromeBenchmarkMetadata::_internal_has_label() const {}
inline bool ChromeBenchmarkMetadata::has_label() const {}
inline void ChromeBenchmarkMetadata::clear_label() {}
inline const std::string& ChromeBenchmarkMetadata::label() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ChromeBenchmarkMetadata::set_label(ArgT0&& arg0, ArgT... args) {}
inline std::string* ChromeBenchmarkMetadata::mutable_label() {}
inline const std::string& ChromeBenchmarkMetadata::_internal_label() const {}
inline void ChromeBenchmarkMetadata::_internal_set_label(const std::string& value) {}
inline std::string* ChromeBenchmarkMetadata::_internal_mutable_label() {}
inline std::string* ChromeBenchmarkMetadata::release_label() {}
inline void ChromeBenchmarkMetadata::set_allocated_label(std::string* label) {}

// optional string story_name = 6;
inline bool ChromeBenchmarkMetadata::_internal_has_story_name() const {}
inline bool ChromeBenchmarkMetadata::has_story_name() const {}
inline void ChromeBenchmarkMetadata::clear_story_name() {}
inline const std::string& ChromeBenchmarkMetadata::story_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ChromeBenchmarkMetadata::set_story_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* ChromeBenchmarkMetadata::mutable_story_name() {}
inline const std::string& ChromeBenchmarkMetadata::_internal_story_name() const {}
inline void ChromeBenchmarkMetadata::_internal_set_story_name(const std::string& value) {}
inline std::string* ChromeBenchmarkMetadata::_internal_mutable_story_name() {}
inline std::string* ChromeBenchmarkMetadata::release_story_name() {}
inline void ChromeBenchmarkMetadata::set_allocated_story_name(std::string* story_name) {}

// repeated string story_tags = 7;
inline int ChromeBenchmarkMetadata::_internal_story_tags_size() const {}
inline int ChromeBenchmarkMetadata::story_tags_size() const {}
inline void ChromeBenchmarkMetadata::clear_story_tags() {}
inline std::string* ChromeBenchmarkMetadata::add_story_tags() {}
inline const std::string& ChromeBenchmarkMetadata::_internal_story_tags(int index) const {}
inline const std::string& ChromeBenchmarkMetadata::story_tags(int index) const {}
inline std::string* ChromeBenchmarkMetadata::mutable_story_tags(int index) {}
inline void ChromeBenchmarkMetadata::set_story_tags(int index, const std::string& value) {}
inline void ChromeBenchmarkMetadata::set_story_tags(int index, std::string&& value) {}
inline void ChromeBenchmarkMetadata::set_story_tags(int index, const char* value) {}
inline void ChromeBenchmarkMetadata::set_story_tags(int index, const char* value, size_t size) {}
inline std::string* ChromeBenchmarkMetadata::_internal_add_story_tags() {}
inline void ChromeBenchmarkMetadata::add_story_tags(const std::string& value) {}
inline void ChromeBenchmarkMetadata::add_story_tags(std::string&& value) {}
inline void ChromeBenchmarkMetadata::add_story_tags(const char* value) {}
inline void ChromeBenchmarkMetadata::add_story_tags(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
ChromeBenchmarkMetadata::story_tags() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
ChromeBenchmarkMetadata::mutable_story_tags() {}

// optional int32 story_run_index = 8;
inline bool ChromeBenchmarkMetadata::_internal_has_story_run_index() const {}
inline bool ChromeBenchmarkMetadata::has_story_run_index() const {}
inline void ChromeBenchmarkMetadata::clear_story_run_index() {}
inline int32_t ChromeBenchmarkMetadata::_internal_story_run_index() const {}
inline int32_t ChromeBenchmarkMetadata::story_run_index() const {}
inline void ChromeBenchmarkMetadata::_internal_set_story_run_index(int32_t value) {}
inline void ChromeBenchmarkMetadata::set_story_run_index(int32_t value) {}

// optional bool had_failures = 9;
inline bool ChromeBenchmarkMetadata::_internal_has_had_failures() const {}
inline bool ChromeBenchmarkMetadata::has_had_failures() const {}
inline void ChromeBenchmarkMetadata::clear_had_failures() {}
inline bool ChromeBenchmarkMetadata::_internal_had_failures() const {}
inline bool ChromeBenchmarkMetadata::had_failures() const {}
inline void ChromeBenchmarkMetadata::_internal_set_had_failures(bool value) {}
inline void ChromeBenchmarkMetadata::set_had_failures(bool 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_2fchrome_2fchrome_5fbenchmark_5fmetadata_2eproto