chromium/out/Default/gen/third_party/omnibox_proto/answer_data.pb.h

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

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

// Internal implementation detail -- do not use these members.
struct TableStruct_answer_5fdata_2eproto {};
namespace omnibox {
class AnswerData;
struct AnswerDataDefaultTypeInternal;
extern AnswerDataDefaultTypeInternal _AnswerData_default_instance_;
class FormattedString;
struct FormattedStringDefaultTypeInternal;
extern FormattedStringDefaultTypeInternal _FormattedString_default_instance_;
class FormattedString_FormattedStringFragment;
struct FormattedString_FormattedStringFragmentDefaultTypeInternal;
extern FormattedString_FormattedStringFragmentDefaultTypeInternal _FormattedString_FormattedStringFragment_default_instance_;
class Image;
struct ImageDefaultTypeInternal;
extern ImageDefaultTypeInternal _Image_default_instance_;
}  // namespace omnibox
PROTOBUF_NAMESPACE_OPEN
template<> ::omnibox::AnswerData* Arena::CreateMaybeMessage<::omnibox::AnswerData>(Arena*);
template<> ::omnibox::FormattedString* Arena::CreateMaybeMessage<::omnibox::FormattedString>(Arena*);
template<> ::omnibox::FormattedString_FormattedStringFragment* Arena::CreateMaybeMessage<::omnibox::FormattedString_FormattedStringFragment>(Arena*);
template<> ::omnibox::Image* Arena::CreateMaybeMessage<::omnibox::Image>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace omnibox {

enum FormattedString_ColorType : int {};
bool FormattedString_ColorType_IsValid(int value);
constexpr FormattedString_ColorType FormattedString_ColorType_ColorType_MIN =;
constexpr FormattedString_ColorType FormattedString_ColorType_ColorType_MAX =;
constexpr int FormattedString_ColorType_ColorType_ARRAYSIZE =;

const std::string& FormattedString_ColorType_Name(FormattedString_ColorType value);
template<typename T>
inline const std::string& FormattedString_ColorType_Name(T enum_t_value) {}
bool FormattedString_ColorType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FormattedString_ColorType* value);
enum Image_ImageType : int {};
bool Image_ImageType_IsValid(int value);
constexpr Image_ImageType Image_ImageType_ImageType_MIN =;
constexpr Image_ImageType Image_ImageType_ImageType_MAX =;
constexpr int Image_ImageType_ImageType_ARRAYSIZE =;

const std::string& Image_ImageType_Name(Image_ImageType value);
template<typename T>
inline const std::string& Image_ImageType_Name(T enum_t_value) {}
bool Image_ImageType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Image_ImageType* value);
// ===================================================================

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

class FormattedString_FormattedStringFragment final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:omnibox.FormattedString.FormattedStringFragment) */ {};
// -------------------------------------------------------------------

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

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


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

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

// optional .omnibox.FormattedString headline = 1;
inline bool AnswerData::_internal_has_headline() const {}
inline bool AnswerData::has_headline() const {}
inline void AnswerData::clear_headline() {}
inline const ::omnibox::FormattedString& AnswerData::_internal_headline() const {}
inline const ::omnibox::FormattedString& AnswerData::headline() const {}
inline void AnswerData::unsafe_arena_set_allocated_headline(
    ::omnibox::FormattedString* headline) {}
inline ::omnibox::FormattedString* AnswerData::release_headline() {}
inline ::omnibox::FormattedString* AnswerData::unsafe_arena_release_headline() {}
inline ::omnibox::FormattedString* AnswerData::_internal_mutable_headline() {}
inline ::omnibox::FormattedString* AnswerData::mutable_headline() {}
inline void AnswerData::set_allocated_headline(::omnibox::FormattedString* headline) {}

// optional .omnibox.FormattedString subhead = 2;
inline bool AnswerData::_internal_has_subhead() const {}
inline bool AnswerData::has_subhead() const {}
inline void AnswerData::clear_subhead() {}
inline const ::omnibox::FormattedString& AnswerData::_internal_subhead() const {}
inline const ::omnibox::FormattedString& AnswerData::subhead() const {}
inline void AnswerData::unsafe_arena_set_allocated_subhead(
    ::omnibox::FormattedString* subhead) {}
inline ::omnibox::FormattedString* AnswerData::release_subhead() {}
inline ::omnibox::FormattedString* AnswerData::unsafe_arena_release_subhead() {}
inline ::omnibox::FormattedString* AnswerData::_internal_mutable_subhead() {}
inline ::omnibox::FormattedString* AnswerData::mutable_subhead() {}
inline void AnswerData::set_allocated_subhead(::omnibox::FormattedString* subhead) {}

// optional .omnibox.Image image = 5;
inline bool AnswerData::_internal_has_image() const {}
inline bool AnswerData::has_image() const {}
inline void AnswerData::clear_image() {}
inline const ::omnibox::Image& AnswerData::_internal_image() const {}
inline const ::omnibox::Image& AnswerData::image() const {}
inline void AnswerData::unsafe_arena_set_allocated_image(
    ::omnibox::Image* image) {}
inline ::omnibox::Image* AnswerData::release_image() {}
inline ::omnibox::Image* AnswerData::unsafe_arena_release_image() {}
inline ::omnibox::Image* AnswerData::_internal_mutable_image() {}
inline ::omnibox::Image* AnswerData::mutable_image() {}
inline void AnswerData::set_allocated_image(::omnibox::Image* image) {}

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

// FormattedString_FormattedStringFragment

