chromium/out/Default/gen/components/dom_distiller/core/proto/adaboost.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_adaboost_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_adaboost_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_adaboost_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_adaboost_2eproto {};
namespace dom_distiller {
class AdaBoostProto;
struct AdaBoostProtoDefaultTypeInternal;
extern AdaBoostProtoDefaultTypeInternal _AdaBoostProto_default_instance_;
class StumpProto;
struct StumpProtoDefaultTypeInternal;
extern StumpProtoDefaultTypeInternal _StumpProto_default_instance_;
}  // namespace dom_distiller
PROTOBUF_NAMESPACE_OPEN
template<> ::dom_distiller::AdaBoostProto* Arena::CreateMaybeMessage<::dom_distiller::AdaBoostProto>(Arena*);
template<> ::dom_distiller::StumpProto* Arena::CreateMaybeMessage<::dom_distiller::StumpProto>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace dom_distiller {

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

class AdaBoostProto final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:dom_distiller.AdaBoostProto) */ {};
// -------------------------------------------------------------------

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


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

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

// required int32 num_stumps = 1;
inline bool AdaBoostProto::_internal_has_num_stumps() const {}
inline bool AdaBoostProto::has_num_stumps() const {}
inline void AdaBoostProto::clear_num_stumps() {}
inline int32_t AdaBoostProto::_internal_num_stumps() const {}
inline int32_t AdaBoostProto::num_stumps() const {}
inline void AdaBoostProto::_internal_set_num_stumps(int32_t value) {}
inline void AdaBoostProto::set_num_stumps(int32_t value) {}

// required int32 num_features = 2;
inline bool AdaBoostProto::_internal_has_num_features() const {}
inline bool AdaBoostProto::has_num_features() const {}
inline void AdaBoostProto::clear_num_features() {}
inline int32_t AdaBoostProto::_internal_num_features() const {}
inline int32_t AdaBoostProto::num_features() const {}
inline void AdaBoostProto::_internal_set_num_features(int32_t value) {}
inline void AdaBoostProto::set_num_features(int32_t value) {}

// repeated .dom_distiller.StumpProto stump = 3;
inline int AdaBoostProto::_internal_stump_size() const {}
inline int AdaBoostProto::stump_size() const {}
inline void AdaBoostProto::clear_stump() {}
inline ::dom_distiller::StumpProto* AdaBoostProto::mutable_stump(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::dom_distiller::StumpProto >*
AdaBoostProto::mutable_stump() {}
inline const ::dom_distiller::StumpProto& AdaBoostProto::_internal_stump(int index) const {}
inline const ::dom_distiller::StumpProto& AdaBoostProto::stump(int index) const {}
inline ::dom_distiller::StumpProto* AdaBoostProto::_internal_add_stump() {}
inline ::dom_distiller::StumpProto* AdaBoostProto::add_stump() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::dom_distiller::StumpProto >&
AdaBoostProto::stump() const {}

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

// StumpProto

// required int32 feature_number = 1;
inline bool StumpProto::_internal_has_feature_number() const {}
inline bool StumpProto::has_feature_number() const {}
inline void StumpProto::clear_feature_number() {}
inline int32_t StumpProto::_internal_feature_number() const {}
inline int32_t StumpProto::feature_number() const {}
inline void StumpProto::_internal_set_feature_number(int32_t value) {}
inline void StumpProto::set_feature_number(int32_t value) {}

// required double split = 2;
inline bool StumpProto::_internal_has_split() const {}
inline bool StumpProto::has_split() const {}
inline void StumpProto::clear_split() {}
inline double StumpProto::_internal_split() const {}
inline double StumpProto::split() const {}
inline void StumpProto::_internal_set_split(double value) {}
inline void StumpProto::set_split(double value) {}

// required double weight = 3;
inline bool StumpProto::_internal_has_weight() const {}
inline bool StumpProto::has_weight() const {}
inline void StumpProto::clear_weight() {}
inline double StumpProto::_internal_weight() const {}
inline double StumpProto::weight() const {}
inline void StumpProto::_internal_set_weight(double value) {}
inline void StumpProto::set_weight(double value) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace dom_distiller

// @@protoc_insertion_point(global_scope)

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