chromium/out/Default/gen/chrome/browser/v8_compile_hints/proto/v8_compile_hints_metadata.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: chrome/browser/v8_compile_hints/proto/v8_compile_hints_metadata.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_chrome_2fbrowser_2fv8_5fcompile_5fhints_2fproto_2fv8_5fcompile_5fhints_5fmetadata_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_chrome_2fbrowser_2fv8_5fcompile_5fhints_2fproto_2fv8_5fcompile_5fhints_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
#include "components/optimization_guide/proto/common_types.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_chrome_2fbrowser_2fv8_5fcompile_5fhints_2fproto_2fv8_5fcompile_5fhints_5fmetadata_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_chrome_2fbrowser_2fv8_5fcompile_5fhints_2fproto_2fv8_5fcompile_5fhints_5fmetadata_2eproto {};
namespace v8_compile_hints {
namespace proto {
class Model;
struct ModelDefaultTypeInternal;
extern ModelDefaultTypeInternal _Model_default_instance_;
}  // namespace proto
}  // namespace v8_compile_hints
PROTOBUF_NAMESPACE_OPEN
template<> ::v8_compile_hints::proto::Model* Arena::CreateMaybeMessage<::v8_compile_hints::proto::Model>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace v8_compile_hints {
namespace proto {

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

class Model final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:v8_compile_hints.proto.Model) */ {};
// ===================================================================


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

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

// optional int64 version = 1;
inline bool Model::_internal_has_version() const {}
inline bool Model::has_version() const {}
inline void Model::clear_version() {}
inline int64_t Model::_internal_version() const {}
inline int64_t Model::version() const {}
inline void Model::_internal_set_version(int64_t value) {}
inline void Model::set_version(int64_t value) {}

// optional int64 sample_count = 2;
inline bool Model::_internal_has_sample_count() const {}
inline bool Model::has_sample_count() const {}
inline void Model::clear_sample_count() {}
inline int64_t Model::_internal_sample_count() const {}
inline int64_t Model::sample_count() const {}
inline void Model::_internal_set_sample_count(int64_t value) {}
inline void Model::set_sample_count(int64_t value) {}

// optional int32 clear_zeros = 4;
inline bool Model::_internal_has_clear_zeros() const {}
inline bool Model::has_clear_zeros() const {}
inline void Model::clear_clear_zeros() {}
inline int32_t Model::_internal_clear_zeros() const {}
inline int32_t Model::clear_zeros() const {}
inline void Model::_internal_set_clear_zeros(int32_t value) {}
inline void Model::set_clear_zeros(int32_t value) {}

// optional int32 clear_ones = 5;
inline bool Model::_internal_has_clear_ones() const {}
inline bool Model::has_clear_ones() const {}
inline void Model::clear_clear_ones() {}
inline int32_t Model::_internal_clear_ones() const {}
inline int32_t Model::clear_ones() const {}
inline void Model::_internal_set_clear_ones(int32_t value) {}
inline void Model::set_clear_ones(int32_t value) {}

// repeated int64 bloom_filter = 3 [packed = true];
inline int Model::_internal_bloom_filter_size() const {}
inline int Model::bloom_filter_size() const {}
inline void Model::clear_bloom_filter() {}
inline int64_t Model::_internal_bloom_filter(int index) const {}
inline int64_t Model::bloom_filter(int index) const {}
inline void Model::set_bloom_filter(int index, int64_t value) {}
inline void Model::_internal_add_bloom_filter(int64_t value) {}
inline void Model::add_bloom_filter(int64_t value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >&
Model::_internal_bloom_filter() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >&
Model::bloom_filter() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >*
Model::_internal_mutable_bloom_filter() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >*
Model::mutable_bloom_filter() {}

// optional .optimization_guide.proto.Timestamp timestamp = 6;
inline bool Model::_internal_has_timestamp() const {}
inline bool Model::has_timestamp() const {}
inline const ::optimization_guide::proto::Timestamp& Model::_internal_timestamp() const {}
inline const ::optimization_guide::proto::Timestamp& Model::timestamp() const {}
inline void Model::unsafe_arena_set_allocated_timestamp(
    ::optimization_guide::proto::Timestamp* timestamp) {}
inline ::optimization_guide::proto::Timestamp* Model::release_timestamp() {}
inline ::optimization_guide::proto::Timestamp* Model::unsafe_arena_release_timestamp() {}
inline ::optimization_guide::proto::Timestamp* Model::_internal_mutable_timestamp() {}
inline ::optimization_guide::proto::Timestamp* Model::mutable_timestamp() {}
inline void Model::set_allocated_timestamp(::optimization_guide::proto::Timestamp* timestamp) {}

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

// @@protoc_insertion_point(namespace_scope)

}  // namespace proto
}  // namespace v8_compile_hints

// @@protoc_insertion_point(global_scope)

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