chromium/out/Default/gen/third_party/lens_server_proto/lens_overlay_image_data.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5fimage_5fdata_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5fimage_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 "lens_overlay_geometry.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_lens_5foverlay_5fimage_5fdata_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_lens_5foverlay_5fimage_5fdata_2eproto {};
namespace lens {
class ImageData;
struct ImageDataDefaultTypeInternal;
extern ImageDataDefaultTypeInternal _ImageData_default_instance_;
class ImageMetadata;
struct ImageMetadataDefaultTypeInternal;
extern ImageMetadataDefaultTypeInternal _ImageMetadata_default_instance_;
class ImagePayload;
struct ImagePayloadDefaultTypeInternal;
extern ImagePayloadDefaultTypeInternal _ImagePayload_default_instance_;
}  // namespace lens
PROTOBUF_NAMESPACE_OPEN
template<> ::lens::ImageData* Arena::CreateMaybeMessage<::lens::ImageData>(Arena*);
template<> ::lens::ImageMetadata* Arena::CreateMaybeMessage<::lens::ImageMetadata>(Arena*);
template<> ::lens::ImagePayload* Arena::CreateMaybeMessage<::lens::ImagePayload>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace lens {

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

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

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

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


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

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

// .lens.ImagePayload payload = 1;
inline bool ImageData::_internal_has_payload() const {}
inline bool ImageData::has_payload() const {}
inline void ImageData::clear_payload() {}
inline const ::lens::ImagePayload& ImageData::_internal_payload() const {}
inline const ::lens::ImagePayload& ImageData::payload() const {}
inline void ImageData::unsafe_arena_set_allocated_payload(
    ::lens::ImagePayload* payload) {}
inline ::lens::ImagePayload* ImageData::release_payload() {}
inline ::lens::ImagePayload* ImageData::unsafe_arena_release_payload() {}
inline ::lens::ImagePayload* ImageData::_internal_mutable_payload() {}
inline ::lens::ImagePayload* ImageData::mutable_payload() {}
inline void ImageData::set_allocated_payload(::lens::ImagePayload* payload) {}

// .lens.ImageMetadata image_metadata = 3;
inline bool ImageData::_internal_has_image_metadata() const {}
inline bool ImageData::has_image_metadata() const {}
inline void ImageData::clear_image_metadata() {}
inline const ::lens::ImageMetadata& ImageData::_internal_image_metadata() const {}
inline const ::lens::ImageMetadata& ImageData::image_metadata() const {}
inline void ImageData::unsafe_arena_set_allocated_image_metadata(
    ::lens::ImageMetadata* image_metadata) {}
inline ::lens::ImageMetadata* ImageData::release_image_metadata() {}
inline ::lens::ImageMetadata* ImageData::unsafe_arena_release_image_metadata() {}
inline ::lens::ImageMetadata* ImageData::_internal_mutable_image_metadata() {}
inline ::lens::ImageMetadata* ImageData::mutable_image_metadata() {}
inline void ImageData::set_allocated_image_metadata(::lens::ImageMetadata* image_metadata) {}

// repeated .lens.Geometry significant_regions = 4;
inline int ImageData::_internal_significant_regions_size() const {}
inline int ImageData::significant_regions_size() const {}
inline ::lens::Geometry* ImageData::mutable_significant_regions(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::lens::Geometry >*
ImageData::mutable_significant_regions() {}
inline const ::lens::Geometry& ImageData::_internal_significant_regions(int index) const {}
inline const ::lens::Geometry& ImageData::significant_regions(int index) const {}
inline ::lens::Geometry* ImageData::_internal_add_significant_regions() {}
inline ::lens::Geometry* ImageData::add_significant_regions() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::lens::Geometry >&
ImageData::significant_regions() const {}

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

// ImagePayload

// bytes image_bytes = 1;
inline void ImagePayload::clear_image_bytes() {}
inline const std::string& ImagePayload::image_bytes() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ImagePayload::set_image_bytes(ArgT0&& arg0, ArgT... args) {}
inline std::string* ImagePayload::mutable_image_bytes() {}
inline const std::string& ImagePayload::_internal_image_bytes() const {}
inline void ImagePayload::_internal_set_image_bytes(const std::string& value) {}
inline std::string* ImagePayload::_internal_mutable_image_bytes() {}
inline std::string* ImagePayload::release_image_bytes() {}
inline void ImagePayload::set_allocated_image_bytes(std::string* image_bytes) {}

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

// ImageMetadata

// int32 width = 1;
inline void ImageMetadata::clear_width() {}
inline int32_t ImageMetadata::_internal_width() const {}
inline int32_t ImageMetadata::width() const {}
inline void ImageMetadata::_internal_set_width(int32_t value) {}
inline void ImageMetadata::set_width(int32_t value) {}

// int32 height = 2;
inline void ImageMetadata::clear_height() {}
inline int32_t ImageMetadata::_internal_height() const {}
inline int32_t ImageMetadata::height() const {}
inline void ImageMetadata::_internal_set_height(int32_t value) {}
inline void ImageMetadata::set_height(int32_t value) {}

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace lens

// @@protoc_insertion_point(global_scope)

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