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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_histogram_5fevent_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_histogram_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
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_histogram_5fevent_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_histogram_5fevent_2eproto {};
namespace metrics {
class HistogramEventProto;
struct HistogramEventProtoDefaultTypeInternal;
extern HistogramEventProtoDefaultTypeInternal _HistogramEventProto_default_instance_;
class HistogramEventProto_Bucket;
struct HistogramEventProto_BucketDefaultTypeInternal;
extern HistogramEventProto_BucketDefaultTypeInternal _HistogramEventProto_Bucket_default_instance_;
}  // namespace metrics
PROTOBUF_NAMESPACE_OPEN
template<> ::metrics::HistogramEventProto* Arena::CreateMaybeMessage<::metrics::HistogramEventProto>(Arena*);
template<> ::metrics::HistogramEventProto_Bucket* Arena::CreateMaybeMessage<::metrics::HistogramEventProto_Bucket>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace metrics {

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

class HistogramEventProto_Bucket final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:metrics.HistogramEventProto.Bucket) */ {};
// -------------------------------------------------------------------

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


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

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

// optional int64 min = 1;
inline bool HistogramEventProto_Bucket::_internal_has_min() const {}
inline bool HistogramEventProto_Bucket::has_min() const {}
inline void HistogramEventProto_Bucket::clear_min() {}
inline int64_t HistogramEventProto_Bucket::_internal_min() const {}
inline int64_t HistogramEventProto_Bucket::min() const {}
inline void HistogramEventProto_Bucket::_internal_set_min(int64_t value) {}
inline void HistogramEventProto_Bucket::set_min(int64_t value) {}

// optional int64 max = 2;
inline bool HistogramEventProto_Bucket::_internal_has_max() const {}
inline bool HistogramEventProto_Bucket::has_max() const {}
inline void HistogramEventProto_Bucket::clear_max() {}
inline int64_t HistogramEventProto_Bucket::_internal_max() const {}
inline int64_t HistogramEventProto_Bucket::max() const {}
inline void HistogramEventProto_Bucket::_internal_set_max(int64_t value) {}
inline void HistogramEventProto_Bucket::set_max(int64_t value) {}

// optional int64 count = 4 [default = 1];
inline bool HistogramEventProto_Bucket::_internal_has_count() const {}
inline bool HistogramEventProto_Bucket::has_count() const {}
inline void HistogramEventProto_Bucket::clear_count() {}
inline int64_t HistogramEventProto_Bucket::_internal_count() const {}
inline int64_t HistogramEventProto_Bucket::count() const {}
inline void HistogramEventProto_Bucket::_internal_set_count(int64_t value) {}
inline void HistogramEventProto_Bucket::set_count(int64_t value) {}

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

// HistogramEventProto

// optional fixed64 name_hash = 1;
inline bool HistogramEventProto::_internal_has_name_hash() const {}
inline bool HistogramEventProto::has_name_hash() const {}
inline void HistogramEventProto::clear_name_hash() {}
inline uint64_t HistogramEventProto::_internal_name_hash() const {}
inline uint64_t HistogramEventProto::name_hash() const {}
inline void HistogramEventProto::_internal_set_name_hash(uint64_t value) {}
inline void HistogramEventProto::set_name_hash(uint64_t value) {}

// optional int64 sum = 2;
inline bool HistogramEventProto::_internal_has_sum() const {}
inline bool HistogramEventProto::has_sum() const {}
inline void HistogramEventProto::clear_sum() {}
inline int64_t HistogramEventProto::_internal_sum() const {}
inline int64_t HistogramEventProto::sum() const {}
inline void HistogramEventProto::_internal_set_sum(int64_t value) {}
inline void HistogramEventProto::set_sum(int64_t value) {}

// repeated .metrics.HistogramEventProto.Bucket bucket = 3;
inline int HistogramEventProto::_internal_bucket_size() const {}
inline int HistogramEventProto::bucket_size() const {}
inline void HistogramEventProto::clear_bucket() {}
inline ::metrics::HistogramEventProto_Bucket* HistogramEventProto::mutable_bucket(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::metrics::HistogramEventProto_Bucket >*
HistogramEventProto::mutable_bucket() {}
inline const ::metrics::HistogramEventProto_Bucket& HistogramEventProto::_internal_bucket(int index) const {}
inline const ::metrics::HistogramEventProto_Bucket& HistogramEventProto::bucket(int index) const {}
inline ::metrics::HistogramEventProto_Bucket* HistogramEventProto::_internal_add_bucket() {}
inline ::metrics::HistogramEventProto_Bucket* HistogramEventProto::add_bucket() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::metrics::HistogramEventProto_Bucket >&
HistogramEventProto::bucket() const {}

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