// optional uint32 start_index = 1;
inline bool FormattedString_FormattedStringFragment::_internal_has_start_index() const {}
inline bool FormattedString_FormattedStringFragment::has_start_index() const {}
inline void FormattedString_FormattedStringFragment::clear_start_index() {}
inline uint32_t FormattedString_FormattedStringFragment::_internal_start_index() const {}
inline uint32_t FormattedString_FormattedStringFragment::start_index() const {}
inline void FormattedString_FormattedStringFragment::_internal_set_start_index(uint32_t value) {}
inline void FormattedString_FormattedStringFragment::set_start_index(uint32_t value) {}

// optional string text = 2;
inline bool FormattedString_FormattedStringFragment::_internal_has_text() const {}
inline bool FormattedString_FormattedStringFragment::has_text() const {}
inline void FormattedString_FormattedStringFragment::clear_text() {}
inline const std::string& FormattedString_FormattedStringFragment::text() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void FormattedString_FormattedStringFragment::set_text(ArgT0&& arg0, ArgT... args) {}
inline std::string* FormattedString_FormattedStringFragment::mutable_text() {}
inline const std::string& FormattedString_FormattedStringFragment::_internal_text() const {}
inline void FormattedString_FormattedStringFragment::_internal_set_text(const std::string& value) {}
inline std::string* FormattedString_FormattedStringFragment::_internal_mutable_text() {}
inline std::string* FormattedString_FormattedStringFragment::release_text() {}
inline void FormattedString_FormattedStringFragment::set_allocated_text(std::string* text) {}

// optional .omnibox.FormattedString.ColorType color = 3;
inline bool FormattedString_FormattedStringFragment::_internal_has_color() const {}
inline bool FormattedString_FormattedStringFragment::has_color() const {}
inline void FormattedString_FormattedStringFragment::clear_color() {}
inline ::omnibox::FormattedString_ColorType FormattedString_FormattedStringFragment::_internal_color() const {}
inline ::omnibox::FormattedString_ColorType FormattedString_FormattedStringFragment::color() const {}
inline void FormattedString_FormattedStringFragment::_internal_set_color(::omnibox::FormattedString_ColorType value) {}
inline void FormattedString_FormattedStringFragment::set_color(::omnibox::FormattedString_ColorType value) {}

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

// FormattedString

// optional string text = 1;
inline bool FormattedString::_internal_has_text() const {}
inline bool FormattedString::has_text() const {}
inline void FormattedString::clear_text() {}
inline const std::string& FormattedString::text() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void FormattedString::set_text(ArgT0&& arg0, ArgT... args) {}
inline std::string* FormattedString::mutable_text() {}
inline const std::string& FormattedString::_internal_text() const {}
inline void FormattedString::_internal_set_text(const std::string& value) {}
inline std::string* FormattedString::_internal_mutable_text() {}
inline std::string* FormattedString::release_text() {}
inline void FormattedString::set_allocated_text(std::string* text) {}

// optional string a11y_text = 3;
inline bool FormattedString::_internal_has_a11y_text() const {}
inline bool FormattedString::has_a11y_text() const {}
inline void FormattedString::clear_a11y_text() {}
inline const std::string& FormattedString::a11y_text() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void FormattedString::set_a11y_text(ArgT0&& arg0, ArgT... args) {}
inline std::string* FormattedString::mutable_a11y_text() {}
inline const std::string& FormattedString::_internal_a11y_text() const {}
inline void FormattedString::_internal_set_a11y_text(const std::string& value) {}
inline std::string* FormattedString::_internal_mutable_a11y_text() {}
inline std::string* FormattedString::release_a11y_text() {}
inline void FormattedString::set_allocated_a11y_text(std::string* a11y_text) {}

// repeated .omnibox.FormattedString.FormattedStringFragment fragments = 2;
inline int FormattedString::_internal_fragments_size() const {}
inline int FormattedString::fragments_size() const {}
inline void FormattedString::clear_fragments() {}
inline ::omnibox::FormattedString_FormattedStringFragment* FormattedString::mutable_fragments(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::omnibox::FormattedString_FormattedStringFragment >*
FormattedString::mutable_fragments() {}
inline const ::omnibox::FormattedString_FormattedStringFragment& FormattedString::_internal_fragments(int index) const {}
inline const ::omnibox::FormattedString_FormattedStringFragment& FormattedString::fragments(int index) const {}
inline ::omnibox::FormattedString_FormattedStringFragment* FormattedString::_internal_add_fragments() {}
inline ::omnibox::FormattedString_FormattedStringFragment* FormattedString::add_fragments() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::omnibox::FormattedString_FormattedStringFragment >&
FormattedString::fragments() const {}

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

// Image

// optional string url = 1;
inline bool Image::_internal_has_url() const {}
inline bool Image::has_url() const {}
inline void Image::clear_url() {}
inline const std::string& Image::url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Image::set_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* Image::mutable_url() {}
inline const std::string& Image::_internal_url() const {}
inline void Image::_internal_set_url(const std::string& value) {}
inline std::string* Image::_internal_mutable_url() {}
inline std::string* Image::release_url() {}
inline void Image::set_allocated_url(std::string* url) {}

// optional .omnibox.Image.ImageType type = 2;
inline bool Image::_internal_has_type() const {}
inline bool Image::has_type() const {}
inline void Image::clear_type() {}
inline ::omnibox::Image_ImageType Image::_internal_type() const {}
inline ::omnibox::Image_ImageType Image::type() const {}
inline void Image::_internal_set_type(::omnibox::Image_ImageType value) {}
inline void Image::set_type(::omnibox::Image_ImageType value) {}

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

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace omnibox

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::omnibox::FormattedString_ColorType> : ::std::true_type {};
template <> struct is_proto_enum< ::omnibox::Image_ImageType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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