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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_example_5fpreprocessor_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_example_5fpreprocessor_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_example_5fpreprocessor_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_example_5fpreprocessor_2eproto {};
namespace assist_ranker {
class ExamplePreprocessorConfig;
struct ExamplePreprocessorConfigDefaultTypeInternal;
extern ExamplePreprocessorConfigDefaultTypeInternal _ExamplePreprocessorConfig_default_instance_;
class ExamplePreprocessorConfig_Boundaries;
struct ExamplePreprocessorConfig_BoundariesDefaultTypeInternal;
extern ExamplePreprocessorConfig_BoundariesDefaultTypeInternal _ExamplePreprocessorConfig_Boundaries_default_instance_;
class ExamplePreprocessorConfig_BucketizersEntry_DoNotUse;
struct ExamplePreprocessorConfig_BucketizersEntry_DoNotUseDefaultTypeInternal;
extern ExamplePreprocessorConfig_BucketizersEntry_DoNotUseDefaultTypeInternal _ExamplePreprocessorConfig_BucketizersEntry_DoNotUse_default_instance_;
class ExamplePreprocessorConfig_FeatureIndicesEntry_DoNotUse;
struct ExamplePreprocessorConfig_FeatureIndicesEntry_DoNotUseDefaultTypeInternal;
extern ExamplePreprocessorConfig_FeatureIndicesEntry_DoNotUseDefaultTypeInternal _ExamplePreprocessorConfig_FeatureIndicesEntry_DoNotUse_default_instance_;
class ExamplePreprocessorConfig_NormalizersEntry_DoNotUse;
struct ExamplePreprocessorConfig_NormalizersEntry_DoNotUseDefaultTypeInternal;
extern ExamplePreprocessorConfig_NormalizersEntry_DoNotUseDefaultTypeInternal _ExamplePreprocessorConfig_NormalizersEntry_DoNotUse_default_instance_;
}  // namespace assist_ranker
PROTOBUF_NAMESPACE_OPEN
template<> ::assist_ranker::ExamplePreprocessorConfig* Arena::CreateMaybeMessage<::assist_ranker::ExamplePreprocessorConfig>(Arena*);
template<> ::assist_ranker::ExamplePreprocessorConfig_Boundaries* Arena::CreateMaybeMessage<::assist_ranker::ExamplePreprocessorConfig_Boundaries>(Arena*);
template<> ::assist_ranker::ExamplePreprocessorConfig_BucketizersEntry_DoNotUse* Arena::CreateMaybeMessage<::assist_ranker::ExamplePreprocessorConfig_BucketizersEntry_DoNotUse>(Arena*);
template<> ::assist_ranker::ExamplePreprocessorConfig_FeatureIndicesEntry_DoNotUse* Arena::CreateMaybeMessage<::assist_ranker::ExamplePreprocessorConfig_FeatureIndicesEntry_DoNotUse>(Arena*);
template<> ::assist_ranker::ExamplePreprocessorConfig_NormalizersEntry_DoNotUse* Arena::CreateMaybeMessage<::assist_ranker::ExamplePreprocessorConfig_NormalizersEntry_DoNotUse>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace assist_ranker {

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

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

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

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

class ExamplePreprocessorConfig_FeatureIndicesEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<ExamplePreprocessorConfig_FeatureIndicesEntry_DoNotUse, 
    std::string, int32_t,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32> {};

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

class ExamplePreprocessorConfig_NormalizersEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<ExamplePreprocessorConfig_NormalizersEntry_DoNotUse, 
    std::string, float,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_FLOAT> {};

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

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


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

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

// repeated float boundaries = 1;
inline int ExamplePreprocessorConfig_Boundaries::_internal_boundaries_size() const {}
inline int ExamplePreprocessorConfig_Boundaries::boundaries_size() const {}
inline void ExamplePreprocessorConfig_Boundaries::clear_boundaries() {}
inline float ExamplePreprocessorConfig_Boundaries::_internal_boundaries(int index) const {}
inline float ExamplePreprocessorConfig_Boundaries::boundaries(int index) const {}
inline void ExamplePreprocessorConfig_Boundaries::set_boundaries(int index, float value) {}
inline void ExamplePreprocessorConfig_Boundaries::_internal_add_boundaries(float value) {}
inline void ExamplePreprocessorConfig_Boundaries::add_boundaries(float value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
ExamplePreprocessorConfig_Boundaries::_internal_boundaries() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
ExamplePreprocessorConfig_Boundaries::boundaries() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
ExamplePreprocessorConfig_Boundaries::_internal_mutable_boundaries() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
ExamplePreprocessorConfig_Boundaries::mutable_boundaries() {}

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

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

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

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

// ExamplePreprocessorConfig

// repeated string missing_features = 1;
inline int ExamplePreprocessorConfig::_internal_missing_features_size() const {}
inline int ExamplePreprocessorConfig::missing_features_size() const {}
inline void ExamplePreprocessorConfig::clear_missing_features() {}
inline std::string* ExamplePreprocessorConfig::add_missing_features() {}
inline const std::string& ExamplePreprocessorConfig::_internal_missing_features(int index) const {}
inline const std::string& ExamplePreprocessorConfig::missing_features(int index) const {}
inline std::string* ExamplePreprocessorConfig::mutable_missing_features(int index) {}
inline void ExamplePreprocessorConfig::set_missing_features(int index, const std::string& value) {}
inline void ExamplePreprocessorConfig::set_missing_features(int index, std::string&& value) {}
inline void ExamplePreprocessorConfig::set_missing_features(int index, const char* value) {}
inline void ExamplePreprocessorConfig::set_missing_features(int index, const char* value, size_t size) {}
inline std::string* ExamplePreprocessorConfig::_internal_add_missing_features() {}
inline void ExamplePreprocessorConfig::add_missing_features(const std::string& value) {}
inline void ExamplePreprocessorConfig::add_missing_features(std::string&& value) {}
inline void ExamplePreprocessorConfig::add_missing_features(const char* value) {}
inline void ExamplePreprocessorConfig::add_missing_features(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
ExamplePreprocessorConfig::missing_features() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
ExamplePreprocessorConfig::mutable_missing_features() {}

// map<string, .assist_ranker.ExamplePreprocessorConfig.Boundaries> bucketizers = 2;
inline int ExamplePreprocessorConfig::_internal_bucketizers_size() const {}
inline int ExamplePreprocessorConfig::bucketizers_size() const {}
inline void ExamplePreprocessorConfig::clear_bucketizers() {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::assist_ranker::ExamplePreprocessorConfig_Boundaries >&
ExamplePreprocessorConfig::_internal_bucketizers() const {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::assist_ranker::ExamplePreprocessorConfig_Boundaries >&
ExamplePreprocessorConfig::bucketizers() const {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::assist_ranker::ExamplePreprocessorConfig_Boundaries >*
ExamplePreprocessorConfig::_internal_mutable_bucketizers() {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::assist_ranker::ExamplePreprocessorConfig_Boundaries >*
ExamplePreprocessorConfig::mutable_bucketizers() {}

// map<string, int32> feature_indices = 3;
inline int ExamplePreprocessorConfig::_internal_feature_indices_size() const {}
inline int ExamplePreprocessorConfig::feature_indices_size() const {}
inline void ExamplePreprocessorConfig::clear_feature_indices() {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, int32_t >&
ExamplePreprocessorConfig::_internal_feature_indices() const {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, int32_t >&
ExamplePreprocessorConfig::feature_indices() const {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, int32_t >*
ExamplePreprocessorConfig::_internal_mutable_feature_indices() {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, int32_t >*
ExamplePreprocessorConfig::mutable_feature_indices() {}

// map<string, float> normalizers = 4;
inline int ExamplePreprocessorConfig::_internal_normalizers_size() const {}
inline int ExamplePreprocessorConfig::normalizers_size() const {}
inline void ExamplePreprocessorConfig::clear_normalizers() {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, float >&
ExamplePreprocessorConfig::_internal_normalizers() const {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, float >&
ExamplePreprocessorConfig::normalizers() const {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, float >*
ExamplePreprocessorConfig::_internal_mutable_normalizers() {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, float >*
ExamplePreprocessorConfig::mutable_normalizers() {}

// repeated string convert_to_string_features = 5;
inline int ExamplePreprocessorConfig::_internal_convert_to_string_features_size() const {}
inline int ExamplePreprocessorConfig::convert_to_string_features_size() const {}
inline void ExamplePreprocessorConfig::clear_convert_to_string_features() {}
inline std::string* ExamplePreprocessorConfig::add_convert_to_string_features() {}
inline const std::string& ExamplePreprocessorConfig::_internal_convert_to_string_features(int index) const {}
inline const std::string& ExamplePreprocessorConfig::convert_to_string_features(int index) const {}
inline std::string* ExamplePreprocessorConfig::mutable_convert_to_string_features(int index) {}
inline void ExamplePreprocessorConfig::set_convert_to_string_features(int index, const std::string& value) {}
inline void ExamplePreprocessorConfig::set_convert_to_string_features(int index, std::string&& value) {}
inline void ExamplePreprocessorConfig::set_convert_to_string_features(int index, const char* value) {}
inline void ExamplePreprocessorConfig::set_convert_to_string_features(int index, const char* value, size_t size) {}
inline std::string* ExamplePreprocessorConfig::_internal_add_convert_to_string_features() {}
inline void ExamplePreprocessorConfig::add_convert_to_string_features(const std::string& value) {}
inline void ExamplePreprocessorConfig::add_convert_to_string_features(std::string&& value) {}
inline void ExamplePreprocessorConfig::add_convert_to_string_features(const char* value) {}
inline void ExamplePreprocessorConfig::add_convert_to_string_features(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
ExamplePreprocessorConfig::convert_to_string_features() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
ExamplePreprocessorConfig::mutable_convert_to_string_features() {}

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