Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'indexer/drules_struct_lite.pb.h')
-rw-r--r--indexer/drules_struct_lite.pb.h361
1 files changed, 317 insertions, 44 deletions
diff --git a/indexer/drules_struct_lite.pb.h b/indexer/drules_struct_lite.pb.h
index f7de5bbe9f..8e87a63e21 100644
--- a/indexer/drules_struct_lite.pb.h
+++ b/indexer/drules_struct_lite.pb.h
@@ -22,6 +22,7 @@
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
+#include <google/protobuf/generated_message_reflection.h>
// @@protoc_insertion_point(includes)
// Internal implementation detail -- do not call these.
@@ -45,25 +46,47 @@ class ContainerProto;
enum LineJoin {
ROUNDJOIN = 0,
- BEVELJOIN = 1
+ BEVELJOIN = 1,
+ NOJOIN = 2
};
bool LineJoin_IsValid(int value);
const LineJoin LineJoin_MIN = ROUNDJOIN;
-const LineJoin LineJoin_MAX = BEVELJOIN;
+const LineJoin LineJoin_MAX = NOJOIN;
const int LineJoin_ARRAYSIZE = LineJoin_MAX + 1;
+const ::google::protobuf::EnumDescriptor* LineJoin_descriptor();
+inline const ::std::string& LineJoin_Name(LineJoin value) {
+ return ::google::protobuf::internal::NameOfEnum(
+ LineJoin_descriptor(), value);
+}
+inline bool LineJoin_Parse(
+ const ::std::string& name, LineJoin* value) {
+ return ::google::protobuf::internal::ParseNamedEnum<LineJoin>(
+ LineJoin_descriptor(), name, value);
+}
enum LineCap {
ROUNDCAP = 0,
- BUTTCAP = 1
+ BUTTCAP = 1,
+ SQUARECAP = 2
};
bool LineCap_IsValid(int value);
const LineCap LineCap_MIN = ROUNDCAP;
-const LineCap LineCap_MAX = BUTTCAP;
+const LineCap LineCap_MAX = SQUARECAP;
const int LineCap_ARRAYSIZE = LineCap_MAX + 1;
+const ::google::protobuf::EnumDescriptor* LineCap_descriptor();
+inline const ::std::string& LineCap_Name(LineCap value) {
+ return ::google::protobuf::internal::NameOfEnum(
+ LineCap_descriptor(), value);
+}
+inline bool LineCap_Parse(
+ const ::std::string& name, LineCap* value) {
+ return ::google::protobuf::internal::ParseNamedEnum<LineCap>(
+ LineCap_descriptor(), name, value);
+}
// ===================================================================
-class DashDotProto : public ::google::protobuf::MessageLite {
+class DashDotProto : public ::google::protobuf::Message {
public:
DashDotProto();
virtual ~DashDotProto();
@@ -75,6 +98,15 @@ class DashDotProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const DashDotProto& default_instance();
void Swap(DashDotProto* other);
@@ -82,7 +114,8 @@ class DashDotProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
DashDotProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const DashDotProto& from);
void MergeFrom(const DashDotProto& from);
void Clear();
@@ -93,6 +126,7 @@ class DashDotProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -100,7 +134,7 @@ class DashDotProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -130,6 +164,8 @@ class DashDotProto : public ::google::protobuf::MessageLite {
inline void set_has_offset();
inline void clear_has_offset();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
::google::protobuf::RepeatedField< double > dd_;
double offset_;
@@ -145,7 +181,7 @@ class DashDotProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class PathSymProto : public ::google::protobuf::MessageLite {
+class PathSymProto : public ::google::protobuf::Message {
public:
PathSymProto();
virtual ~PathSymProto();
@@ -157,6 +193,15 @@ class PathSymProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const PathSymProto& default_instance();
void Swap(PathSymProto* other);
@@ -164,7 +209,8 @@ class PathSymProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
PathSymProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const PathSymProto& from);
void MergeFrom(const PathSymProto& from);
void Clear();
@@ -175,6 +221,7 @@ class PathSymProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -182,7 +229,7 @@ class PathSymProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -222,6 +269,8 @@ class PathSymProto : public ::google::protobuf::MessageLite {
inline void set_has_offset();
inline void clear_has_offset();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
::std::string* name_;
double step_;
double offset_;
@@ -238,7 +287,7 @@ class PathSymProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class LineRuleProto : public ::google::protobuf::MessageLite {
+class LineRuleProto : public ::google::protobuf::Message {
public:
LineRuleProto();
virtual ~LineRuleProto();
@@ -250,6 +299,15 @@ class LineRuleProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const LineRuleProto& default_instance();
void Swap(LineRuleProto* other);
@@ -257,7 +315,8 @@ class LineRuleProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
LineRuleProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const LineRuleProto& from);
void MergeFrom(const LineRuleProto& from);
void Clear();
@@ -268,6 +327,7 @@ class LineRuleProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -275,7 +335,7 @@ class LineRuleProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -349,6 +409,8 @@ class LineRuleProto : public ::google::protobuf::MessageLite {
inline void set_has_cap();
inline void clear_has_cap();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
double width_;
::DashDotProto* dashdot_;
::google::protobuf::uint32 color_;
@@ -369,7 +431,7 @@ class LineRuleProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class LineDefProto : public ::google::protobuf::MessageLite {
+class LineDefProto : public ::google::protobuf::Message {
public:
LineDefProto();
virtual ~LineDefProto();
@@ -381,6 +443,15 @@ class LineDefProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const LineDefProto& default_instance();
void Swap(LineDefProto* other);
@@ -388,7 +459,8 @@ class LineDefProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
LineDefProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const LineDefProto& from);
void MergeFrom(const LineDefProto& from);
void Clear();
@@ -399,6 +471,7 @@ class LineDefProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -406,7 +479,7 @@ class LineDefProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -471,6 +544,8 @@ class LineDefProto : public ::google::protobuf::MessageLite {
inline void set_has_cap();
inline void clear_has_cap();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
double width_;
::DashDotProto* dashdot_;
::google::protobuf::uint32 color_;
@@ -490,7 +565,7 @@ class LineDefProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class AreaRuleProto : public ::google::protobuf::MessageLite {
+class AreaRuleProto : public ::google::protobuf::Message {
public:
AreaRuleProto();
virtual ~AreaRuleProto();
@@ -502,6 +577,15 @@ class AreaRuleProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const AreaRuleProto& default_instance();
void Swap(AreaRuleProto* other);
@@ -509,7 +593,8 @@ class AreaRuleProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
AreaRuleProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const AreaRuleProto& from);
void MergeFrom(const AreaRuleProto& from);
void Clear();
@@ -520,6 +605,7 @@ class AreaRuleProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -527,7 +613,7 @@ class AreaRuleProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -564,6 +650,8 @@ class AreaRuleProto : public ::google::protobuf::MessageLite {
inline void set_has_priority();
inline void clear_has_priority();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
::LineDefProto* border_;
::google::protobuf::uint32 color_;
::google::protobuf::int32 priority_;
@@ -580,7 +668,7 @@ class AreaRuleProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class SymbolRuleProto : public ::google::protobuf::MessageLite {
+class SymbolRuleProto : public ::google::protobuf::Message {
public:
SymbolRuleProto();
virtual ~SymbolRuleProto();
@@ -592,6 +680,15 @@ class SymbolRuleProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const SymbolRuleProto& default_instance();
void Swap(SymbolRuleProto* other);
@@ -599,7 +696,8 @@ class SymbolRuleProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
SymbolRuleProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const SymbolRuleProto& from);
void MergeFrom(const SymbolRuleProto& from);
void Clear();
@@ -610,6 +708,7 @@ class SymbolRuleProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -617,7 +716,7 @@ class SymbolRuleProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -657,6 +756,8 @@ class SymbolRuleProto : public ::google::protobuf::MessageLite {
inline void set_has_priority();
inline void clear_has_priority();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
::std::string* name_;
::google::protobuf::int32 apply_for_type_;
::google::protobuf::int32 priority_;
@@ -673,7 +774,7 @@ class SymbolRuleProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class CaptionDefProto : public ::google::protobuf::MessageLite {
+class CaptionDefProto : public ::google::protobuf::Message {
public:
CaptionDefProto();
virtual ~CaptionDefProto();
@@ -685,6 +786,15 @@ class CaptionDefProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const CaptionDefProto& default_instance();
void Swap(CaptionDefProto* other);
@@ -692,7 +802,8 @@ class CaptionDefProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
CaptionDefProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const CaptionDefProto& from);
void MergeFrom(const CaptionDefProto& from);
void Clear();
@@ -703,6 +814,7 @@ class CaptionDefProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -710,7 +822,7 @@ class CaptionDefProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -737,6 +849,20 @@ class CaptionDefProto : public ::google::protobuf::MessageLite {
inline ::google::protobuf::uint32 stroke_color() const;
inline void set_stroke_color(::google::protobuf::uint32 value);
+ // optional int32 offset_x = 4;
+ inline bool has_offset_x() const;
+ inline void clear_offset_x();
+ static const int kOffsetXFieldNumber = 4;
+ inline ::google::protobuf::int32 offset_x() const;
+ inline void set_offset_x(::google::protobuf::int32 value);
+
+ // optional int32 offset_y = 5;
+ inline bool has_offset_y() const;
+ inline void clear_offset_y();
+ static const int kOffsetYFieldNumber = 5;
+ inline ::google::protobuf::int32 offset_y() const;
+ inline void set_offset_y(::google::protobuf::int32 value);
+
// @@protoc_insertion_point(class_scope:CaptionDefProto)
private:
inline void set_has_height();
@@ -745,13 +871,21 @@ class CaptionDefProto : public ::google::protobuf::MessageLite {
inline void clear_has_color();
inline void set_has_stroke_color();
inline void clear_has_stroke_color();
+ inline void set_has_offset_x();
+ inline void clear_has_offset_x();
+ inline void set_has_offset_y();
+ inline void clear_has_offset_y();
+
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
::google::protobuf::int32 height_;
::google::protobuf::uint32 color_;
::google::protobuf::uint32 stroke_color_;
+ ::google::protobuf::int32 offset_x_;
+ ::google::protobuf::int32 offset_y_;
mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
+ ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32];
friend void protobuf_AddDesc_drules_5fstruct_2eproto();
friend void protobuf_AssignDesc_drules_5fstruct_2eproto();
@@ -762,7 +896,7 @@ class CaptionDefProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class CaptionRuleProto : public ::google::protobuf::MessageLite {
+class CaptionRuleProto : public ::google::protobuf::Message {
public:
CaptionRuleProto();
virtual ~CaptionRuleProto();
@@ -774,6 +908,15 @@ class CaptionRuleProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const CaptionRuleProto& default_instance();
void Swap(CaptionRuleProto* other);
@@ -781,7 +924,8 @@ class CaptionRuleProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
CaptionRuleProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const CaptionRuleProto& from);
void MergeFrom(const CaptionRuleProto& from);
void Clear();
@@ -792,6 +936,7 @@ class CaptionRuleProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -799,7 +944,7 @@ class CaptionRuleProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -837,6 +982,8 @@ class CaptionRuleProto : public ::google::protobuf::MessageLite {
inline void set_has_priority();
inline void clear_has_priority();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
::CaptionDefProto* primary_;
::CaptionDefProto* secondary_;
::google::protobuf::int32 priority_;
@@ -853,7 +1000,7 @@ class CaptionRuleProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class CircleRuleProto : public ::google::protobuf::MessageLite {
+class CircleRuleProto : public ::google::protobuf::Message {
public:
CircleRuleProto();
virtual ~CircleRuleProto();
@@ -865,6 +1012,15 @@ class CircleRuleProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const CircleRuleProto& default_instance();
void Swap(CircleRuleProto* other);
@@ -872,7 +1028,8 @@ class CircleRuleProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
CircleRuleProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const CircleRuleProto& from);
void MergeFrom(const CircleRuleProto& from);
void Clear();
@@ -883,6 +1040,7 @@ class CircleRuleProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -890,7 +1048,7 @@ class CircleRuleProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -936,6 +1094,8 @@ class CircleRuleProto : public ::google::protobuf::MessageLite {
inline void set_has_priority();
inline void clear_has_priority();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
double radius_;
::LineDefProto* border_;
::google::protobuf::uint32 color_;
@@ -953,7 +1113,7 @@ class CircleRuleProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class PathTextRuleProto : public ::google::protobuf::MessageLite {
+class PathTextRuleProto : public ::google::protobuf::Message {
public:
PathTextRuleProto();
virtual ~PathTextRuleProto();
@@ -965,6 +1125,15 @@ class PathTextRuleProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const PathTextRuleProto& default_instance();
void Swap(PathTextRuleProto* other);
@@ -972,7 +1141,8 @@ class PathTextRuleProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
PathTextRuleProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const PathTextRuleProto& from);
void MergeFrom(const PathTextRuleProto& from);
void Clear();
@@ -983,6 +1153,7 @@ class PathTextRuleProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -990,7 +1161,7 @@ class PathTextRuleProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -1028,6 +1199,8 @@ class PathTextRuleProto : public ::google::protobuf::MessageLite {
inline void set_has_priority();
inline void clear_has_priority();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
::CaptionDefProto* primary_;
::CaptionDefProto* secondary_;
::google::protobuf::int32 priority_;
@@ -1044,7 +1217,7 @@ class PathTextRuleProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class DrawElementProto : public ::google::protobuf::MessageLite {
+class DrawElementProto : public ::google::protobuf::Message {
public:
DrawElementProto();
virtual ~DrawElementProto();
@@ -1056,6 +1229,15 @@ class DrawElementProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const DrawElementProto& default_instance();
void Swap(DrawElementProto* other);
@@ -1063,7 +1245,8 @@ class DrawElementProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
DrawElementProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const DrawElementProto& from);
void MergeFrom(const DrawElementProto& from);
void Clear();
@@ -1074,6 +1257,7 @@ class DrawElementProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -1081,7 +1265,7 @@ class DrawElementProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -1161,6 +1345,8 @@ class DrawElementProto : public ::google::protobuf::MessageLite {
inline void set_has_path_text();
inline void clear_has_path_text();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
::google::protobuf::RepeatedPtrField< ::LineRuleProto > lines_;
::AreaRuleProto* area_;
::SymbolRuleProto* symbol_;
@@ -1181,7 +1367,7 @@ class DrawElementProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class ClassifElementProto : public ::google::protobuf::MessageLite {
+class ClassifElementProto : public ::google::protobuf::Message {
public:
ClassifElementProto();
virtual ~ClassifElementProto();
@@ -1193,6 +1379,15 @@ class ClassifElementProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const ClassifElementProto& default_instance();
void Swap(ClassifElementProto* other);
@@ -1200,7 +1395,8 @@ class ClassifElementProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
ClassifElementProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const ClassifElementProto& from);
void MergeFrom(const ClassifElementProto& from);
void Clear();
@@ -1211,6 +1407,7 @@ class ClassifElementProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -1218,7 +1415,7 @@ class ClassifElementProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -1252,6 +1449,8 @@ class ClassifElementProto : public ::google::protobuf::MessageLite {
inline void set_has_name();
inline void clear_has_name();
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
::std::string* name_;
::google::protobuf::RepeatedPtrField< ::DrawElementProto > element_;
@@ -1267,7 +1466,7 @@ class ClassifElementProto : public ::google::protobuf::MessageLite {
};
// -------------------------------------------------------------------
-class ContainerProto : public ::google::protobuf::MessageLite {
+class ContainerProto : public ::google::protobuf::Message {
public:
ContainerProto();
virtual ~ContainerProto();
@@ -1279,6 +1478,15 @@ class ContainerProto : public ::google::protobuf::MessageLite {
return *this;
}
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
+ return _unknown_fields_;
+ }
+
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
+ return &_unknown_fields_;
+ }
+
+ static const ::google::protobuf::Descriptor* descriptor();
static const ContainerProto& default_instance();
void Swap(ContainerProto* other);
@@ -1286,7 +1494,8 @@ class ContainerProto : public ::google::protobuf::MessageLite {
// implements Message ----------------------------------------------
ContainerProto* New() const;
- void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const ::google::protobuf::Message& from);
+ void MergeFrom(const ::google::protobuf::Message& from);
void CopyFrom(const ContainerProto& from);
void MergeFrom(const ContainerProto& from);
void Clear();
@@ -1297,6 +1506,7 @@ class ContainerProto : public ::google::protobuf::MessageLite {
::google::protobuf::io::CodedInputStream* input);
void SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const;
+ ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
int GetCachedSize() const { return _cached_size_; }
private:
void SharedCtor();
@@ -1304,7 +1514,7 @@ class ContainerProto : public ::google::protobuf::MessageLite {
void SetCachedSize(int size) const;
public:
- ::std::string GetTypeName() const;
+ ::google::protobuf::Metadata GetMetadata() const;
// nested types ----------------------------------------------------
@@ -1325,6 +1535,8 @@ class ContainerProto : public ::google::protobuf::MessageLite {
// @@protoc_insertion_point(class_scope:ContainerProto)
private:
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+
::google::protobuf::RepeatedPtrField< ::ClassifElementProto > cont_;
mutable int _cached_size_;
@@ -2076,6 +2288,50 @@ inline void CaptionDefProto::set_stroke_color(::google::protobuf::uint32 value)
stroke_color_ = value;
}
+// optional int32 offset_x = 4;
+inline bool CaptionDefProto::has_offset_x() const {
+ return (_has_bits_[0] & 0x00000008u) != 0;
+}
+inline void CaptionDefProto::set_has_offset_x() {
+ _has_bits_[0] |= 0x00000008u;
+}
+inline void CaptionDefProto::clear_has_offset_x() {
+ _has_bits_[0] &= ~0x00000008u;
+}
+inline void CaptionDefProto::clear_offset_x() {
+ offset_x_ = 0;
+ clear_has_offset_x();
+}
+inline ::google::protobuf::int32 CaptionDefProto::offset_x() const {
+ return offset_x_;
+}
+inline void CaptionDefProto::set_offset_x(::google::protobuf::int32 value) {
+ set_has_offset_x();
+ offset_x_ = value;
+}
+
+// optional int32 offset_y = 5;
+inline bool CaptionDefProto::has_offset_y() const {
+ return (_has_bits_[0] & 0x00000010u) != 0;
+}
+inline void CaptionDefProto::set_has_offset_y() {
+ _has_bits_[0] |= 0x00000010u;
+}
+inline void CaptionDefProto::clear_has_offset_y() {
+ _has_bits_[0] &= ~0x00000010u;
+}
+inline void CaptionDefProto::clear_offset_y() {
+ offset_y_ = 0;
+ clear_has_offset_y();
+}
+inline ::google::protobuf::int32 CaptionDefProto::offset_y() const {
+ return offset_y_;
+}
+inline void CaptionDefProto::set_offset_y(::google::protobuf::int32 value) {
+ set_has_offset_y();
+ offset_y_ = value;
+}
+
// -------------------------------------------------------------------
// CaptionRuleProto
@@ -2658,6 +2914,23 @@ ContainerProto::mutable_cont() {
// @@protoc_insertion_point(namespace_scope)
+#ifndef SWIG
+namespace google {
+namespace protobuf {
+
+template <>
+inline const EnumDescriptor* GetEnumDescriptor< LineJoin>() {
+ return LineJoin_descriptor();
+}
+template <>
+inline const EnumDescriptor* GetEnumDescriptor< LineCap>() {
+ return LineCap_descriptor();
+}
+
+} // namespace google
+} // namespace protobuf
+#endif // SWIG
+
// @@protoc_insertion_point(global_scope)
#endif // PROTOBUF_drules_5fstruct_2eproto__INCLUDED