chromium/out/Default/gen/components/assist_ranker/proto/ranker_example.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_ranker_5fexample_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_ranker_5fexample_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 <google/protobuf/map.h>  // IWYU pragma: export
#include <google/protobuf/map_entry_lite.h>
#include <google/protobuf/map_field_lite.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_ranker_5fexample_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_ranker_5fexample_2eproto {};
namespace assist_ranker {
class Feature;
struct FeatureDefaultTypeInternal;
extern FeatureDefaultTypeInternal _Feature_default_instance_;
class FloatList;
struct FloatListDefaultTypeInternal;
extern FloatListDefaultTypeInternal _FloatList_default_instance_;
class RankerExample;
struct RankerExampleDefaultTypeInternal;
extern RankerExampleDefaultTypeInternal _RankerExample_default_instance_;
class RankerExample_FeaturesEntry_DoNotUse;
struct RankerExample_FeaturesEntry_DoNotUseDefaultTypeInternal;
extern RankerExample_FeaturesEntry_DoNotUseDefaultTypeInternal _RankerExample_FeaturesEntry_DoNotUse_default_instance_;
class StringList;
struct StringListDefaultTypeInternal;
extern StringListDefaultTypeInternal _StringList_default_instance_;
}  // namespace assist_ranker
PROTOBUF_NAMESPACE_OPEN
template<> ::assist_ranker::Feature* Arena::CreateMaybeMessage<::assist_ranker::Feature>(Arena*);
template<> ::assist_ranker::FloatList* Arena::CreateMaybeMessage<::assist_ranker::FloatList>(Arena*);
template<> ::assist_ranker::RankerExample* Arena::CreateMaybeMessage<::assist_ranker::RankerExample>(Arena*);
template<> ::assist_ranker::RankerExample_FeaturesEntry_DoNotUse* Arena::CreateMaybeMessage<::assist_ranker::RankerExample_FeaturesEntry_DoNotUse>(Arena*);
template<> ::assist_ranker::StringList* Arena::CreateMaybeMessage<::assist_ranker::StringList>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace assist_ranker {

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

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

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

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

class RankerExample_FeaturesEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<RankerExample_FeaturesEntry_DoNotUse, 
    std::string, ::assist_ranker::Feature,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> {};

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

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


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

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

// repeated bytes string_value = 1;
inline int StringList::_internal_string_value_size() const {}
inline int StringList::string_value_size() const {}
inline void StringList::clear_string_value() {}
inline std::string* StringList::add_string_value() {}
inline const std::string& StringList::_internal_string_value(int index) const {}
inline const std::string& StringList::string_value(int index) const {}
inline std::string* StringList::mutable_string_value(int index) {}
inline void StringList::set_string_value(int index, const std::string& value) {}
inline void StringList::set_string_value(int index, std::string&& value) {}
inline void StringList::set_string_value(int index, const char* value) {}
inline void StringList::set_string_value(int index, const void* value, size_t size) {}
inline std::string* StringList::_internal_add_string_value() {}
inline void StringList::add_string_value(const std::string& value) {}
inline void StringList::add_string_value(std::string&& value) {}
inline void StringList::add_string_value(const char* value) {}
inline void StringList::add_string_value(const void* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
StringList::string_value() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
StringList::mutable_string_value() {}

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

// FloatList

// repeated float float_value = 1;
inline int FloatList::_internal_float_value_size() const {}
inline int FloatList::float_value_size() const {}
inline void FloatList::clear_float_value() {}
inline float FloatList::_internal_float_value(int index) const {}
inline float FloatList::float_value(int index) const {}
inline void FloatList::set_float_value(int index, float value) {}
inline void FloatList::_internal_add_float_value(float value) {}
inline void FloatList::add_float_value(float value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
FloatList::_internal_float_value() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
FloatList::float_value() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
FloatList::_internal_mutable_float_value() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
FloatList::mutable_float_value() {}

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

// Feature

// bool bool_value = 1;
inline bool Feature::_internal_has_bool_value() const {}
inline bool Feature::has_bool_value() const {}
inline void Feature::set_has_bool_value() {}
inline void Feature::clear_bool_value() {}
inline bool Feature::_internal_bool_value() const {}
inline void Feature::_internal_set_bool_value(bool value) {}
inline bool Feature::bool_value() const {}
inline void Feature::set_bool_value(bool value) {}

// float float_value = 2;
inline bool Feature::_internal_has_float_value() const {}
inline bool Feature::has_float_value() const {}
inline void Feature::set_has_float_value() {}
inline void Feature::clear_float_value() {}
inline float Feature::_internal_float_value() const {}
inline void Feature::_internal_set_float_value(float value) {}
inline float Feature::float_value() const {}
inline void Feature::set_float_value(float value) {}

// int32 int32_value = 3;
inline bool Feature::_internal_has_int32_value() const {}
inline bool Feature::has_int32_value() const {}
inline void Feature::set_has_int32_value() {}
inline void Feature::clear_int32_value() {}
inline int32_t Feature::_internal_int32_value() const {}
inline void Feature::_internal_set_int32_value(int32_t value) {}
inline int32_t Feature::int32_value() const {}
inline void Feature::set_int32_value(int32_t value) {}

// bytes string_value = 4;
inline bool Feature::_internal_has_string_value() const {}
inline bool Feature::has_string_value() const {}
inline void Feature::set_has_string_value() {}
inline void Feature::clear_string_value() {}
inline const std::string& Feature::string_value() const {}
template <typename ArgT0, typename... ArgT>
inline void Feature::set_string_value(ArgT0&& arg0, ArgT... args) {}
inline std::string* Feature::mutable_string_value() {}
inline const std::string& Feature::_internal_string_value() const {}
inline void Feature::_internal_set_string_value(const std::string& value) {}
inline std::string* Feature::_internal_mutable_string_value() {}
inline std::string* Feature::release_string_value() {}
inline void Feature::set_allocated_string_value(std::string* string_value) {}

// .assist_ranker.StringList string_list = 5;
inline bool Feature::_internal_has_string_list() const {}
inline bool Feature::has_string_list() const {}
inline void Feature::set_has_string_list() {}
inline void Feature::clear_string_list() {}
inline ::assist_ranker::StringList* Feature::release_string_list() {}
inline const ::assist_ranker::StringList& Feature::_internal_string_list() const {}
inline const ::assist_ranker::StringList& Feature::string_list() const {}
inline ::assist_ranker::StringList* Feature::unsafe_arena_release_string_list() {}
inline void Feature::unsafe_arena_set_allocated_string_list(::assist_ranker::StringList* string_list) {}
inline ::assist_ranker::StringList* Feature::_internal_mutable_string_list() {}
inline ::assist_ranker::StringList* Feature::mutable_string_list() {}

// .assist_ranker.FloatList float_list = 6;
inline bool Feature::_internal_has_float_list() const {}
inline bool Feature::has_float_list() const {}
inline void Feature::set_has_float_list() {}
inline void Feature::clear_float_list() {}
inline ::assist_ranker::FloatList* Feature::release_float_list() {}
inline const ::assist_ranker::FloatList& Feature::_internal_float_list() const {}
inline const ::assist_ranker::FloatList& Feature::float_list() const {}
inline ::assist_ranker::FloatList* Feature::unsafe_arena_release_float_list() {}
inline void Feature::unsafe_arena_set_allocated_float_list(::assist_ranker::FloatList* float_list) {}
inline ::assist_ranker::FloatList* Feature::_internal_mutable_float_list() {}
inline ::assist_ranker::FloatList* Feature::mutable_float_list() {}

inline bool Feature::has_feature_type() const {}
inline void Feature::clear_has_feature_type() {}
inline Feature::FeatureTypeCase Feature::feature_type_case() const {}
// -------------------------------------------------------------------

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

// RankerExample

// map<string, .assist_ranker.Feature> features = 1;
inline int RankerExample::_internal_features_size() const {}
inline int RankerExample::features_size() const {}
inline void RankerExample::clear_features() {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::assist_ranker::Feature >&
RankerExample::_internal_features() const {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::assist_ranker::Feature >&
RankerExample::features() const {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::assist_ranker::Feature >*
RankerExample::_internal_mutable_features() {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::assist_ranker::Feature >*
RankerExample::mutable_features() {}

// optional .assist_ranker.Feature target = 2;
inline bool RankerExample::_internal_has_target() const {}
inline bool RankerExample::has_target() const {}
inline void RankerExample::clear_target() {}
inline const ::assist_ranker::Feature& RankerExample::_internal_target() const {}
inline const ::assist_ranker::Feature& RankerExample::target() const {}
inline void RankerExample::unsafe_arena_set_allocated_target(
    ::assist_ranker::Feature* target) {}
inline ::assist_ranker::Feature* RankerExample::release_target() {}
inline ::assist_ranker::Feature* RankerExample::unsafe_arena_release_target() {}
inline ::assist_ranker::Feature* RankerExample::_internal_mutable_target() {}
inline ::assist_ranker::Feature* RankerExample::mutable_target() {}
inline void RankerExample::set_allocated_target(::assist_ranker::Feature* target) {}

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

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

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace assist_ranker

// @@protoc_insertion_point(global_scope)

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