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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5fpolygon_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5fpolygon_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_lens_5foverlay_5fpolygon_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_5fpolygon_2eproto {};
namespace lens {
class Polygon;
struct PolygonDefaultTypeInternal;
extern PolygonDefaultTypeInternal _Polygon_default_instance_;
class Polygon_Vertex;
struct Polygon_VertexDefaultTypeInternal;
extern Polygon_VertexDefaultTypeInternal _Polygon_Vertex_default_instance_;
}  // namespace lens
PROTOBUF_NAMESPACE_OPEN
template<> ::lens::Polygon* Arena::CreateMaybeMessage<::lens::Polygon>(Arena*);
template<> ::lens::Polygon_Vertex* Arena::CreateMaybeMessage<::lens::Polygon_Vertex>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace lens {

enum Polygon_VertexOrdering : int {};
bool Polygon_VertexOrdering_IsValid(int value);
constexpr Polygon_VertexOrdering Polygon_VertexOrdering_VertexOrdering_MIN =;
constexpr Polygon_VertexOrdering Polygon_VertexOrdering_VertexOrdering_MAX =;
constexpr int Polygon_VertexOrdering_VertexOrdering_ARRAYSIZE =;

const std::string& Polygon_VertexOrdering_Name(Polygon_VertexOrdering value);
template<typename T>
inline const std::string& Polygon_VertexOrdering_Name(T enum_t_value) {}
bool Polygon_VertexOrdering_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Polygon_VertexOrdering* value);
enum CoordinateType : int {};
bool CoordinateType_IsValid(int value);
constexpr CoordinateType CoordinateType_MIN =;
constexpr CoordinateType CoordinateType_MAX =;
constexpr int CoordinateType_ARRAYSIZE =;

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

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

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


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

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

// optional float x = 1;
inline bool Polygon_Vertex::_internal_has_x() const {}
inline bool Polygon_Vertex::has_x() const {}
inline void Polygon_Vertex::clear_x() {}
inline float Polygon_Vertex::_internal_x() const {}
inline float Polygon_Vertex::x() const {}
inline void Polygon_Vertex::_internal_set_x(float value) {}
inline void Polygon_Vertex::set_x(float value) {}

// optional float y = 2;
inline bool Polygon_Vertex::_internal_has_y() const {}
inline bool Polygon_Vertex::has_y() const {}
inline void Polygon_Vertex::clear_y() {}
inline float Polygon_Vertex::_internal_y() const {}
inline float Polygon_Vertex::y() const {}
inline void Polygon_Vertex::_internal_set_y(float value) {}
inline void Polygon_Vertex::set_y(float value) {}

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

// Polygon

// repeated .lens.Polygon.Vertex vertex = 1;
inline int Polygon::_internal_vertex_size() const {}
inline int Polygon::vertex_size() const {}
inline void Polygon::clear_vertex() {}
inline ::lens::Polygon_Vertex* Polygon::mutable_vertex(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::lens::Polygon_Vertex >*
Polygon::mutable_vertex() {}
inline const ::lens::Polygon_Vertex& Polygon::_internal_vertex(int index) const {}
inline const ::lens::Polygon_Vertex& Polygon::vertex(int index) const {}
inline ::lens::Polygon_Vertex* Polygon::_internal_add_vertex() {}
inline ::lens::Polygon_Vertex* Polygon::add_vertex() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::lens::Polygon_Vertex >&
Polygon::vertex() const {}

// optional .lens.Polygon.VertexOrdering vertex_ordering = 2;
inline bool Polygon::_internal_has_vertex_ordering() const {}
inline bool Polygon::has_vertex_ordering() const {}
inline void Polygon::clear_vertex_ordering() {}
inline ::lens::Polygon_VertexOrdering Polygon::_internal_vertex_ordering() const {}
inline ::lens::Polygon_VertexOrdering Polygon::vertex_ordering() const {}
inline void Polygon::_internal_set_vertex_ordering(::lens::Polygon_VertexOrdering value) {}
inline void Polygon::set_vertex_ordering(::lens::Polygon_VertexOrdering value) {}

// optional .lens.CoordinateType coordinate_type = 3;
inline bool Polygon::_internal_has_coordinate_type() const {}
inline bool Polygon::has_coordinate_type() const {}
inline void Polygon::clear_coordinate_type() {}
inline ::lens::CoordinateType Polygon::_internal_coordinate_type() const {}
inline ::lens::CoordinateType Polygon::coordinate_type() const {}
inline void Polygon::_internal_set_coordinate_type(::lens::CoordinateType value) {}
inline void Polygon::set_coordinate_type(::lens::CoordinateType value) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace lens

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::lens::Polygon_VertexOrdering> : ::std::true_type {};
template <> struct is_proto_enum< ::lens::CoordinateType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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