diff --git a/.gitmodules b/.gitmodules index 30bb39e233..514e9d0c2f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ url = https://github.com/aurelien-rainone/macdeployqtfix.git [submodule "3party/protobuf/protobuf"] path = 3party/protobuf/protobuf - url = https://github.com/organicmaps/protobuf.git + url = https://github.com/protocolbuffers/protobuf.git [submodule "tools/twine"] path = tools/twine url = https://github.com/organicmaps/twine.git diff --git a/3party/protobuf/CMakeLists.txt b/3party/protobuf/CMakeLists.txt index 58e6a1d0bb..6d03102889 100644 --- a/3party/protobuf/CMakeLists.txt +++ b/3party/protobuf/CMakeLists.txt @@ -1,43 +1,33 @@ project(protobuf) -set(SRC - config.h - protobuf/src/google/protobuf/arena.cc - protobuf/src/google/protobuf/extension_set.cc - protobuf/src/google/protobuf/generated_message_util.cc - protobuf/src/google/protobuf/io/coded_stream.cc - protobuf/src/google/protobuf/io/zero_copy_stream.cc - protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc - protobuf/src/google/protobuf/message_lite.cc - protobuf/src/google/protobuf/repeated_field.cc - protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc - protobuf/src/google/protobuf/stubs/bytestream.cc - protobuf/src/google/protobuf/stubs/common.cc - protobuf/src/google/protobuf/stubs/int128.cc - protobuf/src/google/protobuf/stubs/once.cc - protobuf/src/google/protobuf/stubs/status.cc - protobuf/src/google/protobuf/stubs/statusor.cc - protobuf/src/google/protobuf/stubs/stringpiece.cc - protobuf/src/google/protobuf/stubs/stringprintf.cc - protobuf/src/google/protobuf/stubs/structurally_valid.cc - protobuf/src/google/protobuf/stubs/strutil.cc - protobuf/src/google/protobuf/stubs/time.cc - protobuf/src/google/protobuf/wire_format_lite.cc -) +# protobuf config +set(protobuf_LIB_NAME libprotobuf-lite) +set(protobuf_VERSION "24.4") +set(protobuf_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/protobuf) +set(protobuf_SHARED_OR_STATIC "STATIC") +set(protobuf_BUILD_TESTS OFF) +set(protobuf_INSTALL OFF) -add_library(${PROJECT_NAME} ${SRC}) +# abseil +set(ABSL_PROPAGATE_CXX_STD OFF) +set(ABSL_ENABLE_INSTALL OFF) +set(ABSL_FIND_GOOGLETEST OFF) +set(ABSL_ROOT_DIR ${protobuf_SOURCE_DIR}/third_party/abseil-cpp) +include(protobuf/cmake/abseil-cpp.cmake) -target_include_directories(${PROJECT_NAME} - PRIVATE . ../../ - PUBLIC protobuf/src -) +# utf8_range +set(utf8_range_ENABLE_TESTS OFF) +set(utf8_range_ENABLE_INSTALL OFF) +add_subdirectory(${protobuf_SOURCE_DIR}/third_party/utf8_range) -if(NOT PLATFORM_WIN) - target_compile_definitions(${PROJECT_NAME} PRIVATE HAVE_PTHREAD) -endif () +include(protobuf/cmake/${protobuf_LIB_NAME}.cmake) -target_compile_options(${PROJECT_NAME} PRIVATE - $<$:-Wno-shorten-64-to-32> - $<$:-Wno-deprecated-declarations> - $<$>:-Wno-sign-compare> -) +add_library(${PROJECT_NAME} ALIAS ${protobuf_LIB_NAME}) +target_include_directories(${protobuf_LIB_NAME} PRIVATE ${protobuf_SOURCE_DIR}/third_party/utf8_range) + +# Disable Unity build for protobuf because macro in port_def.inc do not have include guard. +set_target_properties(${protobuf_LIB_NAME} PROPERTIES UNITY_BUILD OFF) +# Disable unity build to avoid name clashes in abseil. +set_target_properties(absl_strings PROPERTIES UNITY_BUILD OFF) +set_target_properties(absl_time PROPERTIES UNITY_BUILD OFF) +set_target_properties(absl_time_zone PROPERTIES UNITY_BUILD OFF) diff --git a/3party/protobuf/config.h b/3party/protobuf/config.h deleted file mode 100644 index cd97e35a3b..0000000000 --- a/3party/protobuf/config.h +++ /dev/null @@ -1,152 +0,0 @@ -/* config.h. Generated from config.h.in by configure. */ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* the name of */ -#define HASH_MAP_CLASS unordered_map - -/* the location of or */ -#define HASH_MAP_H - -/* the namespace of hash_map/hash_set */ -#define HASH_NAMESPACE std - -/* the name of */ -#define HASH_SET_CLASS unordered_set - -/* the location of or */ -#define HASH_SET_H - -/* define if the compiler supports basic C++11 syntax */ -#define HAVE_CXX11 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_DLFCN_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define to 1 if you have the `ftruncate' function. */ -#define HAVE_FTRUNCATE 1 - -/* define if the compiler has hash_map */ -#define HAVE_HASH_MAP 1 - -/* define if the compiler has hash_set */ -#define HAVE_HASH_SET 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have the `memset' function. */ -#define HAVE_MEMSET 1 - -/* Define to 1 if you have the `mkdir' function. */ -#define HAVE_MKDIR 1 - -/* Define if you have POSIX threads libraries and header files. */ -#define HAVE_PTHREAD 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define to 1 if you have the `strchr' function. */ -#define HAVE_STRCHR 1 - -/* Define to 1 if you have the `strerror' function. */ -#define HAVE_STRERROR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the `strtol' function. */ -#define HAVE_STRTOL 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Enable classes using zlib compression. */ -#define HAVE_ZLIB 1 - -/* Define to the sub-directory where libtool stores uninstalled libraries. */ -#define LT_OBJDIR ".libs/" - -/* Name of package */ -#define PACKAGE "protobuf" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "protobuf@googlegroups.com" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "Protocol Buffers" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Protocol Buffers 3.3.0" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "protobuf" - -/* Define to the home page for this package. */ -#define PACKAGE_URL "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "3.3.0" - -/* Define to necessary symbol if this constant uses a non-standard name on - your system. */ -/* #undef PTHREAD_CREATE_JOINABLE */ - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Enable extensions on AIX 3, Interix. */ -#ifndef _ALL_SOURCE -# define _ALL_SOURCE 1 -#endif -/* Enable GNU extensions on systems that have them. */ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif -/* Enable threading extensions on Solaris. */ -#ifndef _POSIX_PTHREAD_SEMANTICS -# define _POSIX_PTHREAD_SEMANTICS 1 -#endif -/* Enable extensions on HP NonStop. */ -#ifndef _TANDEM_SOURCE -# define _TANDEM_SOURCE 1 -#endif -/* Enable general extensions on Solaris. */ -#ifndef __EXTENSIONS__ -# define __EXTENSIONS__ 1 -#endif - - -/* Version number of package */ -#define VERSION "3.3.0" - -/* Define to 1 if on MINIX. */ -/* #undef _MINIX */ - -/* Define to 2 if the system does not provide POSIX.1 features except with - this defined. */ -/* #undef _POSIX_1_SOURCE */ - -/* Define to 1 if you need to in order for `stat' and other things to work. */ -/* #undef _POSIX_SOURCE */ diff --git a/3party/protobuf/protobuf b/3party/protobuf/protobuf index a6189acd18..7789b3ac85 160000 --- a/3party/protobuf/protobuf +++ b/3party/protobuf/protobuf @@ -1 +1 @@ -Subproject commit a6189acd18b00611c1dc7042299ad75486f08a1a +Subproject commit 7789b3ac85248ad75631a1919071fa268e466210 diff --git a/3party/protobuf/protobuf-3.3.0-py2.7.egg b/3party/protobuf/protobuf-3.3.0-py2.7.egg deleted file mode 100644 index 578e279dd0..0000000000 Binary files a/3party/protobuf/protobuf-3.3.0-py2.7.egg and /dev/null differ diff --git a/docs/STYLES.md b/docs/STYLES.md index f1b457a3ef..18f676f2c1 100644 --- a/docs/STYLES.md +++ b/docs/STYLES.md @@ -19,13 +19,10 @@ An overview of currently used icons can be found in the [Wiki](https://github.co To work with styles first [clone the OM repository](INSTALL.md#getting-sources). -Install a `protobuf` python package with `pip` +First, you need to install Python 3.8 or a newer version. +Then, use the following command to install the `protobuf` python package using `pip`: ``` -pip install protobuf -``` -or with your OS package manager, e.g for Ubuntu -``` -sudo apt install python3-protobuf +pip3 install -r tools/kothic/requirements.txt ``` To run the `generate_symbols.sh` script install `optipng` also, e.g. for Ubuntu diff --git a/drape_frontend/frontend_renderer.cpp b/drape_frontend/frontend_renderer.cpp index 1e7d5ebe34..f367e9d662 100755 --- a/drape_frontend/frontend_renderer.cpp +++ b/drape_frontend/frontend_renderer.cpp @@ -22,6 +22,10 @@ #include "drape/support_manager.hpp" #include "drape/utils/projection.hpp" +#if BUILD_DESIGNER +#include "indexer/classificator_loader.hpp" +#endif + #include "indexer/drawing_rules.hpp" #include "indexer/map_style_reader.hpp" #include "indexer/scales.hpp" diff --git a/indexer/CMakeLists.txt b/indexer/CMakeLists.txt index 19d7aa8a40..2527838dff 100644 --- a/indexer/CMakeLists.txt +++ b/indexer/CMakeLists.txt @@ -142,11 +142,6 @@ set(SRC set(OTHER_FILES drules_struct.proto) -# Disable warnings. -set_source_files_properties(drules_struct.pb.cc PROPERTIES COMPILE_FLAGS - "$<$:-Wno-shorten-64-to-32> $<$:-Wno-deprecated-declarations>" -) - file(COPY ${OTHER_FILES} DESTINATION ${CMAKE_BINARY_DIR}) omim_add_library(${PROJECT_NAME} ${SRC}) diff --git a/indexer/drules_struct.pb.cc b/indexer/drules_struct.pb.cc index 75a9550524..326298f916 100644 --- a/indexer/drules_struct.pb.cc +++ b/indexer/drules_struct.pb.cc @@ -1,182 +1,352 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: indexer/drules_struct.proto +// source: drules_struct.proto -#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION -#include "indexer/drules_struct.pb.h" +#include "drules_struct.pb.h" #include - -#include -#include -#include -#include -#include -#include +#include "google/protobuf/io/coded_stream.h" +#include "google/protobuf/extension_set.h" +#include "google/protobuf/wire_format_lite.h" +#include "google/protobuf/io/zero_copy_stream_impl_lite.h" +#include "google/protobuf/generated_message_tctable_impl.h" // @@protoc_insertion_point(includes) -class DashDotProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _DashDotProto_default_instance_; -class PathSymProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _PathSymProto_default_instance_; -class LineRuleProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _LineRuleProto_default_instance_; -class LineDefProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _LineDefProto_default_instance_; -class AreaRuleProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _AreaRuleProto_default_instance_; -class SymbolRuleProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _SymbolRuleProto_default_instance_; -class CaptionDefProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _CaptionDefProto_default_instance_; -class CaptionRuleProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _CaptionRuleProto_default_instance_; -class CircleRuleProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _CircleRuleProto_default_instance_; -class PathTextRuleProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _PathTextRuleProto_default_instance_; -class ShieldRuleProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _ShieldRuleProto_default_instance_; -class DrawElementProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _DrawElementProto_default_instance_; -class ClassifElementProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _ClassifElementProto_default_instance_; -class ColorElementProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _ColorElementProto_default_instance_; -class ColorsElementProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _ColorsElementProto_default_instance_; -class ContainerProtoDefaultTypeInternal : public ::google::protobuf::internal::ExplicitlyConstructed { -} _ContainerProto_default_instance_; -namespace protobuf_indexer_2fdrules_5fstruct_2eproto { - -PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTableField - const TableStruct::entries[] = { - {0, 0, 0, ::google::protobuf::internal::kInvalidMask, 0, 0}, +// Must be included last. +#include "google/protobuf/port_def.inc" +PROTOBUF_PRAGMA_INIT_SEG +namespace _pb = ::google::protobuf; +namespace _pbi = ::google::protobuf::internal; +namespace _fl = ::google::protobuf::internal::field_layout; + template +PROTOBUF_CONSTEXPR DashDotProto::DashDotProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_.dd_)*/ {}, + /*decltype(_impl_.offset_)*/ 0, + /*decltype(_impl_._cached_size_)*/ {}, + } {} +struct DashDotProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR DashDotProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~DashDotProtoDefaultTypeInternal() {} + union { + DashDotProto _instance; + }; }; -PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::AuxillaryParseTableField - const TableStruct::aux[] = { - ::google::protobuf::internal::AuxillaryParseTableField(), -}; -PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTable const - TableStruct::schema[] = { - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, - { NULL, NULL, 0, -1, -1, false }, +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DashDotProtoDefaultTypeInternal _DashDotProto_default_instance_; + template +PROTOBUF_CONSTEXPR PathSymProto::PathSymProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_.name_)*/ { + &::_pbi::fixed_address_empty_string, + ::_pbi::ConstantInitialized{}, + }, + /*decltype(_impl_.step_)*/ 0, + /*decltype(_impl_.offset_)*/ 0, + /*decltype(_impl_._cached_size_)*/ {}, + } {} +struct PathSymProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR PathSymProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~PathSymProtoDefaultTypeInternal() {} + union { + PathSymProto _instance; + }; }; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PathSymProtoDefaultTypeInternal _PathSymProto_default_instance_; + template +PROTOBUF_CONSTEXPR LineRuleProto::LineRuleProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_._has_bits_)*/ {}, + /*decltype(_impl_._cached_size_)*/ {}, + /*decltype(_impl_.dashdot_)*/ nullptr, + /*decltype(_impl_.pathsym_)*/ nullptr, + /*decltype(_impl_.width_)*/ 0, + /*decltype(_impl_.color_)*/ 0u, + /*decltype(_impl_.priority_)*/ 0, + /*decltype(_impl_.join_)*/ 0, + /*decltype(_impl_.cap_)*/ 0, + } {} +struct LineRuleProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR LineRuleProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~LineRuleProtoDefaultTypeInternal() {} + union { + LineRuleProto _instance; + }; +}; -void TableStruct::Shutdown() { - _DashDotProto_default_instance_.Shutdown(); - _PathSymProto_default_instance_.Shutdown(); - _LineRuleProto_default_instance_.Shutdown(); - _LineDefProto_default_instance_.Shutdown(); - _AreaRuleProto_default_instance_.Shutdown(); - _SymbolRuleProto_default_instance_.Shutdown(); - _CaptionDefProto_default_instance_.Shutdown(); - _CaptionRuleProto_default_instance_.Shutdown(); - _CircleRuleProto_default_instance_.Shutdown(); - _PathTextRuleProto_default_instance_.Shutdown(); - _ShieldRuleProto_default_instance_.Shutdown(); - _DrawElementProto_default_instance_.Shutdown(); - _ClassifElementProto_default_instance_.Shutdown(); - _ColorElementProto_default_instance_.Shutdown(); - _ColorsElementProto_default_instance_.Shutdown(); - _ContainerProto_default_instance_.Shutdown(); -} +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LineRuleProtoDefaultTypeInternal _LineRuleProto_default_instance_; + template +PROTOBUF_CONSTEXPR LineDefProto::LineDefProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_._has_bits_)*/ {}, + /*decltype(_impl_._cached_size_)*/ {}, + /*decltype(_impl_.dashdot_)*/ nullptr, + /*decltype(_impl_.pathsym_)*/ nullptr, + /*decltype(_impl_.width_)*/ 0, + /*decltype(_impl_.color_)*/ 0u, + /*decltype(_impl_.join_)*/ 0, + /*decltype(_impl_.cap_)*/ 0, + } {} +struct LineDefProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR LineDefProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~LineDefProtoDefaultTypeInternal() {} + union { + LineDefProto _instance; + }; +}; -void TableStruct::InitDefaultsImpl() { - GOOGLE_PROTOBUF_VERIFY_VERSION; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LineDefProtoDefaultTypeInternal _LineDefProto_default_instance_; + template +PROTOBUF_CONSTEXPR AreaRuleProto::AreaRuleProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_._has_bits_)*/ {}, + /*decltype(_impl_._cached_size_)*/ {}, + /*decltype(_impl_.border_)*/ nullptr, + /*decltype(_impl_.color_)*/ 0u, + /*decltype(_impl_.priority_)*/ 0, + } {} +struct AreaRuleProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR AreaRuleProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~AreaRuleProtoDefaultTypeInternal() {} + union { + AreaRuleProto _instance; + }; +}; - ::google::protobuf::internal::InitProtobufDefaults(); - _DashDotProto_default_instance_.DefaultConstruct(); - _PathSymProto_default_instance_.DefaultConstruct(); - _LineRuleProto_default_instance_.DefaultConstruct(); - _LineDefProto_default_instance_.DefaultConstruct(); - _AreaRuleProto_default_instance_.DefaultConstruct(); - _SymbolRuleProto_default_instance_.DefaultConstruct(); - _CaptionDefProto_default_instance_.DefaultConstruct(); - _CaptionRuleProto_default_instance_.DefaultConstruct(); - _CircleRuleProto_default_instance_.DefaultConstruct(); - _PathTextRuleProto_default_instance_.DefaultConstruct(); - _ShieldRuleProto_default_instance_.DefaultConstruct(); - _DrawElementProto_default_instance_.DefaultConstruct(); - _ClassifElementProto_default_instance_.DefaultConstruct(); - _ColorElementProto_default_instance_.DefaultConstruct(); - _ColorsElementProto_default_instance_.DefaultConstruct(); - _ContainerProto_default_instance_.DefaultConstruct(); - _LineRuleProto_default_instance_.get_mutable()->dashdot_ = const_cast< ::DashDotProto*>( - ::DashDotProto::internal_default_instance()); - _LineRuleProto_default_instance_.get_mutable()->pathsym_ = const_cast< ::PathSymProto*>( - ::PathSymProto::internal_default_instance()); - _LineDefProto_default_instance_.get_mutable()->dashdot_ = const_cast< ::DashDotProto*>( - ::DashDotProto::internal_default_instance()); - _LineDefProto_default_instance_.get_mutable()->pathsym_ = const_cast< ::PathSymProto*>( - ::PathSymProto::internal_default_instance()); - _AreaRuleProto_default_instance_.get_mutable()->border_ = const_cast< ::LineDefProto*>( - ::LineDefProto::internal_default_instance()); - _CaptionRuleProto_default_instance_.get_mutable()->primary_ = const_cast< ::CaptionDefProto*>( - ::CaptionDefProto::internal_default_instance()); - _CaptionRuleProto_default_instance_.get_mutable()->secondary_ = const_cast< ::CaptionDefProto*>( - ::CaptionDefProto::internal_default_instance()); - _CircleRuleProto_default_instance_.get_mutable()->border_ = const_cast< ::LineDefProto*>( - ::LineDefProto::internal_default_instance()); - _PathTextRuleProto_default_instance_.get_mutable()->primary_ = const_cast< ::CaptionDefProto*>( - ::CaptionDefProto::internal_default_instance()); - _PathTextRuleProto_default_instance_.get_mutable()->secondary_ = const_cast< ::CaptionDefProto*>( - ::CaptionDefProto::internal_default_instance()); - _DrawElementProto_default_instance_.get_mutable()->area_ = const_cast< ::AreaRuleProto*>( - ::AreaRuleProto::internal_default_instance()); - _DrawElementProto_default_instance_.get_mutable()->symbol_ = const_cast< ::SymbolRuleProto*>( - ::SymbolRuleProto::internal_default_instance()); - _DrawElementProto_default_instance_.get_mutable()->caption_ = const_cast< ::CaptionRuleProto*>( - ::CaptionRuleProto::internal_default_instance()); - _DrawElementProto_default_instance_.get_mutable()->circle_ = const_cast< ::CircleRuleProto*>( - ::CircleRuleProto::internal_default_instance()); - _DrawElementProto_default_instance_.get_mutable()->path_text_ = const_cast< ::PathTextRuleProto*>( - ::PathTextRuleProto::internal_default_instance()); - _DrawElementProto_default_instance_.get_mutable()->shield_ = const_cast< ::ShieldRuleProto*>( - ::ShieldRuleProto::internal_default_instance()); - _ContainerProto_default_instance_.get_mutable()->colors_ = const_cast< ::ColorsElementProto*>( - ::ColorsElementProto::internal_default_instance()); -} +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AreaRuleProtoDefaultTypeInternal _AreaRuleProto_default_instance_; + template +PROTOBUF_CONSTEXPR SymbolRuleProto::SymbolRuleProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_.name_)*/ { + &::_pbi::fixed_address_empty_string, + ::_pbi::ConstantInitialized{}, + }, + /*decltype(_impl_.apply_for_type_)*/ 0, + /*decltype(_impl_.priority_)*/ 0, + /*decltype(_impl_.min_distance_)*/ 0, + /*decltype(_impl_._cached_size_)*/ {}, + } {} +struct SymbolRuleProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR SymbolRuleProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~SymbolRuleProtoDefaultTypeInternal() {} + union { + SymbolRuleProto _instance; + }; +}; -void InitDefaults() { - static GOOGLE_PROTOBUF_DECLARE_ONCE(once); - ::google::protobuf::GoogleOnceInit(&once, &TableStruct::InitDefaultsImpl); -} -void AddDescriptorsImpl() { - InitDefaults(); - ::google::protobuf::internal::OnShutdown(&TableStruct::Shutdown); -} +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SymbolRuleProtoDefaultTypeInternal _SymbolRuleProto_default_instance_; + template +PROTOBUF_CONSTEXPR CaptionDefProto::CaptionDefProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_.text_)*/ { + &::_pbi::fixed_address_empty_string, + ::_pbi::ConstantInitialized{}, + }, + /*decltype(_impl_.height_)*/ 0, + /*decltype(_impl_.color_)*/ 0u, + /*decltype(_impl_.stroke_color_)*/ 0u, + /*decltype(_impl_.offset_x_)*/ 0, + /*decltype(_impl_.offset_y_)*/ 0, + /*decltype(_impl_.is_optional_)*/ false, + /*decltype(_impl_._cached_size_)*/ {}, + } {} +struct CaptionDefProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR CaptionDefProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~CaptionDefProtoDefaultTypeInternal() {} + union { + CaptionDefProto _instance; + }; +}; -void AddDescriptors() { - static GOOGLE_PROTOBUF_DECLARE_ONCE(once); - ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl); -} -#ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -// Force AddDescriptors() to be called at static initialization time. -struct StaticDescriptorInitializer { - StaticDescriptorInitializer() { - AddDescriptors(); - } -} static_descriptor_initializer; -#endif // GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CaptionDefProtoDefaultTypeInternal _CaptionDefProto_default_instance_; + template +PROTOBUF_CONSTEXPR CaptionRuleProto::CaptionRuleProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_._has_bits_)*/ {}, + /*decltype(_impl_._cached_size_)*/ {}, + /*decltype(_impl_.primary_)*/ nullptr, + /*decltype(_impl_.secondary_)*/ nullptr, + /*decltype(_impl_.priority_)*/ 0, + } {} +struct CaptionRuleProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR CaptionRuleProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~CaptionRuleProtoDefaultTypeInternal() {} + union { + CaptionRuleProto _instance; + }; +}; -} // namespace protobuf_indexer_2fdrules_5fstruct_2eproto +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CaptionRuleProtoDefaultTypeInternal _CaptionRuleProto_default_instance_; + template +PROTOBUF_CONSTEXPR CircleRuleProto::CircleRuleProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_._has_bits_)*/ {}, + /*decltype(_impl_._cached_size_)*/ {}, + /*decltype(_impl_.border_)*/ nullptr, + /*decltype(_impl_.radius_)*/ 0, + /*decltype(_impl_.color_)*/ 0u, + /*decltype(_impl_.priority_)*/ 0, + } {} +struct CircleRuleProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR CircleRuleProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~CircleRuleProtoDefaultTypeInternal() {} + union { + CircleRuleProto _instance; + }; +}; +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CircleRuleProtoDefaultTypeInternal _CircleRuleProto_default_instance_; + template +PROTOBUF_CONSTEXPR PathTextRuleProto::PathTextRuleProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_._has_bits_)*/ {}, + /*decltype(_impl_._cached_size_)*/ {}, + /*decltype(_impl_.primary_)*/ nullptr, + /*decltype(_impl_.secondary_)*/ nullptr, + /*decltype(_impl_.priority_)*/ 0, + } {} +struct PathTextRuleProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR PathTextRuleProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~PathTextRuleProtoDefaultTypeInternal() {} + union { + PathTextRuleProto _instance; + }; +}; + +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PathTextRuleProtoDefaultTypeInternal _PathTextRuleProto_default_instance_; + template +PROTOBUF_CONSTEXPR ShieldRuleProto::ShieldRuleProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_.height_)*/ 0, + /*decltype(_impl_.color_)*/ 0u, + /*decltype(_impl_.stroke_color_)*/ 0u, + /*decltype(_impl_.priority_)*/ 0, + /*decltype(_impl_.min_distance_)*/ 0, + /*decltype(_impl_.text_color_)*/ 0u, + /*decltype(_impl_.text_stroke_color_)*/ 0u, + /*decltype(_impl_._cached_size_)*/ {}, + } {} +struct ShieldRuleProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR ShieldRuleProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~ShieldRuleProtoDefaultTypeInternal() {} + union { + ShieldRuleProto _instance; + }; +}; + +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShieldRuleProtoDefaultTypeInternal _ShieldRuleProto_default_instance_; + template +PROTOBUF_CONSTEXPR DrawElementProto::DrawElementProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_._has_bits_)*/ {}, + /*decltype(_impl_._cached_size_)*/ {}, + /*decltype(_impl_.lines_)*/ {}, + /*decltype(_impl_.apply_if_)*/ {}, + /*decltype(_impl_.area_)*/ nullptr, + /*decltype(_impl_.symbol_)*/ nullptr, + /*decltype(_impl_.caption_)*/ nullptr, + /*decltype(_impl_.circle_)*/ nullptr, + /*decltype(_impl_.path_text_)*/ nullptr, + /*decltype(_impl_.shield_)*/ nullptr, + /*decltype(_impl_.scale_)*/ 0, + } {} +struct DrawElementProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR DrawElementProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~DrawElementProtoDefaultTypeInternal() {} + union { + DrawElementProto _instance; + }; +}; + +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DrawElementProtoDefaultTypeInternal _DrawElementProto_default_instance_; + template +PROTOBUF_CONSTEXPR ClassifElementProto::ClassifElementProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_.element_)*/ {}, + /*decltype(_impl_.name_)*/ { + &::_pbi::fixed_address_empty_string, + ::_pbi::ConstantInitialized{}, + }, + /*decltype(_impl_._cached_size_)*/ {}, + } {} +struct ClassifElementProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR ClassifElementProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~ClassifElementProtoDefaultTypeInternal() {} + union { + ClassifElementProto _instance; + }; +}; + +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ClassifElementProtoDefaultTypeInternal _ClassifElementProto_default_instance_; + template +PROTOBUF_CONSTEXPR ColorElementProto::ColorElementProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_.name_)*/ { + &::_pbi::fixed_address_empty_string, + ::_pbi::ConstantInitialized{}, + }, + /*decltype(_impl_.color_)*/ 0u, + /*decltype(_impl_.x_)*/ 0, + /*decltype(_impl_.y_)*/ 0, + /*decltype(_impl_._cached_size_)*/ {}, + } {} +struct ColorElementProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR ColorElementProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~ColorElementProtoDefaultTypeInternal() {} + union { + ColorElementProto _instance; + }; +}; + +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ColorElementProtoDefaultTypeInternal _ColorElementProto_default_instance_; + template +PROTOBUF_CONSTEXPR ColorsElementProto::ColorsElementProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_.value_)*/ {}, + /*decltype(_impl_._cached_size_)*/ {}, + } {} +struct ColorsElementProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR ColorsElementProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~ColorsElementProtoDefaultTypeInternal() {} + union { + ColorsElementProto _instance; + }; +}; + +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ColorsElementProtoDefaultTypeInternal _ColorsElementProto_default_instance_; + template +PROTOBUF_CONSTEXPR ContainerProto::ContainerProto(::_pbi::ConstantInitialized) + : _impl_{ + /*decltype(_impl_._has_bits_)*/ {}, + /*decltype(_impl_._cached_size_)*/ {}, + /*decltype(_impl_.cont_)*/ {}, + /*decltype(_impl_.colors_)*/ nullptr, + } {} +struct ContainerProtoDefaultTypeInternal { + PROTOBUF_CONSTEXPR ContainerProtoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} + ~ContainerProtoDefaultTypeInternal() {} + union { + ContainerProto _instance; + }; +}; + +PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT + PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContainerProtoDefaultTypeInternal _ContainerProto_default_instance_; bool LineJoin_IsValid(int value) { switch (value) { case 0: @@ -187,7 +357,51 @@ bool LineJoin_IsValid(int value) { return false; } } +static ::google::protobuf::internal::ExplicitlyConstructed + LineJoin_strings[3] = {}; +static const char LineJoin_names[] = { + "BEVELJOIN" + "NOJOIN" + "ROUNDJOIN" +}; + +static const ::google::protobuf::internal::EnumEntry LineJoin_entries[] = + { + {{&LineJoin_names[0], 9}, 1}, + {{&LineJoin_names[9], 6}, 2}, + {{&LineJoin_names[15], 9}, 0}, +}; + +static const int LineJoin_entries_by_number[] = { + 2, // 0 -> ROUNDJOIN + 0, // 1 -> BEVELJOIN + 1, // 2 -> NOJOIN +}; + +const std::string& LineJoin_Name(LineJoin value) { + static const bool kDummy = + ::google::protobuf::internal::InitializeEnumStrings( + LineJoin_entries, LineJoin_entries_by_number, + 3, LineJoin_strings); + (void)kDummy; + + int idx = ::google::protobuf::internal::LookUpEnumName( + LineJoin_entries, LineJoin_entries_by_number, 3, + value); + return idx == -1 ? ::google::protobuf::internal::GetEmptyString() + : LineJoin_strings[idx].get(); +} + +bool LineJoin_Parse(absl::string_view name, LineJoin* value) { + int int_value; + bool success = ::google::protobuf::internal::LookUpEnumValue( + LineJoin_entries, 3, name, &int_value); + if (success) { + *value = static_cast(int_value); + } + return success; +} bool LineCap_IsValid(int value) { switch (value) { case 0: @@ -198,202 +412,245 @@ bool LineCap_IsValid(int value) { return false; } } +static ::google::protobuf::internal::ExplicitlyConstructed + LineCap_strings[3] = {}; +static const char LineCap_names[] = { + "BUTTCAP" + "ROUNDCAP" + "SQUARECAP" +}; +static const ::google::protobuf::internal::EnumEntry LineCap_entries[] = + { + {{&LineCap_names[0], 7}, 1}, + {{&LineCap_names[7], 8}, 0}, + {{&LineCap_names[15], 9}, 2}, +}; + +static const int LineCap_entries_by_number[] = { + 1, // 0 -> ROUNDCAP + 0, // 1 -> BUTTCAP + 2, // 2 -> SQUARECAP +}; + +const std::string& LineCap_Name(LineCap value) { + static const bool kDummy = + ::google::protobuf::internal::InitializeEnumStrings( + LineCap_entries, LineCap_entries_by_number, + 3, LineCap_strings); + (void)kDummy; + + int idx = ::google::protobuf::internal::LookUpEnumName( + LineCap_entries, LineCap_entries_by_number, 3, + value); + return idx == -1 ? ::google::protobuf::internal::GetEmptyString() + : LineCap_strings[idx].get(); +} + +bool LineCap_Parse(absl::string_view name, LineCap* value) { + int int_value; + bool success = ::google::protobuf::internal::LookUpEnumValue( + LineCap_entries, 3, name, &int_value); + if (success) { + *value = static_cast(int_value); + } + return success; +} // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int DashDotProto::kDdFieldNumber; -const int DashDotProto::kOffsetFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class DashDotProto::_Internal { + public: +}; -DashDotProto::DashDotProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:DashDotProto) +DashDotProto::DashDotProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:DashDotProto) } -DashDotProto::DashDotProto(const DashDotProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - dd_(from.dd_), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - offset_ = from.offset_; +DashDotProto::DashDotProto(const DashDotProto& from) : ::google::protobuf::MessageLite() { + DashDotProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.dd_){from._impl_.dd_}, + decltype(_impl_.offset_){}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + _this->_impl_.offset_ = from._impl_.offset_; + // @@protoc_insertion_point(copy_constructor:DashDotProto) } - -void DashDotProto::SharedCtor() { - offset_ = 0; - _cached_size_ = 0; +inline void DashDotProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_.dd_){arena}, + decltype(_impl_.offset_){0}, + /*decltype(_impl_._cached_size_)*/ {}, + }; } - DashDotProto::~DashDotProto() { // @@protoc_insertion_point(destructor:DashDotProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void DashDotProto::SharedDtor() { +inline void DashDotProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.dd_.~RepeatedField(); } - void DashDotProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const DashDotProto& DashDotProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -DashDotProto* DashDotProto::New(::google::protobuf::Arena* arena) const { - DashDotProto* n = new DashDotProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void DashDotProto::Clear() { +PROTOBUF_NOINLINE void DashDotProto::Clear() { // @@protoc_insertion_point(message_clear_start:DashDotProto) - dd_.Clear(); - offset_ = 0; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + _internal_mutable_dd()->Clear(); + _impl_.offset_ = 0; + _internal_metadata_.Clear(); } -bool DashDotProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:DashDotProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // repeated double dd = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(10u)) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPackedPrimitive< - double, ::google::protobuf::internal::WireFormatLite::TYPE_DOUBLE>( - input, this->mutable_dd()))); - } else if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(9u)) { - DO_((::google::protobuf::internal::WireFormatLite::ReadRepeatedPrimitiveNoInline< - double, ::google::protobuf::internal::WireFormatLite::TYPE_DOUBLE>( - 1, 10u, input, this->mutable_dd()))); - } else { - goto handle_unusual; - } - break; - } +const char* DashDotProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - // double offset = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(17u)) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - double, ::google::protobuf::internal::WireFormatLite::TYPE_DOUBLE>( - input, &offset_))); - } else { - goto handle_unusual; - } - break; - } +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<1, 2, 0, 0, 2> DashDotProto::_table_ = { + { + 0, // no _has_bits_ + 0, // no _extensions_ + 2, 8, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967292, // skipmap + offsetof(decltype(_table_), field_entries), + 2, // num_field_entries + 0, // num_aux_entries + offsetof(decltype(_table_), field_names), // no aux_entries + &_DashDotProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + // double offset = 2; + {::_pbi::TcParser::FastF64S1, + {17, 63, 0, PROTOBUF_FIELD_OFFSET(DashDotProto, _impl_.offset_)}}, + // repeated double dd = 1; + {::_pbi::TcParser::FastF64P1, + {10, 63, 0, PROTOBUF_FIELD_OFFSET(DashDotProto, _impl_.dd_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // repeated double dd = 1; + {PROTOBUF_FIELD_OFFSET(DashDotProto, _impl_.dd_), 0, 0, + (0 | ::_fl::kFcRepeated | ::_fl::kPackedDouble)}, + // double offset = 2; + {PROTOBUF_FIELD_OFFSET(DashDotProto, _impl_.offset_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kDouble)}, + }}, + // no aux_entries + {{ + }}, +}; - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } +::uint8_t* DashDotProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:DashDotProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; + + // repeated double dd = 1; + if (this->_internal_dd_size() > 0) { + target = stream->WriteFixedPacked(1, _internal_dd(), target); } -success: - // @@protoc_insertion_point(parse_success:DashDotProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:DashDotProto) - return false; -#undef DO_ + + // double offset = 2; + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_offset = this->_internal_offset(); + ::uint64_t raw_offset; + memcpy(&raw_offset, &tmp_offset, sizeof(tmp_offset)); + if (raw_offset != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteDoubleToArray( + 2, this->_internal_offset(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:DashDotProto) + return target; } -void DashDotProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:DashDotProto) - ::google::protobuf::uint32 cached_has_bits = 0; +::size_t DashDotProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:DashDotProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // repeated double dd = 1; - if (this->dd_size() > 0) { - ::google::protobuf::internal::WireFormatLite::WriteTag(1, ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output); - output->WriteVarint32(_dd_cached_byte_size_); - ::google::protobuf::internal::WireFormatLite::WriteDoubleArray( - this->dd().data(), this->dd_size(), output); - } - - // double offset = 2; - if (this->offset() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteDouble(2, this->offset(), output); - } - - // @@protoc_insertion_point(serialize_end:DashDotProto) -} - -size_t DashDotProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:DashDotProto) - size_t total_size = 0; - // repeated double dd = 1; { - unsigned int count = this->dd_size(); - size_t data_size = 8UL * count; - if (data_size > 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size(data_size); - } - int cached_size = ::google::protobuf::internal::ToCachedSize(data_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _dd_cached_byte_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - total_size += data_size; + std::size_t data_size = std::size_t{8} * + ::_pbi::FromIntSize(this->_internal_dd_size()) + ; + std::size_t tag_size = data_size == 0 + ? 0 + : 1 + ::_pbi::WireFormatLite::Int32Size( + static_cast(data_size)) + ; + total_size += tag_size + data_size; } - // double offset = 2; - if (this->offset() != 0) { - total_size += 1 + 8; + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_offset = this->_internal_offset(); + ::uint64_t raw_offset; + memcpy(&raw_offset, &tmp_offset, sizeof(tmp_offset)); + if (raw_offset != 0) { + total_size += 9; } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void DashDotProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void DashDotProto::MergeFrom(const DashDotProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:DashDotProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + DashDotProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:DashDotProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - dd_.MergeFrom(from.dd_); - if (from.offset() != 0) { - set_offset(from.offset()); + _this->_internal_mutable_dd()->MergeFrom(from._internal_dd()); + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_offset = from._internal_offset(); + ::uint64_t raw_offset; + memcpy(&raw_offset, &tmp_offset, sizeof(tmp_offset)); + if (raw_offset != 0) { + _this->_internal_set_offset(from._internal_offset()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void DashDotProto::CopyFrom(const DashDotProto& from) { @@ -403,299 +660,271 @@ void DashDotProto::CopyFrom(const DashDotProto& from) { MergeFrom(from); } -bool DashDotProto::IsInitialized() const { +PROTOBUF_NOINLINE bool DashDotProto::IsInitialized() const { return true; } -void DashDotProto::Swap(DashDotProto* other) { - if (other == this) return; - InternalSwap(other); -} void DashDotProto::InternalSwap(DashDotProto* other) { - dd_.InternalSwap(&other->dd_); - std::swap(offset_, other->offset_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + _impl_.dd_.InternalSwap(&other->_impl_.dd_); + swap(_impl_.offset_, other->_impl_.offset_); } -::std::string DashDotProto::GetTypeName() const { +std::string DashDotProto::GetTypeName() const { return "DashDotProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// DashDotProto - -// repeated double dd = 1; -int DashDotProto::dd_size() const { - return dd_.size(); -} -void DashDotProto::clear_dd() { - dd_.Clear(); -} -double DashDotProto::dd(int index) const { - // @@protoc_insertion_point(field_get:DashDotProto.dd) - return dd_.Get(index); -} -void DashDotProto::set_dd(int index, double value) { - dd_.Set(index, value); - // @@protoc_insertion_point(field_set:DashDotProto.dd) -} -void DashDotProto::add_dd(double value) { - dd_.Add(value); - // @@protoc_insertion_point(field_add:DashDotProto.dd) -} -const ::google::protobuf::RepeatedField< double >& -DashDotProto::dd() const { - // @@protoc_insertion_point(field_list:DashDotProto.dd) - return dd_; -} -::google::protobuf::RepeatedField< double >* -DashDotProto::mutable_dd() { - // @@protoc_insertion_point(field_mutable_list:DashDotProto.dd) - return &dd_; -} - -// double offset = 2; -void DashDotProto::clear_offset() { - offset_ = 0; -} -double DashDotProto::offset() const { - // @@protoc_insertion_point(field_get:DashDotProto.offset) - return offset_; -} -void DashDotProto::set_offset(double value) { - - offset_ = value; - // @@protoc_insertion_point(field_set:DashDotProto.offset) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int PathSymProto::kNameFieldNumber; -const int PathSymProto::kStepFieldNumber; -const int PathSymProto::kOffsetFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class PathSymProto::_Internal { + public: +}; -PathSymProto::PathSymProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:PathSymProto) +PathSymProto::PathSymProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:PathSymProto) } -PathSymProto::PathSymProto(const PathSymProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.name().size() > 0) { - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); +PathSymProto::PathSymProto(const PathSymProto& from) : ::google::protobuf::MessageLite() { + PathSymProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.name_){}, + decltype(_impl_.step_){}, + decltype(_impl_.offset_){}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_name().empty()) { + _this->_impl_.name_.Set(from._internal_name(), _this->GetArenaForAllocation()); } - ::memcpy(&step_, &from.step_, - reinterpret_cast(&offset_) - - reinterpret_cast(&step_) + sizeof(offset_)); + ::memcpy(&_impl_.step_, &from._impl_.step_, + static_cast<::size_t>(reinterpret_cast(&_impl_.offset_) - + reinterpret_cast(&_impl_.step_)) + sizeof(_impl_.offset_)); + // @@protoc_insertion_point(copy_constructor:PathSymProto) } - -void PathSymProto::SharedCtor() { - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - ::memset(&step_, 0, reinterpret_cast(&offset_) - - reinterpret_cast(&step_) + sizeof(offset_)); - _cached_size_ = 0; +inline void PathSymProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_.name_){}, + decltype(_impl_.step_){0}, + decltype(_impl_.offset_){0}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } - PathSymProto::~PathSymProto() { // @@protoc_insertion_point(destructor:PathSymProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void PathSymProto::SharedDtor() { - name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +inline void PathSymProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.name_.Destroy(); } - void PathSymProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const PathSymProto& PathSymProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -PathSymProto* PathSymProto::New(::google::protobuf::Arena* arena) const { - PathSymProto* n = new PathSymProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void PathSymProto::Clear() { +PROTOBUF_NOINLINE void PathSymProto::Clear() { // @@protoc_insertion_point(message_clear_start:PathSymProto) - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - ::memset(&step_, 0, reinterpret_cast(&offset_) - - reinterpret_cast(&step_) + sizeof(offset_)); + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + _impl_.name_.ClearToEmpty(); + ::memset(&_impl_.step_, 0, static_cast<::size_t>( + reinterpret_cast(&_impl_.offset_) - + reinterpret_cast(&_impl_.step_)) + sizeof(_impl_.offset_)); + _internal_metadata_.Clear(); } -bool PathSymProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:PathSymProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // string name = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(10u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_name())); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormatLite::PARSE, - "PathSymProto.name")); - } else { - goto handle_unusual; - } - break; - } +const char* PathSymProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - // double step = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(17u)) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - double, ::google::protobuf::internal::WireFormatLite::TYPE_DOUBLE>( - input, &step_))); - } else { - goto handle_unusual; - } - break; - } +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<2, 3, 0, 25, 2> PathSymProto::_table_ = { + { + 0, // no _has_bits_ + 0, // no _extensions_ + 3, 24, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967288, // skipmap + offsetof(decltype(_table_), field_entries), + 3, // num_field_entries + 0, // num_aux_entries + offsetof(decltype(_table_), field_names), // no aux_entries + &_PathSymProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + {::_pbi::TcParser::MiniParse, {}}, + // string name = 1; + {::_pbi::TcParser::FastUS1, + {10, 63, 0, PROTOBUF_FIELD_OFFSET(PathSymProto, _impl_.name_)}}, + // double step = 2; + {::_pbi::TcParser::FastF64S1, + {17, 63, 0, PROTOBUF_FIELD_OFFSET(PathSymProto, _impl_.step_)}}, + // double offset = 3; + {::_pbi::TcParser::FastF64S1, + {25, 63, 0, PROTOBUF_FIELD_OFFSET(PathSymProto, _impl_.offset_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // string name = 1; + {PROTOBUF_FIELD_OFFSET(PathSymProto, _impl_.name_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUtf8String | ::_fl::kRepAString)}, + // double step = 2; + {PROTOBUF_FIELD_OFFSET(PathSymProto, _impl_.step_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kDouble)}, + // double offset = 3; + {PROTOBUF_FIELD_OFFSET(PathSymProto, _impl_.offset_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kDouble)}, + }}, + // no aux_entries + {{ + "\14\4\0\0\0\0\0\0" + "PathSymProto" + "name" + }}, +}; - // double offset = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(25u)) { +::uint8_t* PathSymProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:PathSymProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - double, ::google::protobuf::internal::WireFormatLite::TYPE_DOUBLE>( - input, &offset_))); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } + // string name = 1; + if (!this->_internal_name().empty()) { + const std::string& _s = this->_internal_name(); + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + _s.data(), static_cast(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "PathSymProto.name"); + target = stream->WriteStringMaybeAliased(1, _s, target); } -success: - // @@protoc_insertion_point(parse_success:PathSymProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:PathSymProto) - return false; -#undef DO_ + + // double step = 2; + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_step = this->_internal_step(); + ::uint64_t raw_step; + memcpy(&raw_step, &tmp_step, sizeof(tmp_step)); + if (raw_step != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteDoubleToArray( + 2, this->_internal_step(), target); + } + + // double offset = 3; + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_offset = this->_internal_offset(); + ::uint64_t raw_offset; + memcpy(&raw_offset, &tmp_offset, sizeof(tmp_offset)); + if (raw_offset != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteDoubleToArray( + 3, this->_internal_offset(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:PathSymProto) + return target; } -void PathSymProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:PathSymProto) - ::google::protobuf::uint32 cached_has_bits = 0; +::size_t PathSymProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:PathSymProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; // string name = 1; - if (this->name().size() > 0) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "PathSymProto.name"); - ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 1, this->name(), output); + if (!this->_internal_name().empty()) { + total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( + this->_internal_name()); } // double step = 2; - if (this->step() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteDouble(2, this->step(), output); + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_step = this->_internal_step(); + ::uint64_t raw_step; + memcpy(&raw_step, &tmp_step, sizeof(tmp_step)); + if (raw_step != 0) { + total_size += 9; } // double offset = 3; - if (this->offset() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteDouble(3, this->offset(), output); + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_offset = this->_internal_offset(); + ::uint64_t raw_offset; + memcpy(&raw_offset, &tmp_offset, sizeof(tmp_offset)); + if (raw_offset != 0) { + total_size += 9; } - // @@protoc_insertion_point(serialize_end:PathSymProto) -} - -size_t PathSymProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:PathSymProto) - size_t total_size = 0; - - // string name = 1; - if (this->name().size() > 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->name()); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); } - - // double step = 2; - if (this->step() != 0) { - total_size += 1 + 8; - } - - // double offset = 3; - if (this->offset() != 0) { - total_size += 1 + 8; - } - - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void PathSymProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void PathSymProto::MergeFrom(const PathSymProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:PathSymProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + PathSymProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:PathSymProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.name().size() > 0) { - - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); + if (!from._internal_name().empty()) { + _this->_internal_set_name(from._internal_name()); } - if (from.step() != 0) { - set_step(from.step()); + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_step = from._internal_step(); + ::uint64_t raw_step; + memcpy(&raw_step, &tmp_step, sizeof(tmp_step)); + if (raw_step != 0) { + _this->_internal_set_step(from._internal_step()); } - if (from.offset() != 0) { - set_offset(from.offset()); + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_offset = from._internal_offset(); + ::uint64_t raw_offset; + memcpy(&raw_offset, &tmp_offset, sizeof(tmp_offset)); + if (raw_offset != 0) { + _this->_internal_set_offset(from._internal_offset()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void PathSymProto::CopyFrom(const PathSymProto& from) { @@ -705,468 +934,395 @@ void PathSymProto::CopyFrom(const PathSymProto& from) { MergeFrom(from); } -bool PathSymProto::IsInitialized() const { +PROTOBUF_NOINLINE bool PathSymProto::IsInitialized() const { return true; } -void PathSymProto::Swap(PathSymProto* other) { - if (other == this) return; - InternalSwap(other); -} void PathSymProto::InternalSwap(PathSymProto* other) { - name_.Swap(&other->name_); - std::swap(step_, other->step_); - std::swap(offset_, other->offset_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.name_, lhs_arena, + &other->_impl_.name_, rhs_arena); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(PathSymProto, _impl_.offset_) + + sizeof(PathSymProto::_impl_.offset_) + - PROTOBUF_FIELD_OFFSET(PathSymProto, _impl_.step_)>( + reinterpret_cast(&_impl_.step_), + reinterpret_cast(&other->_impl_.step_)); } -::std::string PathSymProto::GetTypeName() const { +std::string PathSymProto::GetTypeName() const { return "PathSymProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// PathSymProto - -// string name = 1; -void PathSymProto::clear_name() { - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -const ::std::string& PathSymProto::name() const { - // @@protoc_insertion_point(field_get:PathSymProto.name) - return name_.GetNoArena(); -} -void PathSymProto::set_name(const ::std::string& value) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:PathSymProto.name) -} -#if LANG_CXX11 -void PathSymProto::set_name(::std::string&& value) { - - name_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:PathSymProto.name) -} -#endif -void PathSymProto::set_name(const char* value) { - GOOGLE_DCHECK(value != NULL); - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:PathSymProto.name) -} -void PathSymProto::set_name(const char* value, size_t size) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:PathSymProto.name) -} -::std::string* PathSymProto::mutable_name() { - - // @@protoc_insertion_point(field_mutable:PathSymProto.name) - return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -::std::string* PathSymProto::release_name() { - // @@protoc_insertion_point(field_release:PathSymProto.name) - - return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -void PathSymProto::set_allocated_name(::std::string* name) { - if (name != NULL) { - - } else { - - } - name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); - // @@protoc_insertion_point(field_set_allocated:PathSymProto.name) -} - -// double step = 2; -void PathSymProto::clear_step() { - step_ = 0; -} -double PathSymProto::step() const { - // @@protoc_insertion_point(field_get:PathSymProto.step) - return step_; -} -void PathSymProto::set_step(double value) { - - step_ = value; - // @@protoc_insertion_point(field_set:PathSymProto.step) -} - -// double offset = 3; -void PathSymProto::clear_offset() { - offset_ = 0; -} -double PathSymProto::offset() const { - // @@protoc_insertion_point(field_get:PathSymProto.offset) - return offset_; -} -void PathSymProto::set_offset(double value) { - - offset_ = value; - // @@protoc_insertion_point(field_set:PathSymProto.offset) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int LineRuleProto::kWidthFieldNumber; -const int LineRuleProto::kColorFieldNumber; -const int LineRuleProto::kDashdotFieldNumber; -const int LineRuleProto::kPriorityFieldNumber; -const int LineRuleProto::kPathsymFieldNumber; -const int LineRuleProto::kJoinFieldNumber; -const int LineRuleProto::kCapFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class LineRuleProto::_Internal { + public: + using HasBits = decltype(std::declval()._impl_._has_bits_); + static constexpr ::int32_t kHasBitsOffset = + 8 * PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_._has_bits_); + static const ::DashDotProto& dashdot(const LineRuleProto* msg); + static void set_has_dashdot(HasBits* has_bits) { + (*has_bits)[0] |= 1u; + } + static const ::PathSymProto& pathsym(const LineRuleProto* msg); + static void set_has_pathsym(HasBits* has_bits) { + (*has_bits)[0] |= 2u; + } +}; -LineRuleProto::LineRuleProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:LineRuleProto) +const ::DashDotProto& LineRuleProto::_Internal::dashdot(const LineRuleProto* msg) { + return *msg->_impl_.dashdot_; } -LineRuleProto::LineRuleProto(const LineRuleProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_dashdot()) { - dashdot_ = new ::DashDotProto(*from.dashdot_); - } else { - dashdot_ = NULL; +const ::PathSymProto& LineRuleProto::_Internal::pathsym(const LineRuleProto* msg) { + return *msg->_impl_.pathsym_; +} +LineRuleProto::LineRuleProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:LineRuleProto) +} +LineRuleProto::LineRuleProto(const LineRuleProto& from) : ::google::protobuf::MessageLite() { + LineRuleProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.dashdot_){nullptr}, + decltype(_impl_.pathsym_){nullptr}, + decltype(_impl_.width_){}, + decltype(_impl_.color_){}, + decltype(_impl_.priority_){}, + decltype(_impl_.join_){}, + decltype(_impl_.cap_){}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_impl_.dashdot_ = new ::DashDotProto(*from._impl_.dashdot_); } - if (from.has_pathsym()) { - pathsym_ = new ::PathSymProto(*from.pathsym_); - } else { - pathsym_ = NULL; + if ((from._impl_._has_bits_[0] & 0x00000002u) != 0) { + _this->_impl_.pathsym_ = new ::PathSymProto(*from._impl_.pathsym_); } - ::memcpy(&width_, &from.width_, - reinterpret_cast(&cap_) - - reinterpret_cast(&width_) + sizeof(cap_)); + ::memcpy(&_impl_.width_, &from._impl_.width_, + static_cast<::size_t>(reinterpret_cast(&_impl_.cap_) - + reinterpret_cast(&_impl_.width_)) + sizeof(_impl_.cap_)); + // @@protoc_insertion_point(copy_constructor:LineRuleProto) } - -void LineRuleProto::SharedCtor() { - ::memset(&dashdot_, 0, reinterpret_cast(&cap_) - - reinterpret_cast(&dashdot_) + sizeof(cap_)); - _cached_size_ = 0; +inline void LineRuleProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.dashdot_){nullptr}, + decltype(_impl_.pathsym_){nullptr}, + decltype(_impl_.width_){0}, + decltype(_impl_.color_){0u}, + decltype(_impl_.priority_){0}, + decltype(_impl_.join_){0}, + decltype(_impl_.cap_){0}, + }; } - LineRuleProto::~LineRuleProto() { // @@protoc_insertion_point(destructor:LineRuleProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void LineRuleProto::SharedDtor() { - if (this != internal_default_instance()) { - delete dashdot_; - } - if (this != internal_default_instance()) { - delete pathsym_; - } +inline void LineRuleProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + if (this != internal_default_instance()) delete _impl_.dashdot_; + if (this != internal_default_instance()) delete _impl_.pathsym_; } - void LineRuleProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const LineRuleProto& LineRuleProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -LineRuleProto* LineRuleProto::New(::google::protobuf::Arena* arena) const { - LineRuleProto* n = new LineRuleProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void LineRuleProto::Clear() { +PROTOBUF_NOINLINE void LineRuleProto::Clear() { // @@protoc_insertion_point(message_clear_start:LineRuleProto) - if (GetArenaNoVirtual() == NULL && dashdot_ != NULL) { - delete dashdot_; - } - dashdot_ = NULL; - if (GetArenaNoVirtual() == NULL && pathsym_ != NULL) { - delete pathsym_; - } - pathsym_ = NULL; - ::memset(&width_, 0, reinterpret_cast(&cap_) - - reinterpret_cast(&width_) + sizeof(cap_)); -} - -bool LineRuleProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:LineRuleProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // double width = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(9u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - double, ::google::protobuf::internal::WireFormatLite::TYPE_DOUBLE>( - input, &width_))); - } else { - goto handle_unusual; - } - break; - } - - // uint32 color = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(16u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &color_))); - } else { - goto handle_unusual; - } - break; - } - - // .DashDotProto dashdot = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(26u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_dashdot())); - } else { - goto handle_unusual; - } - break; - } - - // int32 priority = 4; - case 4: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(32u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &priority_))); - } else { - goto handle_unusual; - } - break; - } - - // .PathSymProto pathsym = 5; - case 5: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(42u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_pathsym())); - } else { - goto handle_unusual; - } - break; - } - - // .LineJoin join = 6; - case 6: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(48u)) { - int value; - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( - input, &value))); - set_join(static_cast< ::LineJoin >(value)); - } else { - goto handle_unusual; - } - break; - } - - // .LineCap cap = 7; - case 7: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(56u)) { - int value; - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( - input, &value))); - set_cap(static_cast< ::LineCap >(value)); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:LineRuleProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:LineRuleProto) - return false; -#undef DO_ -} - -void LineRuleProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:LineRuleProto) - ::google::protobuf::uint32 cached_has_bits = 0; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // double width = 1; - if (this->width() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteDouble(1, this->width(), output); + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + ABSL_DCHECK(_impl_.dashdot_ != nullptr); + _impl_.dashdot_->Clear(); + } + if (cached_has_bits & 0x00000002u) { + ABSL_DCHECK(_impl_.pathsym_ != nullptr); + _impl_.pathsym_->Clear(); + } } - - // uint32 color = 2; - if (this->color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->color(), output); - } - - // .DashDotProto dashdot = 3; - if (this->has_dashdot()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 3, *this->dashdot_, output); - } - - // int32 priority = 4; - if (this->priority() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->priority(), output); - } - - // .PathSymProto pathsym = 5; - if (this->has_pathsym()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 5, *this->pathsym_, output); - } - - // .LineJoin join = 6; - if (this->join() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteEnum( - 6, this->join(), output); - } - - // .LineCap cap = 7; - if (this->cap() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteEnum( - 7, this->cap(), output); - } - - // @@protoc_insertion_point(serialize_end:LineRuleProto) + ::memset(&_impl_.width_, 0, static_cast<::size_t>( + reinterpret_cast(&_impl_.cap_) - + reinterpret_cast(&_impl_.width_)) + sizeof(_impl_.cap_)); + _impl_._has_bits_.Clear(); + _internal_metadata_.Clear(); } -size_t LineRuleProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:LineRuleProto) - size_t total_size = 0; +const char* LineRuleProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - // .DashDotProto dashdot = 3; - if (this->has_dashdot()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->dashdot_); - } - // .PathSymProto pathsym = 5; - if (this->has_pathsym()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->pathsym_); - } +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<3, 7, 2, 0, 2> LineRuleProto::_table_ = { + { + PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_._has_bits_), + 0, // no _extensions_ + 7, 56, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967168, // skipmap + offsetof(decltype(_table_), field_entries), + 7, // num_field_entries + 2, // num_aux_entries + offsetof(decltype(_table_), aux_entries), + &_LineRuleProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + {::_pbi::TcParser::MiniParse, {}}, + // double width = 1; + {::_pbi::TcParser::FastF64S1, + {9, 63, 0, PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.width_)}}, + // uint32 color = 2; + {::_pbi::TcParser::FastV32S1, + {16, 63, 0, PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.color_)}}, + // .DashDotProto dashdot = 3; + {::_pbi::TcParser::FastMtS1, + {26, 0, 0, PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.dashdot_)}}, + // int32 priority = 4; + {::_pbi::TcParser::FastV32S1, + {32, 63, 0, PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.priority_)}}, + // .PathSymProto pathsym = 5; + {::_pbi::TcParser::FastMtS1, + {42, 1, 1, PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.pathsym_)}}, + // .LineJoin join = 6; + {::_pbi::TcParser::FastV32S1, + {48, 63, 0, PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.join_)}}, + // .LineCap cap = 7; + {::_pbi::TcParser::FastV32S1, + {56, 63, 0, PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.cap_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // double width = 1; + {PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.width_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kDouble)}, + // uint32 color = 2; + {PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.color_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + // .DashDotProto dashdot = 3; + {PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.dashdot_), _Internal::kHasBitsOffset + 0, 0, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // int32 priority = 4; + {PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.priority_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + // .PathSymProto pathsym = 5; + {PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.pathsym_), _Internal::kHasBitsOffset + 1, 1, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // .LineJoin join = 6; + {PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.join_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kOpenEnum)}, + // .LineCap cap = 7; + {PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.cap_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kOpenEnum)}, + }}, {{ + {::_pbi::TcParser::GetTable<::DashDotProto>()}, + {::_pbi::TcParser::GetTable<::PathSymProto>()}, + }}, {{ + }}, +}; + +::uint8_t* LineRuleProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:LineRuleProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; // double width = 1; - if (this->width() != 0) { - total_size += 1 + 8; + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_width = this->_internal_width(); + ::uint64_t raw_width; + memcpy(&raw_width, &tmp_width, sizeof(tmp_width)); + if (raw_width != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteDoubleToArray( + 1, this->_internal_width(), target); } // uint32 color = 2; - if (this->color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->color()); + if (this->_internal_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 2, this->_internal_color(), target); + } + + cached_has_bits = _impl_._has_bits_[0]; + // .DashDotProto dashdot = 3; + if (cached_has_bits & 0x00000001u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(3, _Internal::dashdot(this), + _Internal::dashdot(this).GetCachedSize(), target, stream); } // int32 priority = 4; - if (this->priority() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->priority()); + if (this->_internal_priority() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<4>( + stream, this->_internal_priority(), target); + } + + // .PathSymProto pathsym = 5; + if (cached_has_bits & 0x00000002u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(5, _Internal::pathsym(this), + _Internal::pathsym(this).GetCachedSize(), target, stream); } // .LineJoin join = 6; - if (this->join() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::EnumSize(this->join()); + if (this->_internal_join() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteEnumToArray( + 6, this->_internal_join(), target); } // .LineCap cap = 7; - if (this->cap() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::EnumSize(this->cap()); + if (this->_internal_cap() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteEnumToArray( + 7, this->_internal_cap(), target); } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:LineRuleProto) + return target; +} + +::size_t LineRuleProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:LineRuleProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + // .DashDotProto dashdot = 3; + if (cached_has_bits & 0x00000001u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.dashdot_); + } + + // .PathSymProto pathsym = 5; + if (cached_has_bits & 0x00000002u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.pathsym_); + } + + } + // double width = 1; + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_width = this->_internal_width(); + ::uint64_t raw_width; + memcpy(&raw_width, &tmp_width, sizeof(tmp_width)); + if (raw_width != 0) { + total_size += 9; + } + + // uint32 color = 2; + if (this->_internal_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_color()); + } + + // int32 priority = 4; + if (this->_internal_priority() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_priority()); + } + + // .LineJoin join = 6; + if (this->_internal_join() != 0) { + total_size += 1 + + ::_pbi::WireFormatLite::EnumSize(this->_internal_join()); + } + + // .LineCap cap = 7; + if (this->_internal_cap() != 0) { + total_size += 1 + + ::_pbi::WireFormatLite::EnumSize(this->_internal_cap()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void LineRuleProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void LineRuleProto::MergeFrom(const LineRuleProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:LineRuleProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + LineRuleProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:LineRuleProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.has_dashdot()) { - mutable_dashdot()->::DashDotProto::MergeFrom(from.dashdot()); + cached_has_bits = from._impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + _this->_internal_mutable_dashdot()->::DashDotProto::MergeFrom( + from._internal_dashdot()); + } + if (cached_has_bits & 0x00000002u) { + _this->_internal_mutable_pathsym()->::PathSymProto::MergeFrom( + from._internal_pathsym()); + } } - if (from.has_pathsym()) { - mutable_pathsym()->::PathSymProto::MergeFrom(from.pathsym()); + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_width = from._internal_width(); + ::uint64_t raw_width; + memcpy(&raw_width, &tmp_width, sizeof(tmp_width)); + if (raw_width != 0) { + _this->_internal_set_width(from._internal_width()); } - if (from.width() != 0) { - set_width(from.width()); + if (from._internal_color() != 0) { + _this->_internal_set_color(from._internal_color()); } - if (from.color() != 0) { - set_color(from.color()); + if (from._internal_priority() != 0) { + _this->_internal_set_priority(from._internal_priority()); } - if (from.priority() != 0) { - set_priority(from.priority()); + if (from._internal_join() != 0) { + _this->_internal_set_join(from._internal_join()); } - if (from.join() != 0) { - set_join(from.join()); - } - if (from.cap() != 0) { - set_cap(from.cap()); + if (from._internal_cap() != 0) { + _this->_internal_set_cap(from._internal_cap()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void LineRuleProto::CopyFrom(const LineRuleProto& from) { @@ -1176,509 +1332,369 @@ void LineRuleProto::CopyFrom(const LineRuleProto& from) { MergeFrom(from); } -bool LineRuleProto::IsInitialized() const { +PROTOBUF_NOINLINE bool LineRuleProto::IsInitialized() const { return true; } -void LineRuleProto::Swap(LineRuleProto* other) { - if (other == this) return; - InternalSwap(other); -} void LineRuleProto::InternalSwap(LineRuleProto* other) { - std::swap(dashdot_, other->dashdot_); - std::swap(pathsym_, other->pathsym_); - std::swap(width_, other->width_); - std::swap(color_, other->color_); - std::swap(priority_, other->priority_); - std::swap(join_, other->join_); - std::swap(cap_, other->cap_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.cap_) + + sizeof(LineRuleProto::_impl_.cap_) + - PROTOBUF_FIELD_OFFSET(LineRuleProto, _impl_.dashdot_)>( + reinterpret_cast(&_impl_.dashdot_), + reinterpret_cast(&other->_impl_.dashdot_)); } -::std::string LineRuleProto::GetTypeName() const { +std::string LineRuleProto::GetTypeName() const { return "LineRuleProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// LineRuleProto - -// double width = 1; -void LineRuleProto::clear_width() { - width_ = 0; -} -double LineRuleProto::width() const { - // @@protoc_insertion_point(field_get:LineRuleProto.width) - return width_; -} -void LineRuleProto::set_width(double value) { - - width_ = value; - // @@protoc_insertion_point(field_set:LineRuleProto.width) -} - -// uint32 color = 2; -void LineRuleProto::clear_color() { - color_ = 0u; -} -::google::protobuf::uint32 LineRuleProto::color() const { - // @@protoc_insertion_point(field_get:LineRuleProto.color) - return color_; -} -void LineRuleProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; - // @@protoc_insertion_point(field_set:LineRuleProto.color) -} - -// .DashDotProto dashdot = 3; -bool LineRuleProto::has_dashdot() const { - return this != internal_default_instance() && dashdot_ != NULL; -} -void LineRuleProto::clear_dashdot() { - if (GetArenaNoVirtual() == NULL && dashdot_ != NULL) delete dashdot_; - dashdot_ = NULL; -} -const ::DashDotProto& LineRuleProto::dashdot() const { - // @@protoc_insertion_point(field_get:LineRuleProto.dashdot) - return dashdot_ != NULL ? *dashdot_ - : *::DashDotProto::internal_default_instance(); -} -::DashDotProto* LineRuleProto::mutable_dashdot() { - - if (dashdot_ == NULL) { - dashdot_ = new ::DashDotProto; - } - // @@protoc_insertion_point(field_mutable:LineRuleProto.dashdot) - return dashdot_; -} -::DashDotProto* LineRuleProto::release_dashdot() { - // @@protoc_insertion_point(field_release:LineRuleProto.dashdot) - - ::DashDotProto* temp = dashdot_; - dashdot_ = NULL; - return temp; -} -void LineRuleProto::set_allocated_dashdot(::DashDotProto* dashdot) { - delete dashdot_; - dashdot_ = dashdot; - if (dashdot) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:LineRuleProto.dashdot) -} - -// int32 priority = 4; -void LineRuleProto::clear_priority() { - priority_ = 0; -} -::google::protobuf::int32 LineRuleProto::priority() const { - // @@protoc_insertion_point(field_get:LineRuleProto.priority) - return priority_; -} -void LineRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; - // @@protoc_insertion_point(field_set:LineRuleProto.priority) -} - -// .PathSymProto pathsym = 5; -bool LineRuleProto::has_pathsym() const { - return this != internal_default_instance() && pathsym_ != NULL; -} -void LineRuleProto::clear_pathsym() { - if (GetArenaNoVirtual() == NULL && pathsym_ != NULL) delete pathsym_; - pathsym_ = NULL; -} -const ::PathSymProto& LineRuleProto::pathsym() const { - // @@protoc_insertion_point(field_get:LineRuleProto.pathsym) - return pathsym_ != NULL ? *pathsym_ - : *::PathSymProto::internal_default_instance(); -} -::PathSymProto* LineRuleProto::mutable_pathsym() { - - if (pathsym_ == NULL) { - pathsym_ = new ::PathSymProto; - } - // @@protoc_insertion_point(field_mutable:LineRuleProto.pathsym) - return pathsym_; -} -::PathSymProto* LineRuleProto::release_pathsym() { - // @@protoc_insertion_point(field_release:LineRuleProto.pathsym) - - ::PathSymProto* temp = pathsym_; - pathsym_ = NULL; - return temp; -} -void LineRuleProto::set_allocated_pathsym(::PathSymProto* pathsym) { - delete pathsym_; - pathsym_ = pathsym; - if (pathsym) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:LineRuleProto.pathsym) -} - -// .LineJoin join = 6; -void LineRuleProto::clear_join() { - join_ = 0; -} -::LineJoin LineRuleProto::join() const { - // @@protoc_insertion_point(field_get:LineRuleProto.join) - return static_cast< ::LineJoin >(join_); -} -void LineRuleProto::set_join(::LineJoin value) { - - join_ = value; - // @@protoc_insertion_point(field_set:LineRuleProto.join) -} - -// .LineCap cap = 7; -void LineRuleProto::clear_cap() { - cap_ = 0; -} -::LineCap LineRuleProto::cap() const { - // @@protoc_insertion_point(field_get:LineRuleProto.cap) - return static_cast< ::LineCap >(cap_); -} -void LineRuleProto::set_cap(::LineCap value) { - - cap_ = value; - // @@protoc_insertion_point(field_set:LineRuleProto.cap) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int LineDefProto::kWidthFieldNumber; -const int LineDefProto::kColorFieldNumber; -const int LineDefProto::kDashdotFieldNumber; -const int LineDefProto::kPathsymFieldNumber; -const int LineDefProto::kJoinFieldNumber; -const int LineDefProto::kCapFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class LineDefProto::_Internal { + public: + using HasBits = decltype(std::declval()._impl_._has_bits_); + static constexpr ::int32_t kHasBitsOffset = + 8 * PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_._has_bits_); + static const ::DashDotProto& dashdot(const LineDefProto* msg); + static void set_has_dashdot(HasBits* has_bits) { + (*has_bits)[0] |= 1u; + } + static const ::PathSymProto& pathsym(const LineDefProto* msg); + static void set_has_pathsym(HasBits* has_bits) { + (*has_bits)[0] |= 2u; + } +}; -LineDefProto::LineDefProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:LineDefProto) +const ::DashDotProto& LineDefProto::_Internal::dashdot(const LineDefProto* msg) { + return *msg->_impl_.dashdot_; } -LineDefProto::LineDefProto(const LineDefProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_dashdot()) { - dashdot_ = new ::DashDotProto(*from.dashdot_); - } else { - dashdot_ = NULL; +const ::PathSymProto& LineDefProto::_Internal::pathsym(const LineDefProto* msg) { + return *msg->_impl_.pathsym_; +} +LineDefProto::LineDefProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:LineDefProto) +} +LineDefProto::LineDefProto(const LineDefProto& from) : ::google::protobuf::MessageLite() { + LineDefProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.dashdot_){nullptr}, + decltype(_impl_.pathsym_){nullptr}, + decltype(_impl_.width_){}, + decltype(_impl_.color_){}, + decltype(_impl_.join_){}, + decltype(_impl_.cap_){}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_impl_.dashdot_ = new ::DashDotProto(*from._impl_.dashdot_); } - if (from.has_pathsym()) { - pathsym_ = new ::PathSymProto(*from.pathsym_); - } else { - pathsym_ = NULL; + if ((from._impl_._has_bits_[0] & 0x00000002u) != 0) { + _this->_impl_.pathsym_ = new ::PathSymProto(*from._impl_.pathsym_); } - ::memcpy(&width_, &from.width_, - reinterpret_cast(&cap_) - - reinterpret_cast(&width_) + sizeof(cap_)); + ::memcpy(&_impl_.width_, &from._impl_.width_, + static_cast<::size_t>(reinterpret_cast(&_impl_.cap_) - + reinterpret_cast(&_impl_.width_)) + sizeof(_impl_.cap_)); + // @@protoc_insertion_point(copy_constructor:LineDefProto) } - -void LineDefProto::SharedCtor() { - ::memset(&dashdot_, 0, reinterpret_cast(&cap_) - - reinterpret_cast(&dashdot_) + sizeof(cap_)); - _cached_size_ = 0; +inline void LineDefProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.dashdot_){nullptr}, + decltype(_impl_.pathsym_){nullptr}, + decltype(_impl_.width_){0}, + decltype(_impl_.color_){0u}, + decltype(_impl_.join_){0}, + decltype(_impl_.cap_){0}, + }; } - LineDefProto::~LineDefProto() { // @@protoc_insertion_point(destructor:LineDefProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void LineDefProto::SharedDtor() { - if (this != internal_default_instance()) { - delete dashdot_; - } - if (this != internal_default_instance()) { - delete pathsym_; - } +inline void LineDefProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + if (this != internal_default_instance()) delete _impl_.dashdot_; + if (this != internal_default_instance()) delete _impl_.pathsym_; } - void LineDefProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const LineDefProto& LineDefProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -LineDefProto* LineDefProto::New(::google::protobuf::Arena* arena) const { - LineDefProto* n = new LineDefProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void LineDefProto::Clear() { +PROTOBUF_NOINLINE void LineDefProto::Clear() { // @@protoc_insertion_point(message_clear_start:LineDefProto) - if (GetArenaNoVirtual() == NULL && dashdot_ != NULL) { - delete dashdot_; - } - dashdot_ = NULL; - if (GetArenaNoVirtual() == NULL && pathsym_ != NULL) { - delete pathsym_; - } - pathsym_ = NULL; - ::memset(&width_, 0, reinterpret_cast(&cap_) - - reinterpret_cast(&width_) + sizeof(cap_)); -} - -bool LineDefProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:LineDefProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // double width = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(9u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - double, ::google::protobuf::internal::WireFormatLite::TYPE_DOUBLE>( - input, &width_))); - } else { - goto handle_unusual; - } - break; - } - - // uint32 color = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(16u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &color_))); - } else { - goto handle_unusual; - } - break; - } - - // .DashDotProto dashdot = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(26u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_dashdot())); - } else { - goto handle_unusual; - } - break; - } - - // .PathSymProto pathsym = 4; - case 4: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(34u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_pathsym())); - } else { - goto handle_unusual; - } - break; - } - - // .LineJoin join = 6; - case 6: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(48u)) { - int value; - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( - input, &value))); - set_join(static_cast< ::LineJoin >(value)); - } else { - goto handle_unusual; - } - break; - } - - // .LineCap cap = 7; - case 7: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(56u)) { - int value; - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( - input, &value))); - set_cap(static_cast< ::LineCap >(value)); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:LineDefProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:LineDefProto) - return false; -#undef DO_ -} - -void LineDefProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:LineDefProto) - ::google::protobuf::uint32 cached_has_bits = 0; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // double width = 1; - if (this->width() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteDouble(1, this->width(), output); + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + ABSL_DCHECK(_impl_.dashdot_ != nullptr); + _impl_.dashdot_->Clear(); + } + if (cached_has_bits & 0x00000002u) { + ABSL_DCHECK(_impl_.pathsym_ != nullptr); + _impl_.pathsym_->Clear(); + } } - - // uint32 color = 2; - if (this->color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->color(), output); - } - - // .DashDotProto dashdot = 3; - if (this->has_dashdot()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 3, *this->dashdot_, output); - } - - // .PathSymProto pathsym = 4; - if (this->has_pathsym()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 4, *this->pathsym_, output); - } - - // .LineJoin join = 6; - if (this->join() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteEnum( - 6, this->join(), output); - } - - // .LineCap cap = 7; - if (this->cap() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteEnum( - 7, this->cap(), output); - } - - // @@protoc_insertion_point(serialize_end:LineDefProto) + ::memset(&_impl_.width_, 0, static_cast<::size_t>( + reinterpret_cast(&_impl_.cap_) - + reinterpret_cast(&_impl_.width_)) + sizeof(_impl_.cap_)); + _impl_._has_bits_.Clear(); + _internal_metadata_.Clear(); } -size_t LineDefProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:LineDefProto) - size_t total_size = 0; +const char* LineDefProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - // .DashDotProto dashdot = 3; - if (this->has_dashdot()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->dashdot_); - } - // .PathSymProto pathsym = 4; - if (this->has_pathsym()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->pathsym_); - } +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<3, 6, 2, 0, 2> LineDefProto::_table_ = { + { + PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_._has_bits_), + 0, // no _extensions_ + 7, 56, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967184, // skipmap + offsetof(decltype(_table_), field_entries), + 6, // num_field_entries + 2, // num_aux_entries + offsetof(decltype(_table_), aux_entries), + &_LineDefProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + {::_pbi::TcParser::MiniParse, {}}, + // double width = 1; + {::_pbi::TcParser::FastF64S1, + {9, 63, 0, PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.width_)}}, + // uint32 color = 2; + {::_pbi::TcParser::FastV32S1, + {16, 63, 0, PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.color_)}}, + // .DashDotProto dashdot = 3; + {::_pbi::TcParser::FastMtS1, + {26, 0, 0, PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.dashdot_)}}, + // .PathSymProto pathsym = 4; + {::_pbi::TcParser::FastMtS1, + {34, 1, 1, PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.pathsym_)}}, + {::_pbi::TcParser::MiniParse, {}}, + // .LineJoin join = 6; + {::_pbi::TcParser::FastV32S1, + {48, 63, 0, PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.join_)}}, + // .LineCap cap = 7; + {::_pbi::TcParser::FastV32S1, + {56, 63, 0, PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.cap_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // double width = 1; + {PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.width_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kDouble)}, + // uint32 color = 2; + {PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.color_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + // .DashDotProto dashdot = 3; + {PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.dashdot_), _Internal::kHasBitsOffset + 0, 0, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // .PathSymProto pathsym = 4; + {PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.pathsym_), _Internal::kHasBitsOffset + 1, 1, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // .LineJoin join = 6; + {PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.join_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kOpenEnum)}, + // .LineCap cap = 7; + {PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.cap_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kOpenEnum)}, + }}, {{ + {::_pbi::TcParser::GetTable<::DashDotProto>()}, + {::_pbi::TcParser::GetTable<::PathSymProto>()}, + }}, {{ + }}, +}; + +::uint8_t* LineDefProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:LineDefProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; // double width = 1; - if (this->width() != 0) { - total_size += 1 + 8; + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_width = this->_internal_width(); + ::uint64_t raw_width; + memcpy(&raw_width, &tmp_width, sizeof(tmp_width)); + if (raw_width != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteDoubleToArray( + 1, this->_internal_width(), target); } // uint32 color = 2; - if (this->color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->color()); + if (this->_internal_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 2, this->_internal_color(), target); + } + + cached_has_bits = _impl_._has_bits_[0]; + // .DashDotProto dashdot = 3; + if (cached_has_bits & 0x00000001u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(3, _Internal::dashdot(this), + _Internal::dashdot(this).GetCachedSize(), target, stream); + } + + // .PathSymProto pathsym = 4; + if (cached_has_bits & 0x00000002u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(4, _Internal::pathsym(this), + _Internal::pathsym(this).GetCachedSize(), target, stream); } // .LineJoin join = 6; - if (this->join() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::EnumSize(this->join()); + if (this->_internal_join() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteEnumToArray( + 6, this->_internal_join(), target); } // .LineCap cap = 7; - if (this->cap() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::EnumSize(this->cap()); + if (this->_internal_cap() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteEnumToArray( + 7, this->_internal_cap(), target); } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:LineDefProto) + return target; +} + +::size_t LineDefProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:LineDefProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + // .DashDotProto dashdot = 3; + if (cached_has_bits & 0x00000001u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.dashdot_); + } + + // .PathSymProto pathsym = 4; + if (cached_has_bits & 0x00000002u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.pathsym_); + } + + } + // double width = 1; + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_width = this->_internal_width(); + ::uint64_t raw_width; + memcpy(&raw_width, &tmp_width, sizeof(tmp_width)); + if (raw_width != 0) { + total_size += 9; + } + + // uint32 color = 2; + if (this->_internal_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_color()); + } + + // .LineJoin join = 6; + if (this->_internal_join() != 0) { + total_size += 1 + + ::_pbi::WireFormatLite::EnumSize(this->_internal_join()); + } + + // .LineCap cap = 7; + if (this->_internal_cap() != 0) { + total_size += 1 + + ::_pbi::WireFormatLite::EnumSize(this->_internal_cap()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void LineDefProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void LineDefProto::MergeFrom(const LineDefProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:LineDefProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + LineDefProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:LineDefProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.has_dashdot()) { - mutable_dashdot()->::DashDotProto::MergeFrom(from.dashdot()); + cached_has_bits = from._impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + _this->_internal_mutable_dashdot()->::DashDotProto::MergeFrom( + from._internal_dashdot()); + } + if (cached_has_bits & 0x00000002u) { + _this->_internal_mutable_pathsym()->::PathSymProto::MergeFrom( + from._internal_pathsym()); + } } - if (from.has_pathsym()) { - mutable_pathsym()->::PathSymProto::MergeFrom(from.pathsym()); + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_width = from._internal_width(); + ::uint64_t raw_width; + memcpy(&raw_width, &tmp_width, sizeof(tmp_width)); + if (raw_width != 0) { + _this->_internal_set_width(from._internal_width()); } - if (from.width() != 0) { - set_width(from.width()); + if (from._internal_color() != 0) { + _this->_internal_set_color(from._internal_color()); } - if (from.color() != 0) { - set_color(from.color()); + if (from._internal_join() != 0) { + _this->_internal_set_join(from._internal_join()); } - if (from.join() != 0) { - set_join(from.join()); - } - if (from.cap() != 0) { - set_cap(from.cap()); + if (from._internal_cap() != 0) { + _this->_internal_set_cap(from._internal_cap()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void LineDefProto::CopyFrom(const LineDefProto& from) { @@ -1688,393 +1704,257 @@ void LineDefProto::CopyFrom(const LineDefProto& from) { MergeFrom(from); } -bool LineDefProto::IsInitialized() const { +PROTOBUF_NOINLINE bool LineDefProto::IsInitialized() const { return true; } -void LineDefProto::Swap(LineDefProto* other) { - if (other == this) return; - InternalSwap(other); -} void LineDefProto::InternalSwap(LineDefProto* other) { - std::swap(dashdot_, other->dashdot_); - std::swap(pathsym_, other->pathsym_); - std::swap(width_, other->width_); - std::swap(color_, other->color_); - std::swap(join_, other->join_); - std::swap(cap_, other->cap_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.cap_) + + sizeof(LineDefProto::_impl_.cap_) + - PROTOBUF_FIELD_OFFSET(LineDefProto, _impl_.dashdot_)>( + reinterpret_cast(&_impl_.dashdot_), + reinterpret_cast(&other->_impl_.dashdot_)); } -::std::string LineDefProto::GetTypeName() const { +std::string LineDefProto::GetTypeName() const { return "LineDefProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// LineDefProto - -// double width = 1; -void LineDefProto::clear_width() { - width_ = 0; -} -double LineDefProto::width() const { - // @@protoc_insertion_point(field_get:LineDefProto.width) - return width_; -} -void LineDefProto::set_width(double value) { - - width_ = value; - // @@protoc_insertion_point(field_set:LineDefProto.width) -} - -// uint32 color = 2; -void LineDefProto::clear_color() { - color_ = 0u; -} -::google::protobuf::uint32 LineDefProto::color() const { - // @@protoc_insertion_point(field_get:LineDefProto.color) - return color_; -} -void LineDefProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; - // @@protoc_insertion_point(field_set:LineDefProto.color) -} - -// .DashDotProto dashdot = 3; -bool LineDefProto::has_dashdot() const { - return this != internal_default_instance() && dashdot_ != NULL; -} -void LineDefProto::clear_dashdot() { - if (GetArenaNoVirtual() == NULL && dashdot_ != NULL) delete dashdot_; - dashdot_ = NULL; -} -const ::DashDotProto& LineDefProto::dashdot() const { - // @@protoc_insertion_point(field_get:LineDefProto.dashdot) - return dashdot_ != NULL ? *dashdot_ - : *::DashDotProto::internal_default_instance(); -} -::DashDotProto* LineDefProto::mutable_dashdot() { - - if (dashdot_ == NULL) { - dashdot_ = new ::DashDotProto; - } - // @@protoc_insertion_point(field_mutable:LineDefProto.dashdot) - return dashdot_; -} -::DashDotProto* LineDefProto::release_dashdot() { - // @@protoc_insertion_point(field_release:LineDefProto.dashdot) - - ::DashDotProto* temp = dashdot_; - dashdot_ = NULL; - return temp; -} -void LineDefProto::set_allocated_dashdot(::DashDotProto* dashdot) { - delete dashdot_; - dashdot_ = dashdot; - if (dashdot) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:LineDefProto.dashdot) -} - -// .PathSymProto pathsym = 4; -bool LineDefProto::has_pathsym() const { - return this != internal_default_instance() && pathsym_ != NULL; -} -void LineDefProto::clear_pathsym() { - if (GetArenaNoVirtual() == NULL && pathsym_ != NULL) delete pathsym_; - pathsym_ = NULL; -} -const ::PathSymProto& LineDefProto::pathsym() const { - // @@protoc_insertion_point(field_get:LineDefProto.pathsym) - return pathsym_ != NULL ? *pathsym_ - : *::PathSymProto::internal_default_instance(); -} -::PathSymProto* LineDefProto::mutable_pathsym() { - - if (pathsym_ == NULL) { - pathsym_ = new ::PathSymProto; - } - // @@protoc_insertion_point(field_mutable:LineDefProto.pathsym) - return pathsym_; -} -::PathSymProto* LineDefProto::release_pathsym() { - // @@protoc_insertion_point(field_release:LineDefProto.pathsym) - - ::PathSymProto* temp = pathsym_; - pathsym_ = NULL; - return temp; -} -void LineDefProto::set_allocated_pathsym(::PathSymProto* pathsym) { - delete pathsym_; - pathsym_ = pathsym; - if (pathsym) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:LineDefProto.pathsym) -} - -// .LineJoin join = 6; -void LineDefProto::clear_join() { - join_ = 0; -} -::LineJoin LineDefProto::join() const { - // @@protoc_insertion_point(field_get:LineDefProto.join) - return static_cast< ::LineJoin >(join_); -} -void LineDefProto::set_join(::LineJoin value) { - - join_ = value; - // @@protoc_insertion_point(field_set:LineDefProto.join) -} - -// .LineCap cap = 7; -void LineDefProto::clear_cap() { - cap_ = 0; -} -::LineCap LineDefProto::cap() const { - // @@protoc_insertion_point(field_get:LineDefProto.cap) - return static_cast< ::LineCap >(cap_); -} -void LineDefProto::set_cap(::LineCap value) { - - cap_ = value; - // @@protoc_insertion_point(field_set:LineDefProto.cap) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int AreaRuleProto::kColorFieldNumber; -const int AreaRuleProto::kBorderFieldNumber; -const int AreaRuleProto::kPriorityFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class AreaRuleProto::_Internal { + public: + using HasBits = decltype(std::declval()._impl_._has_bits_); + static constexpr ::int32_t kHasBitsOffset = + 8 * PROTOBUF_FIELD_OFFSET(AreaRuleProto, _impl_._has_bits_); + static const ::LineDefProto& border(const AreaRuleProto* msg); + static void set_has_border(HasBits* has_bits) { + (*has_bits)[0] |= 1u; + } +}; -AreaRuleProto::AreaRuleProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:AreaRuleProto) +const ::LineDefProto& AreaRuleProto::_Internal::border(const AreaRuleProto* msg) { + return *msg->_impl_.border_; } -AreaRuleProto::AreaRuleProto(const AreaRuleProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_border()) { - border_ = new ::LineDefProto(*from.border_); - } else { - border_ = NULL; +AreaRuleProto::AreaRuleProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:AreaRuleProto) +} +AreaRuleProto::AreaRuleProto(const AreaRuleProto& from) : ::google::protobuf::MessageLite() { + AreaRuleProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.border_){nullptr}, + decltype(_impl_.color_){}, + decltype(_impl_.priority_){}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_impl_.border_ = new ::LineDefProto(*from._impl_.border_); } - ::memcpy(&color_, &from.color_, - reinterpret_cast(&priority_) - - reinterpret_cast(&color_) + sizeof(priority_)); + ::memcpy(&_impl_.color_, &from._impl_.color_, + static_cast<::size_t>(reinterpret_cast(&_impl_.priority_) - + reinterpret_cast(&_impl_.color_)) + sizeof(_impl_.priority_)); + // @@protoc_insertion_point(copy_constructor:AreaRuleProto) } - -void AreaRuleProto::SharedCtor() { - ::memset(&border_, 0, reinterpret_cast(&priority_) - - reinterpret_cast(&border_) + sizeof(priority_)); - _cached_size_ = 0; +inline void AreaRuleProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.border_){nullptr}, + decltype(_impl_.color_){0u}, + decltype(_impl_.priority_){0}, + }; } - AreaRuleProto::~AreaRuleProto() { // @@protoc_insertion_point(destructor:AreaRuleProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void AreaRuleProto::SharedDtor() { - if (this != internal_default_instance()) { - delete border_; - } +inline void AreaRuleProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + if (this != internal_default_instance()) delete _impl_.border_; } - void AreaRuleProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const AreaRuleProto& AreaRuleProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -AreaRuleProto* AreaRuleProto::New(::google::protobuf::Arena* arena) const { - AreaRuleProto* n = new AreaRuleProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void AreaRuleProto::Clear() { +PROTOBUF_NOINLINE void AreaRuleProto::Clear() { // @@protoc_insertion_point(message_clear_start:AreaRuleProto) - if (GetArenaNoVirtual() == NULL && border_ != NULL) { - delete border_; - } - border_ = NULL; - ::memset(&color_, 0, reinterpret_cast(&priority_) - - reinterpret_cast(&color_) + sizeof(priority_)); -} - -bool AreaRuleProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:AreaRuleProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // uint32 color = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(8u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &color_))); - } else { - goto handle_unusual; - } - break; - } - - // .LineDefProto border = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(18u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_border())); - } else { - goto handle_unusual; - } - break; - } - - // int32 priority = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(24u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &priority_))); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:AreaRuleProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:AreaRuleProto) - return false; -#undef DO_ -} - -void AreaRuleProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:AreaRuleProto) - ::google::protobuf::uint32 cached_has_bits = 0; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // uint32 color = 1; - if (this->color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->color(), output); + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000001u) { + ABSL_DCHECK(_impl_.border_ != nullptr); + _impl_.border_->Clear(); } - - // .LineDefProto border = 2; - if (this->has_border()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 2, *this->border_, output); - } - - // int32 priority = 3; - if (this->priority() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->priority(), output); - } - - // @@protoc_insertion_point(serialize_end:AreaRuleProto) + ::memset(&_impl_.color_, 0, static_cast<::size_t>( + reinterpret_cast(&_impl_.priority_) - + reinterpret_cast(&_impl_.color_)) + sizeof(_impl_.priority_)); + _impl_._has_bits_.Clear(); + _internal_metadata_.Clear(); } -size_t AreaRuleProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:AreaRuleProto) - size_t total_size = 0; +const char* AreaRuleProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - // .LineDefProto border = 2; - if (this->has_border()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->border_); - } + +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<2, 3, 1, 0, 2> AreaRuleProto::_table_ = { + { + PROTOBUF_FIELD_OFFSET(AreaRuleProto, _impl_._has_bits_), + 0, // no _extensions_ + 3, 24, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967288, // skipmap + offsetof(decltype(_table_), field_entries), + 3, // num_field_entries + 1, // num_aux_entries + offsetof(decltype(_table_), aux_entries), + &_AreaRuleProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + {::_pbi::TcParser::MiniParse, {}}, + // uint32 color = 1; + {::_pbi::TcParser::FastV32S1, + {8, 63, 0, PROTOBUF_FIELD_OFFSET(AreaRuleProto, _impl_.color_)}}, + // .LineDefProto border = 2; + {::_pbi::TcParser::FastMtS1, + {18, 0, 0, PROTOBUF_FIELD_OFFSET(AreaRuleProto, _impl_.border_)}}, + // int32 priority = 3; + {::_pbi::TcParser::FastV32S1, + {24, 63, 0, PROTOBUF_FIELD_OFFSET(AreaRuleProto, _impl_.priority_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // uint32 color = 1; + {PROTOBUF_FIELD_OFFSET(AreaRuleProto, _impl_.color_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + // .LineDefProto border = 2; + {PROTOBUF_FIELD_OFFSET(AreaRuleProto, _impl_.border_), _Internal::kHasBitsOffset + 0, 0, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // int32 priority = 3; + {PROTOBUF_FIELD_OFFSET(AreaRuleProto, _impl_.priority_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + }}, {{ + {::_pbi::TcParser::GetTable<::LineDefProto>()}, + }}, {{ + }}, +}; + +::uint8_t* AreaRuleProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:AreaRuleProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; // uint32 color = 1; - if (this->color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->color()); + if (this->_internal_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 1, this->_internal_color(), target); + } + + cached_has_bits = _impl_._has_bits_[0]; + // .LineDefProto border = 2; + if (cached_has_bits & 0x00000001u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(2, _Internal::border(this), + _Internal::border(this).GetCachedSize(), target, stream); } // int32 priority = 3; - if (this->priority() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->priority()); + if (this->_internal_priority() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<3>( + stream, this->_internal_priority(), target); } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:AreaRuleProto) + return target; +} + +::size_t AreaRuleProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:AreaRuleProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .LineDefProto border = 2; + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000001u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.border_); + } + + // uint32 color = 1; + if (this->_internal_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_color()); + } + + // int32 priority = 3; + if (this->_internal_priority() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_priority()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void AreaRuleProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void AreaRuleProto::MergeFrom(const AreaRuleProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:AreaRuleProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + AreaRuleProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:AreaRuleProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.has_border()) { - mutable_border()->::LineDefProto::MergeFrom(from.border()); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_internal_mutable_border()->::LineDefProto::MergeFrom( + from._internal_border()); } - if (from.color() != 0) { - set_color(from.color()); + if (from._internal_color() != 0) { + _this->_internal_set_color(from._internal_color()); } - if (from.priority() != 0) { - set_priority(from.priority()); + if (from._internal_priority() != 0) { + _this->_internal_set_priority(from._internal_priority()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void AreaRuleProto::CopyFrom(const AreaRuleProto& from) { @@ -2084,357 +1964,271 @@ void AreaRuleProto::CopyFrom(const AreaRuleProto& from) { MergeFrom(from); } -bool AreaRuleProto::IsInitialized() const { +PROTOBUF_NOINLINE bool AreaRuleProto::IsInitialized() const { return true; } -void AreaRuleProto::Swap(AreaRuleProto* other) { - if (other == this) return; - InternalSwap(other); -} void AreaRuleProto::InternalSwap(AreaRuleProto* other) { - std::swap(border_, other->border_); - std::swap(color_, other->color_); - std::swap(priority_, other->priority_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(AreaRuleProto, _impl_.priority_) + + sizeof(AreaRuleProto::_impl_.priority_) + - PROTOBUF_FIELD_OFFSET(AreaRuleProto, _impl_.border_)>( + reinterpret_cast(&_impl_.border_), + reinterpret_cast(&other->_impl_.border_)); } -::std::string AreaRuleProto::GetTypeName() const { +std::string AreaRuleProto::GetTypeName() const { return "AreaRuleProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// AreaRuleProto - -// uint32 color = 1; -void AreaRuleProto::clear_color() { - color_ = 0u; -} -::google::protobuf::uint32 AreaRuleProto::color() const { - // @@protoc_insertion_point(field_get:AreaRuleProto.color) - return color_; -} -void AreaRuleProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; - // @@protoc_insertion_point(field_set:AreaRuleProto.color) -} - -// .LineDefProto border = 2; -bool AreaRuleProto::has_border() const { - return this != internal_default_instance() && border_ != NULL; -} -void AreaRuleProto::clear_border() { - if (GetArenaNoVirtual() == NULL && border_ != NULL) delete border_; - border_ = NULL; -} -const ::LineDefProto& AreaRuleProto::border() const { - // @@protoc_insertion_point(field_get:AreaRuleProto.border) - return border_ != NULL ? *border_ - : *::LineDefProto::internal_default_instance(); -} -::LineDefProto* AreaRuleProto::mutable_border() { - - if (border_ == NULL) { - border_ = new ::LineDefProto; - } - // @@protoc_insertion_point(field_mutable:AreaRuleProto.border) - return border_; -} -::LineDefProto* AreaRuleProto::release_border() { - // @@protoc_insertion_point(field_release:AreaRuleProto.border) - - ::LineDefProto* temp = border_; - border_ = NULL; - return temp; -} -void AreaRuleProto::set_allocated_border(::LineDefProto* border) { - delete border_; - border_ = border; - if (border) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:AreaRuleProto.border) -} - -// int32 priority = 3; -void AreaRuleProto::clear_priority() { - priority_ = 0; -} -::google::protobuf::int32 AreaRuleProto::priority() const { - // @@protoc_insertion_point(field_get:AreaRuleProto.priority) - return priority_; -} -void AreaRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; - // @@protoc_insertion_point(field_set:AreaRuleProto.priority) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int SymbolRuleProto::kNameFieldNumber; -const int SymbolRuleProto::kApplyForTypeFieldNumber; -const int SymbolRuleProto::kPriorityFieldNumber; -const int SymbolRuleProto::kMinDistanceFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class SymbolRuleProto::_Internal { + public: +}; -SymbolRuleProto::SymbolRuleProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:SymbolRuleProto) +SymbolRuleProto::SymbolRuleProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:SymbolRuleProto) } -SymbolRuleProto::SymbolRuleProto(const SymbolRuleProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.name().size() > 0) { - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); +SymbolRuleProto::SymbolRuleProto(const SymbolRuleProto& from) : ::google::protobuf::MessageLite() { + SymbolRuleProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.name_){}, + decltype(_impl_.apply_for_type_){}, + decltype(_impl_.priority_){}, + decltype(_impl_.min_distance_){}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_name().empty()) { + _this->_impl_.name_.Set(from._internal_name(), _this->GetArenaForAllocation()); } - ::memcpy(&apply_for_type_, &from.apply_for_type_, - reinterpret_cast(&min_distance_) - - reinterpret_cast(&apply_for_type_) + sizeof(min_distance_)); + ::memcpy(&_impl_.apply_for_type_, &from._impl_.apply_for_type_, + static_cast<::size_t>(reinterpret_cast(&_impl_.min_distance_) - + reinterpret_cast(&_impl_.apply_for_type_)) + sizeof(_impl_.min_distance_)); + // @@protoc_insertion_point(copy_constructor:SymbolRuleProto) } - -void SymbolRuleProto::SharedCtor() { - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - ::memset(&apply_for_type_, 0, reinterpret_cast(&min_distance_) - - reinterpret_cast(&apply_for_type_) + sizeof(min_distance_)); - _cached_size_ = 0; +inline void SymbolRuleProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_.name_){}, + decltype(_impl_.apply_for_type_){0}, + decltype(_impl_.priority_){0}, + decltype(_impl_.min_distance_){0}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } - SymbolRuleProto::~SymbolRuleProto() { // @@protoc_insertion_point(destructor:SymbolRuleProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void SymbolRuleProto::SharedDtor() { - name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +inline void SymbolRuleProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.name_.Destroy(); } - void SymbolRuleProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const SymbolRuleProto& SymbolRuleProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -SymbolRuleProto* SymbolRuleProto::New(::google::protobuf::Arena* arena) const { - SymbolRuleProto* n = new SymbolRuleProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void SymbolRuleProto::Clear() { +PROTOBUF_NOINLINE void SymbolRuleProto::Clear() { // @@protoc_insertion_point(message_clear_start:SymbolRuleProto) - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - ::memset(&apply_for_type_, 0, reinterpret_cast(&min_distance_) - - reinterpret_cast(&apply_for_type_) + sizeof(min_distance_)); + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + _impl_.name_.ClearToEmpty(); + ::memset(&_impl_.apply_for_type_, 0, static_cast<::size_t>( + reinterpret_cast(&_impl_.min_distance_) - + reinterpret_cast(&_impl_.apply_for_type_)) + sizeof(_impl_.min_distance_)); + _internal_metadata_.Clear(); } -bool SymbolRuleProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:SymbolRuleProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // string name = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(10u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_name())); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormatLite::PARSE, - "SymbolRuleProto.name")); - } else { - goto handle_unusual; - } - break; - } +const char* SymbolRuleProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - // int32 apply_for_type = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(16u)) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &apply_for_type_))); - } else { - goto handle_unusual; - } - break; - } +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<2, 4, 0, 28, 2> SymbolRuleProto::_table_ = { + { + 0, // no _has_bits_ + 0, // no _extensions_ + 4, 24, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967280, // skipmap + offsetof(decltype(_table_), field_entries), + 4, // num_field_entries + 0, // num_aux_entries + offsetof(decltype(_table_), field_names), // no aux_entries + &_SymbolRuleProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + // int32 min_distance = 4; + {::_pbi::TcParser::FastV32S1, + {32, 63, 0, PROTOBUF_FIELD_OFFSET(SymbolRuleProto, _impl_.min_distance_)}}, + // string name = 1; + {::_pbi::TcParser::FastUS1, + {10, 63, 0, PROTOBUF_FIELD_OFFSET(SymbolRuleProto, _impl_.name_)}}, + // int32 apply_for_type = 2; + {::_pbi::TcParser::FastV32S1, + {16, 63, 0, PROTOBUF_FIELD_OFFSET(SymbolRuleProto, _impl_.apply_for_type_)}}, + // int32 priority = 3; + {::_pbi::TcParser::FastV32S1, + {24, 63, 0, PROTOBUF_FIELD_OFFSET(SymbolRuleProto, _impl_.priority_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // string name = 1; + {PROTOBUF_FIELD_OFFSET(SymbolRuleProto, _impl_.name_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUtf8String | ::_fl::kRepAString)}, + // int32 apply_for_type = 2; + {PROTOBUF_FIELD_OFFSET(SymbolRuleProto, _impl_.apply_for_type_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + // int32 priority = 3; + {PROTOBUF_FIELD_OFFSET(SymbolRuleProto, _impl_.priority_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + // int32 min_distance = 4; + {PROTOBUF_FIELD_OFFSET(SymbolRuleProto, _impl_.min_distance_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + }}, + // no aux_entries + {{ + "\17\4\0\0\0\0\0\0" + "SymbolRuleProto" + "name" + }}, +}; - // int32 priority = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(24u)) { +::uint8_t* SymbolRuleProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:SymbolRuleProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &priority_))); - } else { - goto handle_unusual; - } - break; - } - - // int32 min_distance = 4; - case 4: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(32u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &min_distance_))); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } + // string name = 1; + if (!this->_internal_name().empty()) { + const std::string& _s = this->_internal_name(); + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + _s.data(), static_cast(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "SymbolRuleProto.name"); + target = stream->WriteStringMaybeAliased(1, _s, target); } -success: - // @@protoc_insertion_point(parse_success:SymbolRuleProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:SymbolRuleProto) - return false; -#undef DO_ + + // int32 apply_for_type = 2; + if (this->_internal_apply_for_type() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<2>( + stream, this->_internal_apply_for_type(), target); + } + + // int32 priority = 3; + if (this->_internal_priority() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<3>( + stream, this->_internal_priority(), target); + } + + // int32 min_distance = 4; + if (this->_internal_min_distance() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<4>( + stream, this->_internal_min_distance(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:SymbolRuleProto) + return target; } -void SymbolRuleProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:SymbolRuleProto) - ::google::protobuf::uint32 cached_has_bits = 0; +::size_t SymbolRuleProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:SymbolRuleProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; // string name = 1; - if (this->name().size() > 0) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "SymbolRuleProto.name"); - ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 1, this->name(), output); + if (!this->_internal_name().empty()) { + total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( + this->_internal_name()); } // int32 apply_for_type = 2; - if (this->apply_for_type() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->apply_for_type(), output); + if (this->_internal_apply_for_type() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_apply_for_type()); } // int32 priority = 3; - if (this->priority() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->priority(), output); + if (this->_internal_priority() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_priority()); } // int32 min_distance = 4; - if (this->min_distance() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->min_distance(), output); + if (this->_internal_min_distance() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_min_distance()); } - // @@protoc_insertion_point(serialize_end:SymbolRuleProto) -} - -size_t SymbolRuleProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:SymbolRuleProto) - size_t total_size = 0; - - // string name = 1; - if (this->name().size() > 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->name()); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); } - - // int32 apply_for_type = 2; - if (this->apply_for_type() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->apply_for_type()); - } - - // int32 priority = 3; - if (this->priority() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->priority()); - } - - // int32 min_distance = 4; - if (this->min_distance() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->min_distance()); - } - - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void SymbolRuleProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void SymbolRuleProto::MergeFrom(const SymbolRuleProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:SymbolRuleProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + SymbolRuleProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:SymbolRuleProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.name().size() > 0) { - - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); + if (!from._internal_name().empty()) { + _this->_internal_set_name(from._internal_name()); } - if (from.apply_for_type() != 0) { - set_apply_for_type(from.apply_for_type()); + if (from._internal_apply_for_type() != 0) { + _this->_internal_set_apply_for_type(from._internal_apply_for_type()); } - if (from.priority() != 0) { - set_priority(from.priority()); + if (from._internal_priority() != 0) { + _this->_internal_set_priority(from._internal_priority()); } - if (from.min_distance() != 0) { - set_min_distance(from.min_distance()); + if (from._internal_min_distance() != 0) { + _this->_internal_set_min_distance(from._internal_min_distance()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void SymbolRuleProto::CopyFrom(const SymbolRuleProto& from) { @@ -2444,474 +2238,346 @@ void SymbolRuleProto::CopyFrom(const SymbolRuleProto& from) { MergeFrom(from); } -bool SymbolRuleProto::IsInitialized() const { +PROTOBUF_NOINLINE bool SymbolRuleProto::IsInitialized() const { return true; } -void SymbolRuleProto::Swap(SymbolRuleProto* other) { - if (other == this) return; - InternalSwap(other); -} void SymbolRuleProto::InternalSwap(SymbolRuleProto* other) { - name_.Swap(&other->name_); - std::swap(apply_for_type_, other->apply_for_type_); - std::swap(priority_, other->priority_); - std::swap(min_distance_, other->min_distance_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.name_, lhs_arena, + &other->_impl_.name_, rhs_arena); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(SymbolRuleProto, _impl_.min_distance_) + + sizeof(SymbolRuleProto::_impl_.min_distance_) + - PROTOBUF_FIELD_OFFSET(SymbolRuleProto, _impl_.apply_for_type_)>( + reinterpret_cast(&_impl_.apply_for_type_), + reinterpret_cast(&other->_impl_.apply_for_type_)); } -::std::string SymbolRuleProto::GetTypeName() const { +std::string SymbolRuleProto::GetTypeName() const { return "SymbolRuleProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// SymbolRuleProto - -// string name = 1; -void SymbolRuleProto::clear_name() { - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -const ::std::string& SymbolRuleProto::name() const { - // @@protoc_insertion_point(field_get:SymbolRuleProto.name) - return name_.GetNoArena(); -} -void SymbolRuleProto::set_name(const ::std::string& value) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:SymbolRuleProto.name) -} -#if LANG_CXX11 -void SymbolRuleProto::set_name(::std::string&& value) { - - name_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:SymbolRuleProto.name) -} -#endif -void SymbolRuleProto::set_name(const char* value) { - GOOGLE_DCHECK(value != NULL); - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:SymbolRuleProto.name) -} -void SymbolRuleProto::set_name(const char* value, size_t size) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:SymbolRuleProto.name) -} -::std::string* SymbolRuleProto::mutable_name() { - - // @@protoc_insertion_point(field_mutable:SymbolRuleProto.name) - return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -::std::string* SymbolRuleProto::release_name() { - // @@protoc_insertion_point(field_release:SymbolRuleProto.name) - - return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -void SymbolRuleProto::set_allocated_name(::std::string* name) { - if (name != NULL) { - - } else { - - } - name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); - // @@protoc_insertion_point(field_set_allocated:SymbolRuleProto.name) -} - -// int32 apply_for_type = 2; -void SymbolRuleProto::clear_apply_for_type() { - apply_for_type_ = 0; -} -::google::protobuf::int32 SymbolRuleProto::apply_for_type() const { - // @@protoc_insertion_point(field_get:SymbolRuleProto.apply_for_type) - return apply_for_type_; -} -void SymbolRuleProto::set_apply_for_type(::google::protobuf::int32 value) { - - apply_for_type_ = value; - // @@protoc_insertion_point(field_set:SymbolRuleProto.apply_for_type) -} - -// int32 priority = 3; -void SymbolRuleProto::clear_priority() { - priority_ = 0; -} -::google::protobuf::int32 SymbolRuleProto::priority() const { - // @@protoc_insertion_point(field_get:SymbolRuleProto.priority) - return priority_; -} -void SymbolRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; - // @@protoc_insertion_point(field_set:SymbolRuleProto.priority) -} - -// int32 min_distance = 4; -void SymbolRuleProto::clear_min_distance() { - min_distance_ = 0; -} -::google::protobuf::int32 SymbolRuleProto::min_distance() const { - // @@protoc_insertion_point(field_get:SymbolRuleProto.min_distance) - return min_distance_; -} -void SymbolRuleProto::set_min_distance(::google::protobuf::int32 value) { - - min_distance_ = value; - // @@protoc_insertion_point(field_set:SymbolRuleProto.min_distance) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int CaptionDefProto::kHeightFieldNumber; -const int CaptionDefProto::kColorFieldNumber; -const int CaptionDefProto::kStrokeColorFieldNumber; -const int CaptionDefProto::kOffsetXFieldNumber; -const int CaptionDefProto::kOffsetYFieldNumber; -const int CaptionDefProto::kTextFieldNumber; -const int CaptionDefProto::kIsOptionalFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class CaptionDefProto::_Internal { + public: +}; -CaptionDefProto::CaptionDefProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:CaptionDefProto) +CaptionDefProto::CaptionDefProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:CaptionDefProto) } -CaptionDefProto::CaptionDefProto(const CaptionDefProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - text_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.text().size() > 0) { - text_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.text_); +CaptionDefProto::CaptionDefProto(const CaptionDefProto& from) : ::google::protobuf::MessageLite() { + CaptionDefProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.text_){}, + decltype(_impl_.height_){}, + decltype(_impl_.color_){}, + decltype(_impl_.stroke_color_){}, + decltype(_impl_.offset_x_){}, + decltype(_impl_.offset_y_){}, + decltype(_impl_.is_optional_){}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + _impl_.text_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.text_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_text().empty()) { + _this->_impl_.text_.Set(from._internal_text(), _this->GetArenaForAllocation()); } - ::memcpy(&height_, &from.height_, - reinterpret_cast(&is_optional_) - - reinterpret_cast(&height_) + sizeof(is_optional_)); + ::memcpy(&_impl_.height_, &from._impl_.height_, + static_cast<::size_t>(reinterpret_cast(&_impl_.is_optional_) - + reinterpret_cast(&_impl_.height_)) + sizeof(_impl_.is_optional_)); + // @@protoc_insertion_point(copy_constructor:CaptionDefProto) } - -void CaptionDefProto::SharedCtor() { - text_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - ::memset(&height_, 0, reinterpret_cast(&is_optional_) - - reinterpret_cast(&height_) + sizeof(is_optional_)); - _cached_size_ = 0; +inline void CaptionDefProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_.text_){}, + decltype(_impl_.height_){0}, + decltype(_impl_.color_){0u}, + decltype(_impl_.stroke_color_){0u}, + decltype(_impl_.offset_x_){0}, + decltype(_impl_.offset_y_){0}, + decltype(_impl_.is_optional_){false}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _impl_.text_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.text_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } - CaptionDefProto::~CaptionDefProto() { // @@protoc_insertion_point(destructor:CaptionDefProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void CaptionDefProto::SharedDtor() { - text_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +inline void CaptionDefProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.text_.Destroy(); } - void CaptionDefProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const CaptionDefProto& CaptionDefProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -CaptionDefProto* CaptionDefProto::New(::google::protobuf::Arena* arena) const { - CaptionDefProto* n = new CaptionDefProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void CaptionDefProto::Clear() { +PROTOBUF_NOINLINE void CaptionDefProto::Clear() { // @@protoc_insertion_point(message_clear_start:CaptionDefProto) - text_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - ::memset(&height_, 0, reinterpret_cast(&is_optional_) - - reinterpret_cast(&height_) + sizeof(is_optional_)); -} - -bool CaptionDefProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:CaptionDefProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // int32 height = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(8u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &height_))); - } else { - goto handle_unusual; - } - break; - } - - // uint32 color = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(16u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &color_))); - } else { - goto handle_unusual; - } - break; - } - - // uint32 stroke_color = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(24u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &stroke_color_))); - } else { - goto handle_unusual; - } - break; - } - - // int32 offset_x = 4; - case 4: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(32u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &offset_x_))); - } else { - goto handle_unusual; - } - break; - } - - // int32 offset_y = 5; - case 5: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(40u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &offset_y_))); - } else { - goto handle_unusual; - } - break; - } - - // string text = 6; - case 6: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(50u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_text())); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->text().data(), this->text().length(), - ::google::protobuf::internal::WireFormatLite::PARSE, - "CaptionDefProto.text")); - } else { - goto handle_unusual; - } - break; - } - - // bool is_optional = 7; - case 7: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(56u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( - input, &is_optional_))); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:CaptionDefProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:CaptionDefProto) - return false; -#undef DO_ -} - -void CaptionDefProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:CaptionDefProto) - ::google::protobuf::uint32 cached_has_bits = 0; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // int32 height = 1; - if (this->height() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->height(), output); - } - - // uint32 color = 2; - if (this->color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->color(), output); - } - - // uint32 stroke_color = 3; - if (this->stroke_color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->stroke_color(), output); - } - - // int32 offset_x = 4; - if (this->offset_x() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->offset_x(), output); - } - - // int32 offset_y = 5; - if (this->offset_y() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(5, this->offset_y(), output); - } - - // string text = 6; - if (this->text().size() > 0) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->text().data(), this->text().length(), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "CaptionDefProto.text"); - ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 6, this->text(), output); - } - - // bool is_optional = 7; - if (this->is_optional() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteBool(7, this->is_optional(), output); - } - - // @@protoc_insertion_point(serialize_end:CaptionDefProto) + _impl_.text_.ClearToEmpty(); + ::memset(&_impl_.height_, 0, static_cast<::size_t>( + reinterpret_cast(&_impl_.is_optional_) - + reinterpret_cast(&_impl_.height_)) + sizeof(_impl_.is_optional_)); + _internal_metadata_.Clear(); } -size_t CaptionDefProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:CaptionDefProto) - size_t total_size = 0; +const char* CaptionDefProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - // string text = 6; - if (this->text().size() > 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->text()); - } + +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<3, 7, 0, 28, 2> CaptionDefProto::_table_ = { + { + 0, // no _has_bits_ + 0, // no _extensions_ + 7, 56, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967168, // skipmap + offsetof(decltype(_table_), field_entries), + 7, // num_field_entries + 0, // num_aux_entries + offsetof(decltype(_table_), field_names), // no aux_entries + &_CaptionDefProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + {::_pbi::TcParser::MiniParse, {}}, + // int32 height = 1; + {::_pbi::TcParser::FastV32S1, + {8, 63, 0, PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.height_)}}, + // uint32 color = 2; + {::_pbi::TcParser::FastV32S1, + {16, 63, 0, PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.color_)}}, + // uint32 stroke_color = 3; + {::_pbi::TcParser::FastV32S1, + {24, 63, 0, PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.stroke_color_)}}, + // int32 offset_x = 4; + {::_pbi::TcParser::FastV32S1, + {32, 63, 0, PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.offset_x_)}}, + // int32 offset_y = 5; + {::_pbi::TcParser::FastV32S1, + {40, 63, 0, PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.offset_y_)}}, + // string text = 6; + {::_pbi::TcParser::FastUS1, + {50, 63, 0, PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.text_)}}, + // bool is_optional = 7; + {::_pbi::TcParser::FastV8S1, + {56, 63, 0, PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.is_optional_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // int32 height = 1; + {PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.height_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + // uint32 color = 2; + {PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.color_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + // uint32 stroke_color = 3; + {PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.stroke_color_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + // int32 offset_x = 4; + {PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.offset_x_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + // int32 offset_y = 5; + {PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.offset_y_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + // string text = 6; + {PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.text_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUtf8String | ::_fl::kRepAString)}, + // bool is_optional = 7; + {PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.is_optional_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kBool)}, + }}, + // no aux_entries + {{ + "\17\0\0\0\0\0\4\0" + "CaptionDefProto" + "text" + }}, +}; + +::uint8_t* CaptionDefProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:CaptionDefProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; // int32 height = 1; - if (this->height() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->height()); + if (this->_internal_height() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<1>( + stream, this->_internal_height(), target); } // uint32 color = 2; - if (this->color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->color()); + if (this->_internal_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 2, this->_internal_color(), target); } // uint32 stroke_color = 3; - if (this->stroke_color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->stroke_color()); + if (this->_internal_stroke_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 3, this->_internal_stroke_color(), target); } // int32 offset_x = 4; - if (this->offset_x() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->offset_x()); + if (this->_internal_offset_x() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<4>( + stream, this->_internal_offset_x(), target); } // int32 offset_y = 5; - if (this->offset_y() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->offset_y()); + if (this->_internal_offset_y() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<5>( + stream, this->_internal_offset_y(), target); + } + + // string text = 6; + if (!this->_internal_text().empty()) { + const std::string& _s = this->_internal_text(); + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + _s.data(), static_cast(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "CaptionDefProto.text"); + target = stream->WriteStringMaybeAliased(6, _s, target); } // bool is_optional = 7; - if (this->is_optional() != 0) { - total_size += 1 + 1; + if (this->_internal_is_optional() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteBoolToArray( + 7, this->_internal_is_optional(), target); } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:CaptionDefProto) + return target; +} + +::size_t CaptionDefProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:CaptionDefProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string text = 6; + if (!this->_internal_text().empty()) { + total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( + this->_internal_text()); + } + + // int32 height = 1; + if (this->_internal_height() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_height()); + } + + // uint32 color = 2; + if (this->_internal_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_color()); + } + + // uint32 stroke_color = 3; + if (this->_internal_stroke_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_stroke_color()); + } + + // int32 offset_x = 4; + if (this->_internal_offset_x() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_offset_x()); + } + + // int32 offset_y = 5; + if (this->_internal_offset_y() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_offset_y()); + } + + // bool is_optional = 7; + if (this->_internal_is_optional() != 0) { + total_size += 2; + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void CaptionDefProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void CaptionDefProto::MergeFrom(const CaptionDefProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:CaptionDefProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + CaptionDefProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:CaptionDefProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.text().size() > 0) { - - text_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.text_); + if (!from._internal_text().empty()) { + _this->_internal_set_text(from._internal_text()); } - if (from.height() != 0) { - set_height(from.height()); + if (from._internal_height() != 0) { + _this->_internal_set_height(from._internal_height()); } - if (from.color() != 0) { - set_color(from.color()); + if (from._internal_color() != 0) { + _this->_internal_set_color(from._internal_color()); } - if (from.stroke_color() != 0) { - set_stroke_color(from.stroke_color()); + if (from._internal_stroke_color() != 0) { + _this->_internal_set_stroke_color(from._internal_stroke_color()); } - if (from.offset_x() != 0) { - set_offset_x(from.offset_x()); + if (from._internal_offset_x() != 0) { + _this->_internal_set_offset_x(from._internal_offset_x()); } - if (from.offset_y() != 0) { - set_offset_y(from.offset_y()); + if (from._internal_offset_y() != 0) { + _this->_internal_set_offset_y(from._internal_offset_y()); } - if (from.is_optional() != 0) { - set_is_optional(from.is_optional()); + if (from._internal_is_optional() != 0) { + _this->_internal_set_is_optional(from._internal_is_optional()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void CaptionDefProto::CopyFrom(const CaptionDefProto& from) { @@ -2921,405 +2587,281 @@ void CaptionDefProto::CopyFrom(const CaptionDefProto& from) { MergeFrom(from); } -bool CaptionDefProto::IsInitialized() const { +PROTOBUF_NOINLINE bool CaptionDefProto::IsInitialized() const { return true; } -void CaptionDefProto::Swap(CaptionDefProto* other) { - if (other == this) return; - InternalSwap(other); -} void CaptionDefProto::InternalSwap(CaptionDefProto* other) { - text_.Swap(&other->text_); - std::swap(height_, other->height_); - std::swap(color_, other->color_); - std::swap(stroke_color_, other->stroke_color_); - std::swap(offset_x_, other->offset_x_); - std::swap(offset_y_, other->offset_y_); - std::swap(is_optional_, other->is_optional_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.text_, lhs_arena, + &other->_impl_.text_, rhs_arena); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.is_optional_) + + sizeof(CaptionDefProto::_impl_.is_optional_) + - PROTOBUF_FIELD_OFFSET(CaptionDefProto, _impl_.height_)>( + reinterpret_cast(&_impl_.height_), + reinterpret_cast(&other->_impl_.height_)); } -::std::string CaptionDefProto::GetTypeName() const { +std::string CaptionDefProto::GetTypeName() const { return "CaptionDefProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// CaptionDefProto - -// int32 height = 1; -void CaptionDefProto::clear_height() { - height_ = 0; -} -::google::protobuf::int32 CaptionDefProto::height() const { - // @@protoc_insertion_point(field_get:CaptionDefProto.height) - return height_; -} -void CaptionDefProto::set_height(::google::protobuf::int32 value) { - - height_ = value; - // @@protoc_insertion_point(field_set:CaptionDefProto.height) -} - -// uint32 color = 2; -void CaptionDefProto::clear_color() { - color_ = 0u; -} -::google::protobuf::uint32 CaptionDefProto::color() const { - // @@protoc_insertion_point(field_get:CaptionDefProto.color) - return color_; -} -void CaptionDefProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; - // @@protoc_insertion_point(field_set:CaptionDefProto.color) -} - -// uint32 stroke_color = 3; -void CaptionDefProto::clear_stroke_color() { - stroke_color_ = 0u; -} -::google::protobuf::uint32 CaptionDefProto::stroke_color() const { - // @@protoc_insertion_point(field_get:CaptionDefProto.stroke_color) - return stroke_color_; -} -void CaptionDefProto::set_stroke_color(::google::protobuf::uint32 value) { - - stroke_color_ = value; - // @@protoc_insertion_point(field_set:CaptionDefProto.stroke_color) -} - -// int32 offset_x = 4; -void CaptionDefProto::clear_offset_x() { - offset_x_ = 0; -} -::google::protobuf::int32 CaptionDefProto::offset_x() const { - // @@protoc_insertion_point(field_get:CaptionDefProto.offset_x) - return offset_x_; -} -void CaptionDefProto::set_offset_x(::google::protobuf::int32 value) { - - offset_x_ = value; - // @@protoc_insertion_point(field_set:CaptionDefProto.offset_x) -} - -// int32 offset_y = 5; -void CaptionDefProto::clear_offset_y() { - offset_y_ = 0; -} -::google::protobuf::int32 CaptionDefProto::offset_y() const { - // @@protoc_insertion_point(field_get:CaptionDefProto.offset_y) - return offset_y_; -} -void CaptionDefProto::set_offset_y(::google::protobuf::int32 value) { - - offset_y_ = value; - // @@protoc_insertion_point(field_set:CaptionDefProto.offset_y) -} - -// string text = 6; -void CaptionDefProto::clear_text() { - text_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -const ::std::string& CaptionDefProto::text() const { - // @@protoc_insertion_point(field_get:CaptionDefProto.text) - return text_.GetNoArena(); -} -void CaptionDefProto::set_text(const ::std::string& value) { - - text_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:CaptionDefProto.text) -} -#if LANG_CXX11 -void CaptionDefProto::set_text(::std::string&& value) { - - text_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:CaptionDefProto.text) -} -#endif -void CaptionDefProto::set_text(const char* value) { - GOOGLE_DCHECK(value != NULL); - - text_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:CaptionDefProto.text) -} -void CaptionDefProto::set_text(const char* value, size_t size) { - - text_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:CaptionDefProto.text) -} -::std::string* CaptionDefProto::mutable_text() { - - // @@protoc_insertion_point(field_mutable:CaptionDefProto.text) - return text_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -::std::string* CaptionDefProto::release_text() { - // @@protoc_insertion_point(field_release:CaptionDefProto.text) - - return text_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -void CaptionDefProto::set_allocated_text(::std::string* text) { - if (text != NULL) { - - } else { - - } - text_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), text); - // @@protoc_insertion_point(field_set_allocated:CaptionDefProto.text) -} - -// bool is_optional = 7; -void CaptionDefProto::clear_is_optional() { - is_optional_ = false; -} -bool CaptionDefProto::is_optional() const { - // @@protoc_insertion_point(field_get:CaptionDefProto.is_optional) - return is_optional_; -} -void CaptionDefProto::set_is_optional(bool value) { - - is_optional_ = value; - // @@protoc_insertion_point(field_set:CaptionDefProto.is_optional) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int CaptionRuleProto::kPrimaryFieldNumber; -const int CaptionRuleProto::kSecondaryFieldNumber; -const int CaptionRuleProto::kPriorityFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class CaptionRuleProto::_Internal { + public: + using HasBits = decltype(std::declval()._impl_._has_bits_); + static constexpr ::int32_t kHasBitsOffset = + 8 * PROTOBUF_FIELD_OFFSET(CaptionRuleProto, _impl_._has_bits_); + static const ::CaptionDefProto& primary(const CaptionRuleProto* msg); + static void set_has_primary(HasBits* has_bits) { + (*has_bits)[0] |= 1u; + } + static const ::CaptionDefProto& secondary(const CaptionRuleProto* msg); + static void set_has_secondary(HasBits* has_bits) { + (*has_bits)[0] |= 2u; + } +}; -CaptionRuleProto::CaptionRuleProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:CaptionRuleProto) +const ::CaptionDefProto& CaptionRuleProto::_Internal::primary(const CaptionRuleProto* msg) { + return *msg->_impl_.primary_; } -CaptionRuleProto::CaptionRuleProto(const CaptionRuleProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_primary()) { - primary_ = new ::CaptionDefProto(*from.primary_); - } else { - primary_ = NULL; +const ::CaptionDefProto& CaptionRuleProto::_Internal::secondary(const CaptionRuleProto* msg) { + return *msg->_impl_.secondary_; +} +CaptionRuleProto::CaptionRuleProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:CaptionRuleProto) +} +CaptionRuleProto::CaptionRuleProto(const CaptionRuleProto& from) : ::google::protobuf::MessageLite() { + CaptionRuleProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.primary_){nullptr}, + decltype(_impl_.secondary_){nullptr}, + decltype(_impl_.priority_){}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_impl_.primary_ = new ::CaptionDefProto(*from._impl_.primary_); } - if (from.has_secondary()) { - secondary_ = new ::CaptionDefProto(*from.secondary_); - } else { - secondary_ = NULL; + if ((from._impl_._has_bits_[0] & 0x00000002u) != 0) { + _this->_impl_.secondary_ = new ::CaptionDefProto(*from._impl_.secondary_); } - priority_ = from.priority_; + _this->_impl_.priority_ = from._impl_.priority_; + // @@protoc_insertion_point(copy_constructor:CaptionRuleProto) } - -void CaptionRuleProto::SharedCtor() { - ::memset(&primary_, 0, reinterpret_cast(&priority_) - - reinterpret_cast(&primary_) + sizeof(priority_)); - _cached_size_ = 0; +inline void CaptionRuleProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.primary_){nullptr}, + decltype(_impl_.secondary_){nullptr}, + decltype(_impl_.priority_){0}, + }; } - CaptionRuleProto::~CaptionRuleProto() { // @@protoc_insertion_point(destructor:CaptionRuleProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void CaptionRuleProto::SharedDtor() { - if (this != internal_default_instance()) { - delete primary_; - } - if (this != internal_default_instance()) { - delete secondary_; - } +inline void CaptionRuleProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + if (this != internal_default_instance()) delete _impl_.primary_; + if (this != internal_default_instance()) delete _impl_.secondary_; } - void CaptionRuleProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const CaptionRuleProto& CaptionRuleProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -CaptionRuleProto* CaptionRuleProto::New(::google::protobuf::Arena* arena) const { - CaptionRuleProto* n = new CaptionRuleProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void CaptionRuleProto::Clear() { +PROTOBUF_NOINLINE void CaptionRuleProto::Clear() { // @@protoc_insertion_point(message_clear_start:CaptionRuleProto) - if (GetArenaNoVirtual() == NULL && primary_ != NULL) { - delete primary_; - } - primary_ = NULL; - if (GetArenaNoVirtual() == NULL && secondary_ != NULL) { - delete secondary_; - } - secondary_ = NULL; - priority_ = 0; -} - -bool CaptionRuleProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:CaptionRuleProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // .CaptionDefProto primary = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(10u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_primary())); - } else { - goto handle_unusual; - } - break; - } - - // .CaptionDefProto secondary = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(18u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_secondary())); - } else { - goto handle_unusual; - } - break; - } - - // int32 priority = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(24u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &priority_))); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:CaptionRuleProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:CaptionRuleProto) - return false; -#undef DO_ -} - -void CaptionRuleProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:CaptionRuleProto) - ::google::protobuf::uint32 cached_has_bits = 0; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // .CaptionDefProto primary = 1; - if (this->has_primary()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 1, *this->primary_, output); + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + ABSL_DCHECK(_impl_.primary_ != nullptr); + _impl_.primary_->Clear(); + } + if (cached_has_bits & 0x00000002u) { + ABSL_DCHECK(_impl_.secondary_ != nullptr); + _impl_.secondary_->Clear(); + } } - - // .CaptionDefProto secondary = 2; - if (this->has_secondary()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 2, *this->secondary_, output); - } - - // int32 priority = 3; - if (this->priority() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->priority(), output); - } - - // @@protoc_insertion_point(serialize_end:CaptionRuleProto) + _impl_.priority_ = 0; + _impl_._has_bits_.Clear(); + _internal_metadata_.Clear(); } -size_t CaptionRuleProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:CaptionRuleProto) - size_t total_size = 0; +const char* CaptionRuleProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} + +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<2, 3, 2, 0, 2> CaptionRuleProto::_table_ = { + { + PROTOBUF_FIELD_OFFSET(CaptionRuleProto, _impl_._has_bits_), + 0, // no _extensions_ + 3, 24, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967288, // skipmap + offsetof(decltype(_table_), field_entries), + 3, // num_field_entries + 2, // num_aux_entries + offsetof(decltype(_table_), aux_entries), + &_CaptionRuleProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + {::_pbi::TcParser::MiniParse, {}}, + // .CaptionDefProto primary = 1; + {::_pbi::TcParser::FastMtS1, + {10, 0, 0, PROTOBUF_FIELD_OFFSET(CaptionRuleProto, _impl_.primary_)}}, + // .CaptionDefProto secondary = 2; + {::_pbi::TcParser::FastMtS1, + {18, 1, 1, PROTOBUF_FIELD_OFFSET(CaptionRuleProto, _impl_.secondary_)}}, + // int32 priority = 3; + {::_pbi::TcParser::FastV32S1, + {24, 63, 0, PROTOBUF_FIELD_OFFSET(CaptionRuleProto, _impl_.priority_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // .CaptionDefProto primary = 1; + {PROTOBUF_FIELD_OFFSET(CaptionRuleProto, _impl_.primary_), _Internal::kHasBitsOffset + 0, 0, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // .CaptionDefProto secondary = 2; + {PROTOBUF_FIELD_OFFSET(CaptionRuleProto, _impl_.secondary_), _Internal::kHasBitsOffset + 1, 1, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // int32 priority = 3; + {PROTOBUF_FIELD_OFFSET(CaptionRuleProto, _impl_.priority_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + }}, {{ + {::_pbi::TcParser::GetTable<::CaptionDefProto>()}, + {::_pbi::TcParser::GetTable<::CaptionDefProto>()}, + }}, {{ + }}, +}; + +::uint8_t* CaptionRuleProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:CaptionRuleProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; + + cached_has_bits = _impl_._has_bits_[0]; // .CaptionDefProto primary = 1; - if (this->has_primary()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->primary_); + if (cached_has_bits & 0x00000001u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(1, _Internal::primary(this), + _Internal::primary(this).GetCachedSize(), target, stream); } // .CaptionDefProto secondary = 2; - if (this->has_secondary()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->secondary_); + if (cached_has_bits & 0x00000002u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(2, _Internal::secondary(this), + _Internal::secondary(this).GetCachedSize(), target, stream); } // int32 priority = 3; - if (this->priority() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->priority()); + if (this->_internal_priority() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<3>( + stream, this->_internal_priority(), target); } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:CaptionRuleProto) + return target; +} + +::size_t CaptionRuleProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:CaptionRuleProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + // .CaptionDefProto primary = 1; + if (cached_has_bits & 0x00000001u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.primary_); + } + + // .CaptionDefProto secondary = 2; + if (cached_has_bits & 0x00000002u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.secondary_); + } + + } + // int32 priority = 3; + if (this->_internal_priority() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_priority()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void CaptionRuleProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void CaptionRuleProto::MergeFrom(const CaptionRuleProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:CaptionRuleProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + CaptionRuleProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:CaptionRuleProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.has_primary()) { - mutable_primary()->::CaptionDefProto::MergeFrom(from.primary()); + cached_has_bits = from._impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + _this->_internal_mutable_primary()->::CaptionDefProto::MergeFrom( + from._internal_primary()); + } + if (cached_has_bits & 0x00000002u) { + _this->_internal_mutable_secondary()->::CaptionDefProto::MergeFrom( + from._internal_secondary()); + } } - if (from.has_secondary()) { - mutable_secondary()->::CaptionDefProto::MergeFrom(from.secondary()); - } - if (from.priority() != 0) { - set_priority(from.priority()); + if (from._internal_priority() != 0) { + _this->_internal_set_priority(from._internal_priority()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void CaptionRuleProto::CopyFrom(const CaptionRuleProto& from) { @@ -3329,376 +2871,294 @@ void CaptionRuleProto::CopyFrom(const CaptionRuleProto& from) { MergeFrom(from); } -bool CaptionRuleProto::IsInitialized() const { +PROTOBUF_NOINLINE bool CaptionRuleProto::IsInitialized() const { return true; } -void CaptionRuleProto::Swap(CaptionRuleProto* other) { - if (other == this) return; - InternalSwap(other); -} void CaptionRuleProto::InternalSwap(CaptionRuleProto* other) { - std::swap(primary_, other->primary_); - std::swap(secondary_, other->secondary_); - std::swap(priority_, other->priority_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(CaptionRuleProto, _impl_.priority_) + + sizeof(CaptionRuleProto::_impl_.priority_) + - PROTOBUF_FIELD_OFFSET(CaptionRuleProto, _impl_.primary_)>( + reinterpret_cast(&_impl_.primary_), + reinterpret_cast(&other->_impl_.primary_)); } -::std::string CaptionRuleProto::GetTypeName() const { +std::string CaptionRuleProto::GetTypeName() const { return "CaptionRuleProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// CaptionRuleProto - -// .CaptionDefProto primary = 1; -bool CaptionRuleProto::has_primary() const { - return this != internal_default_instance() && primary_ != NULL; -} -void CaptionRuleProto::clear_primary() { - if (GetArenaNoVirtual() == NULL && primary_ != NULL) delete primary_; - primary_ = NULL; -} -const ::CaptionDefProto& CaptionRuleProto::primary() const { - // @@protoc_insertion_point(field_get:CaptionRuleProto.primary) - return primary_ != NULL ? *primary_ - : *::CaptionDefProto::internal_default_instance(); -} -::CaptionDefProto* CaptionRuleProto::mutable_primary() { - - if (primary_ == NULL) { - primary_ = new ::CaptionDefProto; - } - // @@protoc_insertion_point(field_mutable:CaptionRuleProto.primary) - return primary_; -} -::CaptionDefProto* CaptionRuleProto::release_primary() { - // @@protoc_insertion_point(field_release:CaptionRuleProto.primary) - - ::CaptionDefProto* temp = primary_; - primary_ = NULL; - return temp; -} -void CaptionRuleProto::set_allocated_primary(::CaptionDefProto* primary) { - delete primary_; - primary_ = primary; - if (primary) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:CaptionRuleProto.primary) -} - -// .CaptionDefProto secondary = 2; -bool CaptionRuleProto::has_secondary() const { - return this != internal_default_instance() && secondary_ != NULL; -} -void CaptionRuleProto::clear_secondary() { - if (GetArenaNoVirtual() == NULL && secondary_ != NULL) delete secondary_; - secondary_ = NULL; -} -const ::CaptionDefProto& CaptionRuleProto::secondary() const { - // @@protoc_insertion_point(field_get:CaptionRuleProto.secondary) - return secondary_ != NULL ? *secondary_ - : *::CaptionDefProto::internal_default_instance(); -} -::CaptionDefProto* CaptionRuleProto::mutable_secondary() { - - if (secondary_ == NULL) { - secondary_ = new ::CaptionDefProto; - } - // @@protoc_insertion_point(field_mutable:CaptionRuleProto.secondary) - return secondary_; -} -::CaptionDefProto* CaptionRuleProto::release_secondary() { - // @@protoc_insertion_point(field_release:CaptionRuleProto.secondary) - - ::CaptionDefProto* temp = secondary_; - secondary_ = NULL; - return temp; -} -void CaptionRuleProto::set_allocated_secondary(::CaptionDefProto* secondary) { - delete secondary_; - secondary_ = secondary; - if (secondary) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:CaptionRuleProto.secondary) -} - -// int32 priority = 3; -void CaptionRuleProto::clear_priority() { - priority_ = 0; -} -::google::protobuf::int32 CaptionRuleProto::priority() const { - // @@protoc_insertion_point(field_get:CaptionRuleProto.priority) - return priority_; -} -void CaptionRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; - // @@protoc_insertion_point(field_set:CaptionRuleProto.priority) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int CircleRuleProto::kRadiusFieldNumber; -const int CircleRuleProto::kColorFieldNumber; -const int CircleRuleProto::kBorderFieldNumber; -const int CircleRuleProto::kPriorityFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class CircleRuleProto::_Internal { + public: + using HasBits = decltype(std::declval()._impl_._has_bits_); + static constexpr ::int32_t kHasBitsOffset = + 8 * PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_._has_bits_); + static const ::LineDefProto& border(const CircleRuleProto* msg); + static void set_has_border(HasBits* has_bits) { + (*has_bits)[0] |= 1u; + } +}; -CircleRuleProto::CircleRuleProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:CircleRuleProto) +const ::LineDefProto& CircleRuleProto::_Internal::border(const CircleRuleProto* msg) { + return *msg->_impl_.border_; } -CircleRuleProto::CircleRuleProto(const CircleRuleProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_border()) { - border_ = new ::LineDefProto(*from.border_); - } else { - border_ = NULL; +CircleRuleProto::CircleRuleProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:CircleRuleProto) +} +CircleRuleProto::CircleRuleProto(const CircleRuleProto& from) : ::google::protobuf::MessageLite() { + CircleRuleProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.border_){nullptr}, + decltype(_impl_.radius_){}, + decltype(_impl_.color_){}, + decltype(_impl_.priority_){}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_impl_.border_ = new ::LineDefProto(*from._impl_.border_); } - ::memcpy(&radius_, &from.radius_, - reinterpret_cast(&priority_) - - reinterpret_cast(&radius_) + sizeof(priority_)); + ::memcpy(&_impl_.radius_, &from._impl_.radius_, + static_cast<::size_t>(reinterpret_cast(&_impl_.priority_) - + reinterpret_cast(&_impl_.radius_)) + sizeof(_impl_.priority_)); + // @@protoc_insertion_point(copy_constructor:CircleRuleProto) } - -void CircleRuleProto::SharedCtor() { - ::memset(&border_, 0, reinterpret_cast(&priority_) - - reinterpret_cast(&border_) + sizeof(priority_)); - _cached_size_ = 0; +inline void CircleRuleProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.border_){nullptr}, + decltype(_impl_.radius_){0}, + decltype(_impl_.color_){0u}, + decltype(_impl_.priority_){0}, + }; } - CircleRuleProto::~CircleRuleProto() { // @@protoc_insertion_point(destructor:CircleRuleProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void CircleRuleProto::SharedDtor() { - if (this != internal_default_instance()) { - delete border_; - } +inline void CircleRuleProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + if (this != internal_default_instance()) delete _impl_.border_; } - void CircleRuleProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const CircleRuleProto& CircleRuleProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -CircleRuleProto* CircleRuleProto::New(::google::protobuf::Arena* arena) const { - CircleRuleProto* n = new CircleRuleProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void CircleRuleProto::Clear() { +PROTOBUF_NOINLINE void CircleRuleProto::Clear() { // @@protoc_insertion_point(message_clear_start:CircleRuleProto) - if (GetArenaNoVirtual() == NULL && border_ != NULL) { - delete border_; - } - border_ = NULL; - ::memset(&radius_, 0, reinterpret_cast(&priority_) - - reinterpret_cast(&radius_) + sizeof(priority_)); -} - -bool CircleRuleProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:CircleRuleProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // double radius = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(9u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - double, ::google::protobuf::internal::WireFormatLite::TYPE_DOUBLE>( - input, &radius_))); - } else { - goto handle_unusual; - } - break; - } - - // uint32 color = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(16u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &color_))); - } else { - goto handle_unusual; - } - break; - } - - // .LineDefProto border = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(26u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_border())); - } else { - goto handle_unusual; - } - break; - } - - // int32 priority = 4; - case 4: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(32u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &priority_))); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:CircleRuleProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:CircleRuleProto) - return false; -#undef DO_ -} - -void CircleRuleProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:CircleRuleProto) - ::google::protobuf::uint32 cached_has_bits = 0; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // double radius = 1; - if (this->radius() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteDouble(1, this->radius(), output); + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000001u) { + ABSL_DCHECK(_impl_.border_ != nullptr); + _impl_.border_->Clear(); } - - // uint32 color = 2; - if (this->color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->color(), output); - } - - // .LineDefProto border = 3; - if (this->has_border()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 3, *this->border_, output); - } - - // int32 priority = 4; - if (this->priority() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->priority(), output); - } - - // @@protoc_insertion_point(serialize_end:CircleRuleProto) + ::memset(&_impl_.radius_, 0, static_cast<::size_t>( + reinterpret_cast(&_impl_.priority_) - + reinterpret_cast(&_impl_.radius_)) + sizeof(_impl_.priority_)); + _impl_._has_bits_.Clear(); + _internal_metadata_.Clear(); } -size_t CircleRuleProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:CircleRuleProto) - size_t total_size = 0; +const char* CircleRuleProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - // .LineDefProto border = 3; - if (this->has_border()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->border_); - } + +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<2, 4, 1, 0, 2> CircleRuleProto::_table_ = { + { + PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_._has_bits_), + 0, // no _extensions_ + 4, 24, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967280, // skipmap + offsetof(decltype(_table_), field_entries), + 4, // num_field_entries + 1, // num_aux_entries + offsetof(decltype(_table_), aux_entries), + &_CircleRuleProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + // int32 priority = 4; + {::_pbi::TcParser::FastV32S1, + {32, 63, 0, PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_.priority_)}}, + // double radius = 1; + {::_pbi::TcParser::FastF64S1, + {9, 63, 0, PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_.radius_)}}, + // uint32 color = 2; + {::_pbi::TcParser::FastV32S1, + {16, 63, 0, PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_.color_)}}, + // .LineDefProto border = 3; + {::_pbi::TcParser::FastMtS1, + {26, 0, 0, PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_.border_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // double radius = 1; + {PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_.radius_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kDouble)}, + // uint32 color = 2; + {PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_.color_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + // .LineDefProto border = 3; + {PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_.border_), _Internal::kHasBitsOffset + 0, 0, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // int32 priority = 4; + {PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_.priority_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + }}, {{ + {::_pbi::TcParser::GetTable<::LineDefProto>()}, + }}, {{ + }}, +}; + +::uint8_t* CircleRuleProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:CircleRuleProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; // double radius = 1; - if (this->radius() != 0) { - total_size += 1 + 8; + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_radius = this->_internal_radius(); + ::uint64_t raw_radius; + memcpy(&raw_radius, &tmp_radius, sizeof(tmp_radius)); + if (raw_radius != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteDoubleToArray( + 1, this->_internal_radius(), target); } // uint32 color = 2; - if (this->color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->color()); + if (this->_internal_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 2, this->_internal_color(), target); + } + + cached_has_bits = _impl_._has_bits_[0]; + // .LineDefProto border = 3; + if (cached_has_bits & 0x00000001u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(3, _Internal::border(this), + _Internal::border(this).GetCachedSize(), target, stream); } // int32 priority = 4; - if (this->priority() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->priority()); + if (this->_internal_priority() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<4>( + stream, this->_internal_priority(), target); } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:CircleRuleProto) + return target; +} + +::size_t CircleRuleProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:CircleRuleProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .LineDefProto border = 3; + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000001u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.border_); + } + + // double radius = 1; + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_radius = this->_internal_radius(); + ::uint64_t raw_radius; + memcpy(&raw_radius, &tmp_radius, sizeof(tmp_radius)); + if (raw_radius != 0) { + total_size += 9; + } + + // uint32 color = 2; + if (this->_internal_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_color()); + } + + // int32 priority = 4; + if (this->_internal_priority() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_priority()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void CircleRuleProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void CircleRuleProto::MergeFrom(const CircleRuleProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:CircleRuleProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + CircleRuleProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:CircleRuleProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.has_border()) { - mutable_border()->::LineDefProto::MergeFrom(from.border()); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_internal_mutable_border()->::LineDefProto::MergeFrom( + from._internal_border()); } - if (from.radius() != 0) { - set_radius(from.radius()); + static_assert(sizeof(::uint64_t) == sizeof(double), + "Code assumes ::uint64_t and double are the same size."); + double tmp_radius = from._internal_radius(); + ::uint64_t raw_radius; + memcpy(&raw_radius, &tmp_radius, sizeof(tmp_radius)); + if (raw_radius != 0) { + _this->_internal_set_radius(from._internal_radius()); } - if (from.color() != 0) { - set_color(from.color()); + if (from._internal_color() != 0) { + _this->_internal_set_color(from._internal_color()); } - if (from.priority() != 0) { - set_priority(from.priority()); + if (from._internal_priority() != 0) { + _this->_internal_set_priority(from._internal_priority()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void CircleRuleProto::CopyFrom(const CircleRuleProto& from) { @@ -3708,346 +3168,278 @@ void CircleRuleProto::CopyFrom(const CircleRuleProto& from) { MergeFrom(from); } -bool CircleRuleProto::IsInitialized() const { +PROTOBUF_NOINLINE bool CircleRuleProto::IsInitialized() const { return true; } -void CircleRuleProto::Swap(CircleRuleProto* other) { - if (other == this) return; - InternalSwap(other); -} void CircleRuleProto::InternalSwap(CircleRuleProto* other) { - std::swap(border_, other->border_); - std::swap(radius_, other->radius_); - std::swap(color_, other->color_); - std::swap(priority_, other->priority_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_.priority_) + + sizeof(CircleRuleProto::_impl_.priority_) + - PROTOBUF_FIELD_OFFSET(CircleRuleProto, _impl_.border_)>( + reinterpret_cast(&_impl_.border_), + reinterpret_cast(&other->_impl_.border_)); } -::std::string CircleRuleProto::GetTypeName() const { +std::string CircleRuleProto::GetTypeName() const { return "CircleRuleProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// CircleRuleProto - -// double radius = 1; -void CircleRuleProto::clear_radius() { - radius_ = 0; -} -double CircleRuleProto::radius() const { - // @@protoc_insertion_point(field_get:CircleRuleProto.radius) - return radius_; -} -void CircleRuleProto::set_radius(double value) { - - radius_ = value; - // @@protoc_insertion_point(field_set:CircleRuleProto.radius) -} - -// uint32 color = 2; -void CircleRuleProto::clear_color() { - color_ = 0u; -} -::google::protobuf::uint32 CircleRuleProto::color() const { - // @@protoc_insertion_point(field_get:CircleRuleProto.color) - return color_; -} -void CircleRuleProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; - // @@protoc_insertion_point(field_set:CircleRuleProto.color) -} - -// .LineDefProto border = 3; -bool CircleRuleProto::has_border() const { - return this != internal_default_instance() && border_ != NULL; -} -void CircleRuleProto::clear_border() { - if (GetArenaNoVirtual() == NULL && border_ != NULL) delete border_; - border_ = NULL; -} -const ::LineDefProto& CircleRuleProto::border() const { - // @@protoc_insertion_point(field_get:CircleRuleProto.border) - return border_ != NULL ? *border_ - : *::LineDefProto::internal_default_instance(); -} -::LineDefProto* CircleRuleProto::mutable_border() { - - if (border_ == NULL) { - border_ = new ::LineDefProto; - } - // @@protoc_insertion_point(field_mutable:CircleRuleProto.border) - return border_; -} -::LineDefProto* CircleRuleProto::release_border() { - // @@protoc_insertion_point(field_release:CircleRuleProto.border) - - ::LineDefProto* temp = border_; - border_ = NULL; - return temp; -} -void CircleRuleProto::set_allocated_border(::LineDefProto* border) { - delete border_; - border_ = border; - if (border) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:CircleRuleProto.border) -} - -// int32 priority = 4; -void CircleRuleProto::clear_priority() { - priority_ = 0; -} -::google::protobuf::int32 CircleRuleProto::priority() const { - // @@protoc_insertion_point(field_get:CircleRuleProto.priority) - return priority_; -} -void CircleRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; - // @@protoc_insertion_point(field_set:CircleRuleProto.priority) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int PathTextRuleProto::kPrimaryFieldNumber; -const int PathTextRuleProto::kSecondaryFieldNumber; -const int PathTextRuleProto::kPriorityFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class PathTextRuleProto::_Internal { + public: + using HasBits = decltype(std::declval()._impl_._has_bits_); + static constexpr ::int32_t kHasBitsOffset = + 8 * PROTOBUF_FIELD_OFFSET(PathTextRuleProto, _impl_._has_bits_); + static const ::CaptionDefProto& primary(const PathTextRuleProto* msg); + static void set_has_primary(HasBits* has_bits) { + (*has_bits)[0] |= 1u; + } + static const ::CaptionDefProto& secondary(const PathTextRuleProto* msg); + static void set_has_secondary(HasBits* has_bits) { + (*has_bits)[0] |= 2u; + } +}; -PathTextRuleProto::PathTextRuleProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:PathTextRuleProto) +const ::CaptionDefProto& PathTextRuleProto::_Internal::primary(const PathTextRuleProto* msg) { + return *msg->_impl_.primary_; } -PathTextRuleProto::PathTextRuleProto(const PathTextRuleProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_primary()) { - primary_ = new ::CaptionDefProto(*from.primary_); - } else { - primary_ = NULL; +const ::CaptionDefProto& PathTextRuleProto::_Internal::secondary(const PathTextRuleProto* msg) { + return *msg->_impl_.secondary_; +} +PathTextRuleProto::PathTextRuleProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:PathTextRuleProto) +} +PathTextRuleProto::PathTextRuleProto(const PathTextRuleProto& from) : ::google::protobuf::MessageLite() { + PathTextRuleProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.primary_){nullptr}, + decltype(_impl_.secondary_){nullptr}, + decltype(_impl_.priority_){}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_impl_.primary_ = new ::CaptionDefProto(*from._impl_.primary_); } - if (from.has_secondary()) { - secondary_ = new ::CaptionDefProto(*from.secondary_); - } else { - secondary_ = NULL; + if ((from._impl_._has_bits_[0] & 0x00000002u) != 0) { + _this->_impl_.secondary_ = new ::CaptionDefProto(*from._impl_.secondary_); } - priority_ = from.priority_; + _this->_impl_.priority_ = from._impl_.priority_; + // @@protoc_insertion_point(copy_constructor:PathTextRuleProto) } - -void PathTextRuleProto::SharedCtor() { - ::memset(&primary_, 0, reinterpret_cast(&priority_) - - reinterpret_cast(&primary_) + sizeof(priority_)); - _cached_size_ = 0; +inline void PathTextRuleProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.primary_){nullptr}, + decltype(_impl_.secondary_){nullptr}, + decltype(_impl_.priority_){0}, + }; } - PathTextRuleProto::~PathTextRuleProto() { // @@protoc_insertion_point(destructor:PathTextRuleProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void PathTextRuleProto::SharedDtor() { - if (this != internal_default_instance()) { - delete primary_; - } - if (this != internal_default_instance()) { - delete secondary_; - } +inline void PathTextRuleProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + if (this != internal_default_instance()) delete _impl_.primary_; + if (this != internal_default_instance()) delete _impl_.secondary_; } - void PathTextRuleProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const PathTextRuleProto& PathTextRuleProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -PathTextRuleProto* PathTextRuleProto::New(::google::protobuf::Arena* arena) const { - PathTextRuleProto* n = new PathTextRuleProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void PathTextRuleProto::Clear() { +PROTOBUF_NOINLINE void PathTextRuleProto::Clear() { // @@protoc_insertion_point(message_clear_start:PathTextRuleProto) - if (GetArenaNoVirtual() == NULL && primary_ != NULL) { - delete primary_; - } - primary_ = NULL; - if (GetArenaNoVirtual() == NULL && secondary_ != NULL) { - delete secondary_; - } - secondary_ = NULL; - priority_ = 0; -} - -bool PathTextRuleProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:PathTextRuleProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // .CaptionDefProto primary = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(10u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_primary())); - } else { - goto handle_unusual; - } - break; - } - - // .CaptionDefProto secondary = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(18u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_secondary())); - } else { - goto handle_unusual; - } - break; - } - - // int32 priority = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(24u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &priority_))); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:PathTextRuleProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:PathTextRuleProto) - return false; -#undef DO_ -} - -void PathTextRuleProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:PathTextRuleProto) - ::google::protobuf::uint32 cached_has_bits = 0; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // .CaptionDefProto primary = 1; - if (this->has_primary()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 1, *this->primary_, output); + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + ABSL_DCHECK(_impl_.primary_ != nullptr); + _impl_.primary_->Clear(); + } + if (cached_has_bits & 0x00000002u) { + ABSL_DCHECK(_impl_.secondary_ != nullptr); + _impl_.secondary_->Clear(); + } } - - // .CaptionDefProto secondary = 2; - if (this->has_secondary()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 2, *this->secondary_, output); - } - - // int32 priority = 3; - if (this->priority() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->priority(), output); - } - - // @@protoc_insertion_point(serialize_end:PathTextRuleProto) + _impl_.priority_ = 0; + _impl_._has_bits_.Clear(); + _internal_metadata_.Clear(); } -size_t PathTextRuleProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:PathTextRuleProto) - size_t total_size = 0; +const char* PathTextRuleProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} + +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<2, 3, 2, 0, 2> PathTextRuleProto::_table_ = { + { + PROTOBUF_FIELD_OFFSET(PathTextRuleProto, _impl_._has_bits_), + 0, // no _extensions_ + 3, 24, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967288, // skipmap + offsetof(decltype(_table_), field_entries), + 3, // num_field_entries + 2, // num_aux_entries + offsetof(decltype(_table_), aux_entries), + &_PathTextRuleProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + {::_pbi::TcParser::MiniParse, {}}, + // .CaptionDefProto primary = 1; + {::_pbi::TcParser::FastMtS1, + {10, 0, 0, PROTOBUF_FIELD_OFFSET(PathTextRuleProto, _impl_.primary_)}}, + // .CaptionDefProto secondary = 2; + {::_pbi::TcParser::FastMtS1, + {18, 1, 1, PROTOBUF_FIELD_OFFSET(PathTextRuleProto, _impl_.secondary_)}}, + // int32 priority = 3; + {::_pbi::TcParser::FastV32S1, + {24, 63, 0, PROTOBUF_FIELD_OFFSET(PathTextRuleProto, _impl_.priority_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // .CaptionDefProto primary = 1; + {PROTOBUF_FIELD_OFFSET(PathTextRuleProto, _impl_.primary_), _Internal::kHasBitsOffset + 0, 0, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // .CaptionDefProto secondary = 2; + {PROTOBUF_FIELD_OFFSET(PathTextRuleProto, _impl_.secondary_), _Internal::kHasBitsOffset + 1, 1, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // int32 priority = 3; + {PROTOBUF_FIELD_OFFSET(PathTextRuleProto, _impl_.priority_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + }}, {{ + {::_pbi::TcParser::GetTable<::CaptionDefProto>()}, + {::_pbi::TcParser::GetTable<::CaptionDefProto>()}, + }}, {{ + }}, +}; + +::uint8_t* PathTextRuleProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:PathTextRuleProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; + + cached_has_bits = _impl_._has_bits_[0]; // .CaptionDefProto primary = 1; - if (this->has_primary()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->primary_); + if (cached_has_bits & 0x00000001u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(1, _Internal::primary(this), + _Internal::primary(this).GetCachedSize(), target, stream); } // .CaptionDefProto secondary = 2; - if (this->has_secondary()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->secondary_); + if (cached_has_bits & 0x00000002u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(2, _Internal::secondary(this), + _Internal::secondary(this).GetCachedSize(), target, stream); } // int32 priority = 3; - if (this->priority() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->priority()); + if (this->_internal_priority() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<3>( + stream, this->_internal_priority(), target); } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:PathTextRuleProto) + return target; +} + +::size_t PathTextRuleProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:PathTextRuleProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + // .CaptionDefProto primary = 1; + if (cached_has_bits & 0x00000001u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.primary_); + } + + // .CaptionDefProto secondary = 2; + if (cached_has_bits & 0x00000002u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.secondary_); + } + + } + // int32 priority = 3; + if (this->_internal_priority() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_priority()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void PathTextRuleProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void PathTextRuleProto::MergeFrom(const PathTextRuleProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:PathTextRuleProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + PathTextRuleProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:PathTextRuleProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.has_primary()) { - mutable_primary()->::CaptionDefProto::MergeFrom(from.primary()); + cached_has_bits = from._impl_._has_bits_[0]; + if (cached_has_bits & 0x00000003u) { + if (cached_has_bits & 0x00000001u) { + _this->_internal_mutable_primary()->::CaptionDefProto::MergeFrom( + from._internal_primary()); + } + if (cached_has_bits & 0x00000002u) { + _this->_internal_mutable_secondary()->::CaptionDefProto::MergeFrom( + from._internal_secondary()); + } } - if (from.has_secondary()) { - mutable_secondary()->::CaptionDefProto::MergeFrom(from.secondary()); - } - if (from.priority() != 0) { - set_priority(from.priority()); + if (from._internal_priority() != 0) { + _this->_internal_set_priority(from._internal_priority()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void PathTextRuleProto::CopyFrom(const PathTextRuleProto& from) { @@ -4057,457 +3449,312 @@ void PathTextRuleProto::CopyFrom(const PathTextRuleProto& from) { MergeFrom(from); } -bool PathTextRuleProto::IsInitialized() const { +PROTOBUF_NOINLINE bool PathTextRuleProto::IsInitialized() const { return true; } -void PathTextRuleProto::Swap(PathTextRuleProto* other) { - if (other == this) return; - InternalSwap(other); -} void PathTextRuleProto::InternalSwap(PathTextRuleProto* other) { - std::swap(primary_, other->primary_); - std::swap(secondary_, other->secondary_); - std::swap(priority_, other->priority_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(PathTextRuleProto, _impl_.priority_) + + sizeof(PathTextRuleProto::_impl_.priority_) + - PROTOBUF_FIELD_OFFSET(PathTextRuleProto, _impl_.primary_)>( + reinterpret_cast(&_impl_.primary_), + reinterpret_cast(&other->_impl_.primary_)); } -::std::string PathTextRuleProto::GetTypeName() const { +std::string PathTextRuleProto::GetTypeName() const { return "PathTextRuleProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// PathTextRuleProto - -// .CaptionDefProto primary = 1; -bool PathTextRuleProto::has_primary() const { - return this != internal_default_instance() && primary_ != NULL; -} -void PathTextRuleProto::clear_primary() { - if (GetArenaNoVirtual() == NULL && primary_ != NULL) delete primary_; - primary_ = NULL; -} -const ::CaptionDefProto& PathTextRuleProto::primary() const { - // @@protoc_insertion_point(field_get:PathTextRuleProto.primary) - return primary_ != NULL ? *primary_ - : *::CaptionDefProto::internal_default_instance(); -} -::CaptionDefProto* PathTextRuleProto::mutable_primary() { - - if (primary_ == NULL) { - primary_ = new ::CaptionDefProto; - } - // @@protoc_insertion_point(field_mutable:PathTextRuleProto.primary) - return primary_; -} -::CaptionDefProto* PathTextRuleProto::release_primary() { - // @@protoc_insertion_point(field_release:PathTextRuleProto.primary) - - ::CaptionDefProto* temp = primary_; - primary_ = NULL; - return temp; -} -void PathTextRuleProto::set_allocated_primary(::CaptionDefProto* primary) { - delete primary_; - primary_ = primary; - if (primary) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:PathTextRuleProto.primary) -} - -// .CaptionDefProto secondary = 2; -bool PathTextRuleProto::has_secondary() const { - return this != internal_default_instance() && secondary_ != NULL; -} -void PathTextRuleProto::clear_secondary() { - if (GetArenaNoVirtual() == NULL && secondary_ != NULL) delete secondary_; - secondary_ = NULL; -} -const ::CaptionDefProto& PathTextRuleProto::secondary() const { - // @@protoc_insertion_point(field_get:PathTextRuleProto.secondary) - return secondary_ != NULL ? *secondary_ - : *::CaptionDefProto::internal_default_instance(); -} -::CaptionDefProto* PathTextRuleProto::mutable_secondary() { - - if (secondary_ == NULL) { - secondary_ = new ::CaptionDefProto; - } - // @@protoc_insertion_point(field_mutable:PathTextRuleProto.secondary) - return secondary_; -} -::CaptionDefProto* PathTextRuleProto::release_secondary() { - // @@protoc_insertion_point(field_release:PathTextRuleProto.secondary) - - ::CaptionDefProto* temp = secondary_; - secondary_ = NULL; - return temp; -} -void PathTextRuleProto::set_allocated_secondary(::CaptionDefProto* secondary) { - delete secondary_; - secondary_ = secondary; - if (secondary) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:PathTextRuleProto.secondary) -} - -// int32 priority = 3; -void PathTextRuleProto::clear_priority() { - priority_ = 0; -} -::google::protobuf::int32 PathTextRuleProto::priority() const { - // @@protoc_insertion_point(field_get:PathTextRuleProto.priority) - return priority_; -} -void PathTextRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; - // @@protoc_insertion_point(field_set:PathTextRuleProto.priority) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int ShieldRuleProto::kHeightFieldNumber; -const int ShieldRuleProto::kColorFieldNumber; -const int ShieldRuleProto::kStrokeColorFieldNumber; -const int ShieldRuleProto::kPriorityFieldNumber; -const int ShieldRuleProto::kMinDistanceFieldNumber; -const int ShieldRuleProto::kTextColorFieldNumber; -const int ShieldRuleProto::kTextStrokeColorFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class ShieldRuleProto::_Internal { + public: +}; -ShieldRuleProto::ShieldRuleProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:ShieldRuleProto) +ShieldRuleProto::ShieldRuleProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:ShieldRuleProto) } ShieldRuleProto::ShieldRuleProto(const ShieldRuleProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::memcpy(&height_, &from.height_, - reinterpret_cast(&text_stroke_color_) - - reinterpret_cast(&height_) + sizeof(text_stroke_color_)); + : ::google::protobuf::MessageLite(), _impl_(from._impl_) { + _internal_metadata_.MergeFrom( + from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:ShieldRuleProto) } - -void ShieldRuleProto::SharedCtor() { - ::memset(&height_, 0, reinterpret_cast(&text_stroke_color_) - - reinterpret_cast(&height_) + sizeof(text_stroke_color_)); - _cached_size_ = 0; +inline void ShieldRuleProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_.height_){0}, + decltype(_impl_.color_){0u}, + decltype(_impl_.stroke_color_){0u}, + decltype(_impl_.priority_){0}, + decltype(_impl_.min_distance_){0}, + decltype(_impl_.text_color_){0u}, + decltype(_impl_.text_stroke_color_){0u}, + /*decltype(_impl_._cached_size_)*/ {}, + }; } - ShieldRuleProto::~ShieldRuleProto() { // @@protoc_insertion_point(destructor:ShieldRuleProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void ShieldRuleProto::SharedDtor() { +inline void ShieldRuleProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); } - void ShieldRuleProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ShieldRuleProto& ShieldRuleProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -ShieldRuleProto* ShieldRuleProto::New(::google::protobuf::Arena* arena) const { - ShieldRuleProto* n = new ShieldRuleProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void ShieldRuleProto::Clear() { +PROTOBUF_NOINLINE void ShieldRuleProto::Clear() { // @@protoc_insertion_point(message_clear_start:ShieldRuleProto) - ::memset(&height_, 0, reinterpret_cast(&text_stroke_color_) - - reinterpret_cast(&height_) + sizeof(text_stroke_color_)); + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + ::memset(&_impl_.height_, 0, static_cast<::size_t>( + reinterpret_cast(&_impl_.text_stroke_color_) - + reinterpret_cast(&_impl_.height_)) + sizeof(_impl_.text_stroke_color_)); + _internal_metadata_.Clear(); } -bool ShieldRuleProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:ShieldRuleProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // int32 height = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(8u)) { +const char* ShieldRuleProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &height_))); - } else { - goto handle_unusual; - } - break; - } - // uint32 color = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(16u)) { +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<3, 7, 0, 0, 2> ShieldRuleProto::_table_ = { + { + 0, // no _has_bits_ + 0, // no _extensions_ + 7, 56, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967168, // skipmap + offsetof(decltype(_table_), field_entries), + 7, // num_field_entries + 0, // num_aux_entries + offsetof(decltype(_table_), field_names), // no aux_entries + &_ShieldRuleProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + {::_pbi::TcParser::MiniParse, {}}, + // int32 height = 1; + {::_pbi::TcParser::FastV32S1, + {8, 63, 0, PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.height_)}}, + // uint32 color = 2; + {::_pbi::TcParser::FastV32S1, + {16, 63, 0, PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.color_)}}, + // uint32 stroke_color = 3; + {::_pbi::TcParser::FastV32S1, + {24, 63, 0, PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.stroke_color_)}}, + // int32 priority = 4; + {::_pbi::TcParser::FastV32S1, + {32, 63, 0, PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.priority_)}}, + // int32 min_distance = 5; + {::_pbi::TcParser::FastV32S1, + {40, 63, 0, PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.min_distance_)}}, + // uint32 text_color = 6; + {::_pbi::TcParser::FastV32S1, + {48, 63, 0, PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.text_color_)}}, + // uint32 text_stroke_color = 7; + {::_pbi::TcParser::FastV32S1, + {56, 63, 0, PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.text_stroke_color_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // int32 height = 1; + {PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.height_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + // uint32 color = 2; + {PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.color_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + // uint32 stroke_color = 3; + {PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.stroke_color_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + // int32 priority = 4; + {PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.priority_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + // int32 min_distance = 5; + {PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.min_distance_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + // uint32 text_color = 6; + {PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.text_color_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + // uint32 text_stroke_color = 7; + {PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.text_stroke_color_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + }}, + // no aux_entries + {{ + }}, +}; - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &color_))); - } else { - goto handle_unusual; - } - break; - } +::uint8_t* ShieldRuleProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:ShieldRuleProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; - // uint32 stroke_color = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(24u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &stroke_color_))); - } else { - goto handle_unusual; - } - break; - } - - // int32 priority = 4; - case 4: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(32u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &priority_))); - } else { - goto handle_unusual; - } - break; - } - - // int32 min_distance = 5; - case 5: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(40u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &min_distance_))); - } else { - goto handle_unusual; - } - break; - } - - // uint32 text_color = 6; - case 6: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(48u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &text_color_))); - } else { - goto handle_unusual; - } - break; - } - - // uint32 text_stroke_color = 7; - case 7: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(56u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &text_stroke_color_))); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } + // int32 height = 1; + if (this->_internal_height() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<1>( + stream, this->_internal_height(), target); } -success: - // @@protoc_insertion_point(parse_success:ShieldRuleProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:ShieldRuleProto) - return false; -#undef DO_ + + // uint32 color = 2; + if (this->_internal_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 2, this->_internal_color(), target); + } + + // uint32 stroke_color = 3; + if (this->_internal_stroke_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 3, this->_internal_stroke_color(), target); + } + + // int32 priority = 4; + if (this->_internal_priority() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<4>( + stream, this->_internal_priority(), target); + } + + // int32 min_distance = 5; + if (this->_internal_min_distance() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<5>( + stream, this->_internal_min_distance(), target); + } + + // uint32 text_color = 6; + if (this->_internal_text_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 6, this->_internal_text_color(), target); + } + + // uint32 text_stroke_color = 7; + if (this->_internal_text_stroke_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 7, this->_internal_text_stroke_color(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:ShieldRuleProto) + return target; } -void ShieldRuleProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:ShieldRuleProto) - ::google::protobuf::uint32 cached_has_bits = 0; +::size_t ShieldRuleProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:ShieldRuleProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; // int32 height = 1; - if (this->height() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->height(), output); + if (this->_internal_height() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_height()); } // uint32 color = 2; - if (this->color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->color(), output); + if (this->_internal_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_color()); } // uint32 stroke_color = 3; - if (this->stroke_color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->stroke_color(), output); + if (this->_internal_stroke_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_stroke_color()); } // int32 priority = 4; - if (this->priority() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->priority(), output); + if (this->_internal_priority() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_priority()); } // int32 min_distance = 5; - if (this->min_distance() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(5, this->min_distance(), output); + if (this->_internal_min_distance() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_min_distance()); } // uint32 text_color = 6; - if (this->text_color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(6, this->text_color(), output); + if (this->_internal_text_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_text_color()); } // uint32 text_stroke_color = 7; - if (this->text_stroke_color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(7, this->text_stroke_color(), output); + if (this->_internal_text_stroke_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_text_stroke_color()); } - // @@protoc_insertion_point(serialize_end:ShieldRuleProto) -} - -size_t ShieldRuleProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:ShieldRuleProto) - size_t total_size = 0; - - // int32 height = 1; - if (this->height() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->height()); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); } - - // uint32 color = 2; - if (this->color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->color()); - } - - // uint32 stroke_color = 3; - if (this->stroke_color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->stroke_color()); - } - - // int32 priority = 4; - if (this->priority() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->priority()); - } - - // int32 min_distance = 5; - if (this->min_distance() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->min_distance()); - } - - // uint32 text_color = 6; - if (this->text_color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->text_color()); - } - - // uint32 text_stroke_color = 7; - if (this->text_stroke_color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->text_stroke_color()); - } - - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void ShieldRuleProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void ShieldRuleProto::MergeFrom(const ShieldRuleProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:ShieldRuleProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + ShieldRuleProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:ShieldRuleProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.height() != 0) { - set_height(from.height()); + if (from._internal_height() != 0) { + _this->_internal_set_height(from._internal_height()); } - if (from.color() != 0) { - set_color(from.color()); + if (from._internal_color() != 0) { + _this->_internal_set_color(from._internal_color()); } - if (from.stroke_color() != 0) { - set_stroke_color(from.stroke_color()); + if (from._internal_stroke_color() != 0) { + _this->_internal_set_stroke_color(from._internal_stroke_color()); } - if (from.priority() != 0) { - set_priority(from.priority()); + if (from._internal_priority() != 0) { + _this->_internal_set_priority(from._internal_priority()); } - if (from.min_distance() != 0) { - set_min_distance(from.min_distance()); + if (from._internal_min_distance() != 0) { + _this->_internal_set_min_distance(from._internal_min_distance()); } - if (from.text_color() != 0) { - set_text_color(from.text_color()); + if (from._internal_text_color() != 0) { + _this->_internal_set_text_color(from._internal_text_color()); } - if (from.text_stroke_color() != 0) { - set_text_stroke_color(from.text_stroke_color()); + if (from._internal_text_stroke_color() != 0) { + _this->_internal_set_text_stroke_color(from._internal_text_stroke_color()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void ShieldRuleProto::CopyFrom(const ShieldRuleProto& from) { @@ -4517,602 +3764,505 @@ void ShieldRuleProto::CopyFrom(const ShieldRuleProto& from) { MergeFrom(from); } -bool ShieldRuleProto::IsInitialized() const { +PROTOBUF_NOINLINE bool ShieldRuleProto::IsInitialized() const { return true; } -void ShieldRuleProto::Swap(ShieldRuleProto* other) { - if (other == this) return; - InternalSwap(other); -} void ShieldRuleProto::InternalSwap(ShieldRuleProto* other) { - std::swap(height_, other->height_); - std::swap(color_, other->color_); - std::swap(stroke_color_, other->stroke_color_); - std::swap(priority_, other->priority_); - std::swap(min_distance_, other->min_distance_); - std::swap(text_color_, other->text_color_); - std::swap(text_stroke_color_, other->text_stroke_color_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.text_stroke_color_) + + sizeof(ShieldRuleProto::_impl_.text_stroke_color_) + - PROTOBUF_FIELD_OFFSET(ShieldRuleProto, _impl_.height_)>( + reinterpret_cast(&_impl_.height_), + reinterpret_cast(&other->_impl_.height_)); } -::std::string ShieldRuleProto::GetTypeName() const { +std::string ShieldRuleProto::GetTypeName() const { return "ShieldRuleProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// ShieldRuleProto - -// int32 height = 1; -void ShieldRuleProto::clear_height() { - height_ = 0; -} -::google::protobuf::int32 ShieldRuleProto::height() const { - // @@protoc_insertion_point(field_get:ShieldRuleProto.height) - return height_; -} -void ShieldRuleProto::set_height(::google::protobuf::int32 value) { - - height_ = value; - // @@protoc_insertion_point(field_set:ShieldRuleProto.height) -} - -// uint32 color = 2; -void ShieldRuleProto::clear_color() { - color_ = 0u; -} -::google::protobuf::uint32 ShieldRuleProto::color() const { - // @@protoc_insertion_point(field_get:ShieldRuleProto.color) - return color_; -} -void ShieldRuleProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; - // @@protoc_insertion_point(field_set:ShieldRuleProto.color) -} - -// uint32 stroke_color = 3; -void ShieldRuleProto::clear_stroke_color() { - stroke_color_ = 0u; -} -::google::protobuf::uint32 ShieldRuleProto::stroke_color() const { - // @@protoc_insertion_point(field_get:ShieldRuleProto.stroke_color) - return stroke_color_; -} -void ShieldRuleProto::set_stroke_color(::google::protobuf::uint32 value) { - - stroke_color_ = value; - // @@protoc_insertion_point(field_set:ShieldRuleProto.stroke_color) -} - -// int32 priority = 4; -void ShieldRuleProto::clear_priority() { - priority_ = 0; -} -::google::protobuf::int32 ShieldRuleProto::priority() const { - // @@protoc_insertion_point(field_get:ShieldRuleProto.priority) - return priority_; -} -void ShieldRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; - // @@protoc_insertion_point(field_set:ShieldRuleProto.priority) -} - -// int32 min_distance = 5; -void ShieldRuleProto::clear_min_distance() { - min_distance_ = 0; -} -::google::protobuf::int32 ShieldRuleProto::min_distance() const { - // @@protoc_insertion_point(field_get:ShieldRuleProto.min_distance) - return min_distance_; -} -void ShieldRuleProto::set_min_distance(::google::protobuf::int32 value) { - - min_distance_ = value; - // @@protoc_insertion_point(field_set:ShieldRuleProto.min_distance) -} - -// uint32 text_color = 6; -void ShieldRuleProto::clear_text_color() { - text_color_ = 0u; -} -::google::protobuf::uint32 ShieldRuleProto::text_color() const { - // @@protoc_insertion_point(field_get:ShieldRuleProto.text_color) - return text_color_; -} -void ShieldRuleProto::set_text_color(::google::protobuf::uint32 value) { - - text_color_ = value; - // @@protoc_insertion_point(field_set:ShieldRuleProto.text_color) -} - -// uint32 text_stroke_color = 7; -void ShieldRuleProto::clear_text_stroke_color() { - text_stroke_color_ = 0u; -} -::google::protobuf::uint32 ShieldRuleProto::text_stroke_color() const { - // @@protoc_insertion_point(field_get:ShieldRuleProto.text_stroke_color) - return text_stroke_color_; -} -void ShieldRuleProto::set_text_stroke_color(::google::protobuf::uint32 value) { - - text_stroke_color_ = value; - // @@protoc_insertion_point(field_set:ShieldRuleProto.text_stroke_color) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int DrawElementProto::kScaleFieldNumber; -const int DrawElementProto::kLinesFieldNumber; -const int DrawElementProto::kAreaFieldNumber; -const int DrawElementProto::kSymbolFieldNumber; -const int DrawElementProto::kCaptionFieldNumber; -const int DrawElementProto::kCircleFieldNumber; -const int DrawElementProto::kPathTextFieldNumber; -const int DrawElementProto::kShieldFieldNumber; -const int DrawElementProto::kApplyIfFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class DrawElementProto::_Internal { + public: + using HasBits = decltype(std::declval()._impl_._has_bits_); + static constexpr ::int32_t kHasBitsOffset = + 8 * PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_._has_bits_); + static const ::AreaRuleProto& area(const DrawElementProto* msg); + static void set_has_area(HasBits* has_bits) { + (*has_bits)[0] |= 1u; + } + static const ::SymbolRuleProto& symbol(const DrawElementProto* msg); + static void set_has_symbol(HasBits* has_bits) { + (*has_bits)[0] |= 2u; + } + static const ::CaptionRuleProto& caption(const DrawElementProto* msg); + static void set_has_caption(HasBits* has_bits) { + (*has_bits)[0] |= 4u; + } + static const ::CircleRuleProto& circle(const DrawElementProto* msg); + static void set_has_circle(HasBits* has_bits) { + (*has_bits)[0] |= 8u; + } + static const ::PathTextRuleProto& path_text(const DrawElementProto* msg); + static void set_has_path_text(HasBits* has_bits) { + (*has_bits)[0] |= 16u; + } + static const ::ShieldRuleProto& shield(const DrawElementProto* msg); + static void set_has_shield(HasBits* has_bits) { + (*has_bits)[0] |= 32u; + } +}; -DrawElementProto::DrawElementProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:DrawElementProto) +const ::AreaRuleProto& DrawElementProto::_Internal::area(const DrawElementProto* msg) { + return *msg->_impl_.area_; } -DrawElementProto::DrawElementProto(const DrawElementProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - lines_(from.lines_), - apply_if_(from.apply_if_), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_area()) { - area_ = new ::AreaRuleProto(*from.area_); - } else { - area_ = NULL; +const ::SymbolRuleProto& DrawElementProto::_Internal::symbol(const DrawElementProto* msg) { + return *msg->_impl_.symbol_; +} +const ::CaptionRuleProto& DrawElementProto::_Internal::caption(const DrawElementProto* msg) { + return *msg->_impl_.caption_; +} +const ::CircleRuleProto& DrawElementProto::_Internal::circle(const DrawElementProto* msg) { + return *msg->_impl_.circle_; +} +const ::PathTextRuleProto& DrawElementProto::_Internal::path_text(const DrawElementProto* msg) { + return *msg->_impl_.path_text_; +} +const ::ShieldRuleProto& DrawElementProto::_Internal::shield(const DrawElementProto* msg) { + return *msg->_impl_.shield_; +} +DrawElementProto::DrawElementProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:DrawElementProto) +} +DrawElementProto::DrawElementProto(const DrawElementProto& from) : ::google::protobuf::MessageLite() { + DrawElementProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.lines_){from._impl_.lines_}, + decltype(_impl_.apply_if_){from._impl_.apply_if_}, + decltype(_impl_.area_){nullptr}, + decltype(_impl_.symbol_){nullptr}, + decltype(_impl_.caption_){nullptr}, + decltype(_impl_.circle_){nullptr}, + decltype(_impl_.path_text_){nullptr}, + decltype(_impl_.shield_){nullptr}, + decltype(_impl_.scale_){}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_impl_.area_ = new ::AreaRuleProto(*from._impl_.area_); } - if (from.has_symbol()) { - symbol_ = new ::SymbolRuleProto(*from.symbol_); - } else { - symbol_ = NULL; + if ((from._impl_._has_bits_[0] & 0x00000002u) != 0) { + _this->_impl_.symbol_ = new ::SymbolRuleProto(*from._impl_.symbol_); } - if (from.has_caption()) { - caption_ = new ::CaptionRuleProto(*from.caption_); - } else { - caption_ = NULL; + if ((from._impl_._has_bits_[0] & 0x00000004u) != 0) { + _this->_impl_.caption_ = new ::CaptionRuleProto(*from._impl_.caption_); } - if (from.has_circle()) { - circle_ = new ::CircleRuleProto(*from.circle_); - } else { - circle_ = NULL; + if ((from._impl_._has_bits_[0] & 0x00000008u) != 0) { + _this->_impl_.circle_ = new ::CircleRuleProto(*from._impl_.circle_); } - if (from.has_path_text()) { - path_text_ = new ::PathTextRuleProto(*from.path_text_); - } else { - path_text_ = NULL; + if ((from._impl_._has_bits_[0] & 0x00000010u) != 0) { + _this->_impl_.path_text_ = new ::PathTextRuleProto(*from._impl_.path_text_); } - if (from.has_shield()) { - shield_ = new ::ShieldRuleProto(*from.shield_); - } else { - shield_ = NULL; + if ((from._impl_._has_bits_[0] & 0x00000020u) != 0) { + _this->_impl_.shield_ = new ::ShieldRuleProto(*from._impl_.shield_); } - scale_ = from.scale_; + _this->_impl_.scale_ = from._impl_.scale_; + // @@protoc_insertion_point(copy_constructor:DrawElementProto) } - -void DrawElementProto::SharedCtor() { - ::memset(&area_, 0, reinterpret_cast(&scale_) - - reinterpret_cast(&area_) + sizeof(scale_)); - _cached_size_ = 0; +inline void DrawElementProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.lines_){arena}, + decltype(_impl_.apply_if_){arena}, + decltype(_impl_.area_){nullptr}, + decltype(_impl_.symbol_){nullptr}, + decltype(_impl_.caption_){nullptr}, + decltype(_impl_.circle_){nullptr}, + decltype(_impl_.path_text_){nullptr}, + decltype(_impl_.shield_){nullptr}, + decltype(_impl_.scale_){0}, + }; } - DrawElementProto::~DrawElementProto() { // @@protoc_insertion_point(destructor:DrawElementProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void DrawElementProto::SharedDtor() { - if (this != internal_default_instance()) { - delete area_; - } - if (this != internal_default_instance()) { - delete symbol_; - } - if (this != internal_default_instance()) { - delete caption_; - } - if (this != internal_default_instance()) { - delete circle_; - } - if (this != internal_default_instance()) { - delete path_text_; - } - if (this != internal_default_instance()) { - delete shield_; - } +inline void DrawElementProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.lines_.~RepeatedPtrField(); + _internal_mutable_apply_if()->~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.area_; + if (this != internal_default_instance()) delete _impl_.symbol_; + if (this != internal_default_instance()) delete _impl_.caption_; + if (this != internal_default_instance()) delete _impl_.circle_; + if (this != internal_default_instance()) delete _impl_.path_text_; + if (this != internal_default_instance()) delete _impl_.shield_; } - void DrawElementProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const DrawElementProto& DrawElementProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -DrawElementProto* DrawElementProto::New(::google::protobuf::Arena* arena) const { - DrawElementProto* n = new DrawElementProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void DrawElementProto::Clear() { +PROTOBUF_NOINLINE void DrawElementProto::Clear() { // @@protoc_insertion_point(message_clear_start:DrawElementProto) - lines_.Clear(); - apply_if_.Clear(); - if (GetArenaNoVirtual() == NULL && area_ != NULL) { - delete area_; - } - area_ = NULL; - if (GetArenaNoVirtual() == NULL && symbol_ != NULL) { - delete symbol_; - } - symbol_ = NULL; - if (GetArenaNoVirtual() == NULL && caption_ != NULL) { - delete caption_; - } - caption_ = NULL; - if (GetArenaNoVirtual() == NULL && circle_ != NULL) { - delete circle_; - } - circle_ = NULL; - if (GetArenaNoVirtual() == NULL && path_text_ != NULL) { - delete path_text_; - } - path_text_ = NULL; - if (GetArenaNoVirtual() == NULL && shield_ != NULL) { - delete shield_; - } - shield_ = NULL; - scale_ = 0; -} - -bool DrawElementProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:DrawElementProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // int32 scale = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(8u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &scale_))); - } else { - goto handle_unusual; - } - break; - } - - // repeated .LineRuleProto lines = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(18u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_lines())); - } else { - goto handle_unusual; - } - break; - } - - // .AreaRuleProto area = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(26u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_area())); - } else { - goto handle_unusual; - } - break; - } - - // .SymbolRuleProto symbol = 4; - case 4: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(34u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_symbol())); - } else { - goto handle_unusual; - } - break; - } - - // .CaptionRuleProto caption = 5; - case 5: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(42u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_caption())); - } else { - goto handle_unusual; - } - break; - } - - // .CircleRuleProto circle = 6; - case 6: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(50u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_circle())); - } else { - goto handle_unusual; - } - break; - } - - // .PathTextRuleProto path_text = 7; - case 7: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(58u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_path_text())); - } else { - goto handle_unusual; - } - break; - } - - // .ShieldRuleProto shield = 8; - case 8: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(66u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_shield())); - } else { - goto handle_unusual; - } - break; - } - - // repeated string apply_if = 9; - case 9: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(74u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->add_apply_if())); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->apply_if(this->apply_if_size() - 1).data(), - this->apply_if(this->apply_if_size() - 1).length(), - ::google::protobuf::internal::WireFormatLite::PARSE, - "DrawElementProto.apply_if")); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:DrawElementProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:DrawElementProto) - return false; -#undef DO_ -} - -void DrawElementProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:DrawElementProto) - ::google::protobuf::uint32 cached_has_bits = 0; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // int32 scale = 1; - if (this->scale() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->scale(), output); - } - - // repeated .LineRuleProto lines = 2; - for (unsigned int i = 0, n = this->lines_size(); i < n; i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 2, this->lines(i), output); - } - - // .AreaRuleProto area = 3; - if (this->has_area()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 3, *this->area_, output); - } - - // .SymbolRuleProto symbol = 4; - if (this->has_symbol()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 4, *this->symbol_, output); - } - - // .CaptionRuleProto caption = 5; - if (this->has_caption()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 5, *this->caption_, output); - } - - // .CircleRuleProto circle = 6; - if (this->has_circle()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 6, *this->circle_, output); - } - - // .PathTextRuleProto path_text = 7; - if (this->has_path_text()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 7, *this->path_text_, output); - } - - // .ShieldRuleProto shield = 8; - if (this->has_shield()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 8, *this->shield_, output); - } - - // repeated string apply_if = 9; - for (int i = 0, n = this->apply_if_size(); i < n; i++) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->apply_if(i).data(), this->apply_if(i).length(), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "DrawElementProto.apply_if"); - ::google::protobuf::internal::WireFormatLite::WriteString( - 9, this->apply_if(i), output); - } - - // @@protoc_insertion_point(serialize_end:DrawElementProto) -} - -size_t DrawElementProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:DrawElementProto) - size_t total_size = 0; - - // repeated .LineRuleProto lines = 2; - { - unsigned int count = this->lines_size(); - total_size += 1UL * count; - for (unsigned int i = 0; i < count; i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->lines(i)); + _internal_mutable_lines()->Clear(); + _internal_mutable_apply_if()->Clear(); + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x0000003fu) { + if (cached_has_bits & 0x00000001u) { + ABSL_DCHECK(_impl_.area_ != nullptr); + _impl_.area_->Clear(); + } + if (cached_has_bits & 0x00000002u) { + ABSL_DCHECK(_impl_.symbol_ != nullptr); + _impl_.symbol_->Clear(); + } + if (cached_has_bits & 0x00000004u) { + ABSL_DCHECK(_impl_.caption_ != nullptr); + _impl_.caption_->Clear(); + } + if (cached_has_bits & 0x00000008u) { + ABSL_DCHECK(_impl_.circle_ != nullptr); + _impl_.circle_->Clear(); + } + if (cached_has_bits & 0x00000010u) { + ABSL_DCHECK(_impl_.path_text_ != nullptr); + _impl_.path_text_->Clear(); + } + if (cached_has_bits & 0x00000020u) { + ABSL_DCHECK(_impl_.shield_ != nullptr); + _impl_.shield_->Clear(); } } + _impl_.scale_ = 0; + _impl_._has_bits_.Clear(); + _internal_metadata_.Clear(); +} - // repeated string apply_if = 9; - total_size += 1 * - ::google::protobuf::internal::FromIntSize(this->apply_if_size()); - for (int i = 0, n = this->apply_if_size(); i < n; i++) { - total_size += ::google::protobuf::internal::WireFormatLite::StringSize( - this->apply_if(i)); +const char* DrawElementProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} + + +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<4, 9, 7, 41, 2> DrawElementProto::_table_ = { + { + PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_._has_bits_), + 0, // no _extensions_ + 9, 120, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294966784, // skipmap + offsetof(decltype(_table_), field_entries), + 9, // num_field_entries + 7, // num_aux_entries + offsetof(decltype(_table_), aux_entries), + &_DrawElementProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + {::_pbi::TcParser::MiniParse, {}}, + // int32 scale = 1; + {::_pbi::TcParser::FastV32S1, + {8, 63, 0, PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.scale_)}}, + // repeated .LineRuleProto lines = 2; + {::_pbi::TcParser::FastMtR1, + {18, 63, 0, PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.lines_)}}, + // .AreaRuleProto area = 3; + {::_pbi::TcParser::FastMtS1, + {26, 0, 1, PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.area_)}}, + // .SymbolRuleProto symbol = 4; + {::_pbi::TcParser::FastMtS1, + {34, 1, 2, PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.symbol_)}}, + // .CaptionRuleProto caption = 5; + {::_pbi::TcParser::FastMtS1, + {42, 2, 3, PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.caption_)}}, + // .CircleRuleProto circle = 6; + {::_pbi::TcParser::FastMtS1, + {50, 3, 4, PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.circle_)}}, + // .PathTextRuleProto path_text = 7; + {::_pbi::TcParser::FastMtS1, + {58, 4, 5, PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.path_text_)}}, + // .ShieldRuleProto shield = 8; + {::_pbi::TcParser::FastMtS1, + {66, 5, 6, PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.shield_)}}, + // repeated string apply_if = 9; + {::_pbi::TcParser::FastUR1, + {74, 63, 0, PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.apply_if_)}}, + {::_pbi::TcParser::MiniParse, {}}, + {::_pbi::TcParser::MiniParse, {}}, + {::_pbi::TcParser::MiniParse, {}}, + {::_pbi::TcParser::MiniParse, {}}, + {::_pbi::TcParser::MiniParse, {}}, + {::_pbi::TcParser::MiniParse, {}}, + }}, {{ + 65535, 65535 + }}, {{ + // int32 scale = 1; + {PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.scale_), -1, 0, + (0 | ::_fl::kFcSingular | ::_fl::kInt32)}, + // repeated .LineRuleProto lines = 2; + {PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.lines_), -1, 0, + (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)}, + // .AreaRuleProto area = 3; + {PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.area_), _Internal::kHasBitsOffset + 0, 1, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // .SymbolRuleProto symbol = 4; + {PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.symbol_), _Internal::kHasBitsOffset + 1, 2, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // .CaptionRuleProto caption = 5; + {PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.caption_), _Internal::kHasBitsOffset + 2, 3, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // .CircleRuleProto circle = 6; + {PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.circle_), _Internal::kHasBitsOffset + 3, 4, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // .PathTextRuleProto path_text = 7; + {PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.path_text_), _Internal::kHasBitsOffset + 4, 5, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // .ShieldRuleProto shield = 8; + {PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.shield_), _Internal::kHasBitsOffset + 5, 6, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + // repeated string apply_if = 9; + {PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.apply_if_), -1, 0, + (0 | ::_fl::kFcRepeated | ::_fl::kUtf8String | ::_fl::kRepSString)}, + }}, {{ + {::_pbi::TcParser::GetTable<::LineRuleProto>()}, + {::_pbi::TcParser::GetTable<::AreaRuleProto>()}, + {::_pbi::TcParser::GetTable<::SymbolRuleProto>()}, + {::_pbi::TcParser::GetTable<::CaptionRuleProto>()}, + {::_pbi::TcParser::GetTable<::CircleRuleProto>()}, + {::_pbi::TcParser::GetTable<::PathTextRuleProto>()}, + {::_pbi::TcParser::GetTable<::ShieldRuleProto>()}, + }}, {{ + "\20\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0" + "DrawElementProto" + "apply_if" + }}, +}; + +::uint8_t* DrawElementProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:DrawElementProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; + + // int32 scale = 1; + if (this->_internal_scale() != 0) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteInt32ToArrayWithField<1>( + stream, this->_internal_scale(), target); } + // repeated .LineRuleProto lines = 2; + for (unsigned i = 0, + n = static_cast(this->_internal_lines_size()); i < n; i++) { + const auto& repfield = this->_internal_lines().Get(i); + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(2, repfield, repfield.GetCachedSize(), target, stream); + } + + cached_has_bits = _impl_._has_bits_[0]; // .AreaRuleProto area = 3; - if (this->has_area()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->area_); + if (cached_has_bits & 0x00000001u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(3, _Internal::area(this), + _Internal::area(this).GetCachedSize(), target, stream); } // .SymbolRuleProto symbol = 4; - if (this->has_symbol()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->symbol_); + if (cached_has_bits & 0x00000002u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(4, _Internal::symbol(this), + _Internal::symbol(this).GetCachedSize(), target, stream); } // .CaptionRuleProto caption = 5; - if (this->has_caption()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->caption_); + if (cached_has_bits & 0x00000004u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(5, _Internal::caption(this), + _Internal::caption(this).GetCachedSize(), target, stream); } // .CircleRuleProto circle = 6; - if (this->has_circle()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->circle_); + if (cached_has_bits & 0x00000008u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(6, _Internal::circle(this), + _Internal::circle(this).GetCachedSize(), target, stream); } // .PathTextRuleProto path_text = 7; - if (this->has_path_text()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->path_text_); + if (cached_has_bits & 0x00000010u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(7, _Internal::path_text(this), + _Internal::path_text(this).GetCachedSize(), target, stream); } // .ShieldRuleProto shield = 8; - if (this->has_shield()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->shield_); + if (cached_has_bits & 0x00000020u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(8, _Internal::shield(this), + _Internal::shield(this).GetCachedSize(), target, stream); } + // repeated string apply_if = 9; + for (int i = 0, n = this->_internal_apply_if_size(); i < n; ++i) { + const auto& s = this->_internal_apply_if().Get(i); + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + s.data(), static_cast(s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "DrawElementProto.apply_if"); + target = stream->WriteString(9, s, target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:DrawElementProto) + return target; +} + +::size_t DrawElementProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:DrawElementProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated .LineRuleProto lines = 2; + total_size += 1UL * this->_internal_lines_size(); + for (const auto& msg : this->_internal_lines()) { + total_size += + ::google::protobuf::internal::WireFormatLite::MessageSize(msg); + } + // repeated string apply_if = 9; + total_size += 1 * ::google::protobuf::internal::FromIntSize(_internal_apply_if().size()); + for (int i = 0, n = _internal_apply_if().size(); i < n; ++i) { + total_size += ::google::protobuf::internal::WireFormatLite::StringSize( + _internal_apply_if().Get(i)); + } + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x0000003fu) { + // .AreaRuleProto area = 3; + if (cached_has_bits & 0x00000001u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.area_); + } + + // .SymbolRuleProto symbol = 4; + if (cached_has_bits & 0x00000002u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.symbol_); + } + + // .CaptionRuleProto caption = 5; + if (cached_has_bits & 0x00000004u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.caption_); + } + + // .CircleRuleProto circle = 6; + if (cached_has_bits & 0x00000008u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.circle_); + } + + // .PathTextRuleProto path_text = 7; + if (cached_has_bits & 0x00000010u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.path_text_); + } + + // .ShieldRuleProto shield = 8; + if (cached_has_bits & 0x00000020u) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.shield_); + } + + } // int32 scale = 1; - if (this->scale() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->scale()); + if (this->_internal_scale() != 0) { + total_size += ::_pbi::WireFormatLite::Int32SizePlusOne( + this->_internal_scale()); } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void DrawElementProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void DrawElementProto::MergeFrom(const DrawElementProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:DrawElementProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + DrawElementProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:DrawElementProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - lines_.MergeFrom(from.lines_); - apply_if_.MergeFrom(from.apply_if_); - if (from.has_area()) { - mutable_area()->::AreaRuleProto::MergeFrom(from.area()); + _this->_internal_mutable_lines()->MergeFrom(from._internal_lines()); + _this->_internal_mutable_apply_if()->MergeFrom(from._internal_apply_if()); + cached_has_bits = from._impl_._has_bits_[0]; + if (cached_has_bits & 0x0000003fu) { + if (cached_has_bits & 0x00000001u) { + _this->_internal_mutable_area()->::AreaRuleProto::MergeFrom( + from._internal_area()); + } + if (cached_has_bits & 0x00000002u) { + _this->_internal_mutable_symbol()->::SymbolRuleProto::MergeFrom( + from._internal_symbol()); + } + if (cached_has_bits & 0x00000004u) { + _this->_internal_mutable_caption()->::CaptionRuleProto::MergeFrom( + from._internal_caption()); + } + if (cached_has_bits & 0x00000008u) { + _this->_internal_mutable_circle()->::CircleRuleProto::MergeFrom( + from._internal_circle()); + } + if (cached_has_bits & 0x00000010u) { + _this->_internal_mutable_path_text()->::PathTextRuleProto::MergeFrom( + from._internal_path_text()); + } + if (cached_has_bits & 0x00000020u) { + _this->_internal_mutable_shield()->::ShieldRuleProto::MergeFrom( + from._internal_shield()); + } } - if (from.has_symbol()) { - mutable_symbol()->::SymbolRuleProto::MergeFrom(from.symbol()); - } - if (from.has_caption()) { - mutable_caption()->::CaptionRuleProto::MergeFrom(from.caption()); - } - if (from.has_circle()) { - mutable_circle()->::CircleRuleProto::MergeFrom(from.circle()); - } - if (from.has_path_text()) { - mutable_path_text()->::PathTextRuleProto::MergeFrom(from.path_text()); - } - if (from.has_shield()) { - mutable_shield()->::ShieldRuleProto::MergeFrom(from.shield()); - } - if (from.scale() != 0) { - set_scale(from.scale()); + if (from._internal_scale() != 0) { + _this->_internal_set_scale(from._internal_scale()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void DrawElementProto::CopyFrom(const DrawElementProto& from) { @@ -5122,579 +4272,220 @@ void DrawElementProto::CopyFrom(const DrawElementProto& from) { MergeFrom(from); } -bool DrawElementProto::IsInitialized() const { +PROTOBUF_NOINLINE bool DrawElementProto::IsInitialized() const { return true; } -void DrawElementProto::Swap(DrawElementProto* other) { - if (other == this) return; - InternalSwap(other); -} void DrawElementProto::InternalSwap(DrawElementProto* other) { - lines_.InternalSwap(&other->lines_); - apply_if_.InternalSwap(&other->apply_if_); - std::swap(area_, other->area_); - std::swap(symbol_, other->symbol_); - std::swap(caption_, other->caption_); - std::swap(circle_, other->circle_); - std::swap(path_text_, other->path_text_); - std::swap(shield_, other->shield_); - std::swap(scale_, other->scale_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.lines_.InternalSwap(&other->_impl_.lines_); + _impl_.apply_if_.InternalSwap(&other->_impl_.apply_if_); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.scale_) + + sizeof(DrawElementProto::_impl_.scale_) + - PROTOBUF_FIELD_OFFSET(DrawElementProto, _impl_.area_)>( + reinterpret_cast(&_impl_.area_), + reinterpret_cast(&other->_impl_.area_)); } -::std::string DrawElementProto::GetTypeName() const { +std::string DrawElementProto::GetTypeName() const { return "DrawElementProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// DrawElementProto - -// int32 scale = 1; -void DrawElementProto::clear_scale() { - scale_ = 0; -} -::google::protobuf::int32 DrawElementProto::scale() const { - // @@protoc_insertion_point(field_get:DrawElementProto.scale) - return scale_; -} -void DrawElementProto::set_scale(::google::protobuf::int32 value) { - - scale_ = value; - // @@protoc_insertion_point(field_set:DrawElementProto.scale) -} - -// repeated .LineRuleProto lines = 2; -int DrawElementProto::lines_size() const { - return lines_.size(); -} -void DrawElementProto::clear_lines() { - lines_.Clear(); -} -const ::LineRuleProto& DrawElementProto::lines(int index) const { - // @@protoc_insertion_point(field_get:DrawElementProto.lines) - return lines_.Get(index); -} -::LineRuleProto* DrawElementProto::mutable_lines(int index) { - // @@protoc_insertion_point(field_mutable:DrawElementProto.lines) - return lines_.Mutable(index); -} -::LineRuleProto* DrawElementProto::add_lines() { - // @@protoc_insertion_point(field_add:DrawElementProto.lines) - return lines_.Add(); -} -::google::protobuf::RepeatedPtrField< ::LineRuleProto >* -DrawElementProto::mutable_lines() { - // @@protoc_insertion_point(field_mutable_list:DrawElementProto.lines) - return &lines_; -} -const ::google::protobuf::RepeatedPtrField< ::LineRuleProto >& -DrawElementProto::lines() const { - // @@protoc_insertion_point(field_list:DrawElementProto.lines) - return lines_; -} - -// .AreaRuleProto area = 3; -bool DrawElementProto::has_area() const { - return this != internal_default_instance() && area_ != NULL; -} -void DrawElementProto::clear_area() { - if (GetArenaNoVirtual() == NULL && area_ != NULL) delete area_; - area_ = NULL; -} -const ::AreaRuleProto& DrawElementProto::area() const { - // @@protoc_insertion_point(field_get:DrawElementProto.area) - return area_ != NULL ? *area_ - : *::AreaRuleProto::internal_default_instance(); -} -::AreaRuleProto* DrawElementProto::mutable_area() { - - if (area_ == NULL) { - area_ = new ::AreaRuleProto; - } - // @@protoc_insertion_point(field_mutable:DrawElementProto.area) - return area_; -} -::AreaRuleProto* DrawElementProto::release_area() { - // @@protoc_insertion_point(field_release:DrawElementProto.area) - - ::AreaRuleProto* temp = area_; - area_ = NULL; - return temp; -} -void DrawElementProto::set_allocated_area(::AreaRuleProto* area) { - delete area_; - area_ = area; - if (area) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:DrawElementProto.area) -} - -// .SymbolRuleProto symbol = 4; -bool DrawElementProto::has_symbol() const { - return this != internal_default_instance() && symbol_ != NULL; -} -void DrawElementProto::clear_symbol() { - if (GetArenaNoVirtual() == NULL && symbol_ != NULL) delete symbol_; - symbol_ = NULL; -} -const ::SymbolRuleProto& DrawElementProto::symbol() const { - // @@protoc_insertion_point(field_get:DrawElementProto.symbol) - return symbol_ != NULL ? *symbol_ - : *::SymbolRuleProto::internal_default_instance(); -} -::SymbolRuleProto* DrawElementProto::mutable_symbol() { - - if (symbol_ == NULL) { - symbol_ = new ::SymbolRuleProto; - } - // @@protoc_insertion_point(field_mutable:DrawElementProto.symbol) - return symbol_; -} -::SymbolRuleProto* DrawElementProto::release_symbol() { - // @@protoc_insertion_point(field_release:DrawElementProto.symbol) - - ::SymbolRuleProto* temp = symbol_; - symbol_ = NULL; - return temp; -} -void DrawElementProto::set_allocated_symbol(::SymbolRuleProto* symbol) { - delete symbol_; - symbol_ = symbol; - if (symbol) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:DrawElementProto.symbol) -} - -// .CaptionRuleProto caption = 5; -bool DrawElementProto::has_caption() const { - return this != internal_default_instance() && caption_ != NULL; -} -void DrawElementProto::clear_caption() { - if (GetArenaNoVirtual() == NULL && caption_ != NULL) delete caption_; - caption_ = NULL; -} -const ::CaptionRuleProto& DrawElementProto::caption() const { - // @@protoc_insertion_point(field_get:DrawElementProto.caption) - return caption_ != NULL ? *caption_ - : *::CaptionRuleProto::internal_default_instance(); -} -::CaptionRuleProto* DrawElementProto::mutable_caption() { - - if (caption_ == NULL) { - caption_ = new ::CaptionRuleProto; - } - // @@protoc_insertion_point(field_mutable:DrawElementProto.caption) - return caption_; -} -::CaptionRuleProto* DrawElementProto::release_caption() { - // @@protoc_insertion_point(field_release:DrawElementProto.caption) - - ::CaptionRuleProto* temp = caption_; - caption_ = NULL; - return temp; -} -void DrawElementProto::set_allocated_caption(::CaptionRuleProto* caption) { - delete caption_; - caption_ = caption; - if (caption) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:DrawElementProto.caption) -} - -// .CircleRuleProto circle = 6; -bool DrawElementProto::has_circle() const { - return this != internal_default_instance() && circle_ != NULL; -} -void DrawElementProto::clear_circle() { - if (GetArenaNoVirtual() == NULL && circle_ != NULL) delete circle_; - circle_ = NULL; -} -const ::CircleRuleProto& DrawElementProto::circle() const { - // @@protoc_insertion_point(field_get:DrawElementProto.circle) - return circle_ != NULL ? *circle_ - : *::CircleRuleProto::internal_default_instance(); -} -::CircleRuleProto* DrawElementProto::mutable_circle() { - - if (circle_ == NULL) { - circle_ = new ::CircleRuleProto; - } - // @@protoc_insertion_point(field_mutable:DrawElementProto.circle) - return circle_; -} -::CircleRuleProto* DrawElementProto::release_circle() { - // @@protoc_insertion_point(field_release:DrawElementProto.circle) - - ::CircleRuleProto* temp = circle_; - circle_ = NULL; - return temp; -} -void DrawElementProto::set_allocated_circle(::CircleRuleProto* circle) { - delete circle_; - circle_ = circle; - if (circle) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:DrawElementProto.circle) -} - -// .PathTextRuleProto path_text = 7; -bool DrawElementProto::has_path_text() const { - return this != internal_default_instance() && path_text_ != NULL; -} -void DrawElementProto::clear_path_text() { - if (GetArenaNoVirtual() == NULL && path_text_ != NULL) delete path_text_; - path_text_ = NULL; -} -const ::PathTextRuleProto& DrawElementProto::path_text() const { - // @@protoc_insertion_point(field_get:DrawElementProto.path_text) - return path_text_ != NULL ? *path_text_ - : *::PathTextRuleProto::internal_default_instance(); -} -::PathTextRuleProto* DrawElementProto::mutable_path_text() { - - if (path_text_ == NULL) { - path_text_ = new ::PathTextRuleProto; - } - // @@protoc_insertion_point(field_mutable:DrawElementProto.path_text) - return path_text_; -} -::PathTextRuleProto* DrawElementProto::release_path_text() { - // @@protoc_insertion_point(field_release:DrawElementProto.path_text) - - ::PathTextRuleProto* temp = path_text_; - path_text_ = NULL; - return temp; -} -void DrawElementProto::set_allocated_path_text(::PathTextRuleProto* path_text) { - delete path_text_; - path_text_ = path_text; - if (path_text) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:DrawElementProto.path_text) -} - -// .ShieldRuleProto shield = 8; -bool DrawElementProto::has_shield() const { - return this != internal_default_instance() && shield_ != NULL; -} -void DrawElementProto::clear_shield() { - if (GetArenaNoVirtual() == NULL && shield_ != NULL) delete shield_; - shield_ = NULL; -} -const ::ShieldRuleProto& DrawElementProto::shield() const { - // @@protoc_insertion_point(field_get:DrawElementProto.shield) - return shield_ != NULL ? *shield_ - : *::ShieldRuleProto::internal_default_instance(); -} -::ShieldRuleProto* DrawElementProto::mutable_shield() { - - if (shield_ == NULL) { - shield_ = new ::ShieldRuleProto; - } - // @@protoc_insertion_point(field_mutable:DrawElementProto.shield) - return shield_; -} -::ShieldRuleProto* DrawElementProto::release_shield() { - // @@protoc_insertion_point(field_release:DrawElementProto.shield) - - ::ShieldRuleProto* temp = shield_; - shield_ = NULL; - return temp; -} -void DrawElementProto::set_allocated_shield(::ShieldRuleProto* shield) { - delete shield_; - shield_ = shield; - if (shield) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:DrawElementProto.shield) -} - -// repeated string apply_if = 9; -int DrawElementProto::apply_if_size() const { - return apply_if_.size(); -} -void DrawElementProto::clear_apply_if() { - apply_if_.Clear(); -} -const ::std::string& DrawElementProto::apply_if(int index) const { - // @@protoc_insertion_point(field_get:DrawElementProto.apply_if) - return apply_if_.Get(index); -} -::std::string* DrawElementProto::mutable_apply_if(int index) { - // @@protoc_insertion_point(field_mutable:DrawElementProto.apply_if) - return apply_if_.Mutable(index); -} -void DrawElementProto::set_apply_if(int index, const ::std::string& value) { - // @@protoc_insertion_point(field_set:DrawElementProto.apply_if) - apply_if_.Mutable(index)->assign(value); -} -#if LANG_CXX11 -void DrawElementProto::set_apply_if(int index, ::std::string&& value) { - // @@protoc_insertion_point(field_set:DrawElementProto.apply_if) - apply_if_.Mutable(index)->assign(std::move(value)); -} -#endif -void DrawElementProto::set_apply_if(int index, const char* value) { - GOOGLE_DCHECK(value != NULL); - apply_if_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:DrawElementProto.apply_if) -} -void DrawElementProto::set_apply_if(int index, const char* value, size_t size) { - apply_if_.Mutable(index)->assign( - reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:DrawElementProto.apply_if) -} -::std::string* DrawElementProto::add_apply_if() { - // @@protoc_insertion_point(field_add_mutable:DrawElementProto.apply_if) - return apply_if_.Add(); -} -void DrawElementProto::add_apply_if(const ::std::string& value) { - apply_if_.Add()->assign(value); - // @@protoc_insertion_point(field_add:DrawElementProto.apply_if) -} -#if LANG_CXX11 -void DrawElementProto::add_apply_if(::std::string&& value) { - apply_if_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:DrawElementProto.apply_if) -} -#endif -void DrawElementProto::add_apply_if(const char* value) { - GOOGLE_DCHECK(value != NULL); - apply_if_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:DrawElementProto.apply_if) -} -void DrawElementProto::add_apply_if(const char* value, size_t size) { - apply_if_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:DrawElementProto.apply_if) -} -const ::google::protobuf::RepeatedPtrField< ::std::string>& -DrawElementProto::apply_if() const { - // @@protoc_insertion_point(field_list:DrawElementProto.apply_if) - return apply_if_; -} -::google::protobuf::RepeatedPtrField< ::std::string>* -DrawElementProto::mutable_apply_if() { - // @@protoc_insertion_point(field_mutable_list:DrawElementProto.apply_if) - return &apply_if_; -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int ClassifElementProto::kNameFieldNumber; -const int ClassifElementProto::kElementFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class ClassifElementProto::_Internal { + public: +}; -ClassifElementProto::ClassifElementProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:ClassifElementProto) +ClassifElementProto::ClassifElementProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:ClassifElementProto) } -ClassifElementProto::ClassifElementProto(const ClassifElementProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - element_(from.element_), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.name().size() > 0) { - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); +ClassifElementProto::ClassifElementProto(const ClassifElementProto& from) : ::google::protobuf::MessageLite() { + ClassifElementProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.element_){from._impl_.element_}, + decltype(_impl_.name_){}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_name().empty()) { + _this->_impl_.name_.Set(from._internal_name(), _this->GetArenaForAllocation()); } + // @@protoc_insertion_point(copy_constructor:ClassifElementProto) } - -void ClassifElementProto::SharedCtor() { - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - _cached_size_ = 0; +inline void ClassifElementProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_.element_){arena}, + decltype(_impl_.name_){}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } - ClassifElementProto::~ClassifElementProto() { // @@protoc_insertion_point(destructor:ClassifElementProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void ClassifElementProto::SharedDtor() { - name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +inline void ClassifElementProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.element_.~RepeatedPtrField(); + _impl_.name_.Destroy(); } - void ClassifElementProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ClassifElementProto& ClassifElementProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -ClassifElementProto* ClassifElementProto::New(::google::protobuf::Arena* arena) const { - ClassifElementProto* n = new ClassifElementProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void ClassifElementProto::Clear() { +PROTOBUF_NOINLINE void ClassifElementProto::Clear() { // @@protoc_insertion_point(message_clear_start:ClassifElementProto) - element_.Clear(); - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} - -bool ClassifElementProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:ClassifElementProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // string name = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(10u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_name())); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormatLite::PARSE, - "ClassifElementProto.name")); - } else { - goto handle_unusual; - } - break; - } - - // repeated .DrawElementProto element = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(18u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_element())); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:ClassifElementProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:ClassifElementProto) - return false; -#undef DO_ -} - -void ClassifElementProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:ClassifElementProto) - ::google::protobuf::uint32 cached_has_bits = 0; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // string name = 1; - if (this->name().size() > 0) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "ClassifElementProto.name"); - ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 1, this->name(), output); - } - - // repeated .DrawElementProto element = 2; - for (unsigned int i = 0, n = this->element_size(); i < n; i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 2, this->element(i), output); - } - - // @@protoc_insertion_point(serialize_end:ClassifElementProto) + _internal_mutable_element()->Clear(); + _impl_.name_.ClearToEmpty(); + _internal_metadata_.Clear(); } -size_t ClassifElementProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:ClassifElementProto) - size_t total_size = 0; +const char* ClassifElementProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - // repeated .DrawElementProto element = 2; + +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<1, 2, 1, 32, 2> ClassifElementProto::_table_ = { { - unsigned int count = this->element_size(); - total_size += 1UL * count; - for (unsigned int i = 0; i < count; i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->element(i)); - } - } + 0, // no _has_bits_ + 0, // no _extensions_ + 2, 8, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967292, // skipmap + offsetof(decltype(_table_), field_entries), + 2, // num_field_entries + 1, // num_aux_entries + offsetof(decltype(_table_), aux_entries), + &_ClassifElementProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + // repeated .DrawElementProto element = 2; + {::_pbi::TcParser::FastMtR1, + {18, 63, 0, PROTOBUF_FIELD_OFFSET(ClassifElementProto, _impl_.element_)}}, + // string name = 1; + {::_pbi::TcParser::FastUS1, + {10, 63, 0, PROTOBUF_FIELD_OFFSET(ClassifElementProto, _impl_.name_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // string name = 1; + {PROTOBUF_FIELD_OFFSET(ClassifElementProto, _impl_.name_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUtf8String | ::_fl::kRepAString)}, + // repeated .DrawElementProto element = 2; + {PROTOBUF_FIELD_OFFSET(ClassifElementProto, _impl_.element_), 0, 0, + (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)}, + }}, {{ + {::_pbi::TcParser::GetTable<::DrawElementProto>()}, + }}, {{ + "\23\4\0\0\0\0\0\0" + "ClassifElementProto" + "name" + }}, +}; + +::uint8_t* ClassifElementProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:ClassifElementProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; // string name = 1; - if (this->name().size() > 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->name()); + if (!this->_internal_name().empty()) { + const std::string& _s = this->_internal_name(); + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + _s.data(), static_cast(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "ClassifElementProto.name"); + target = stream->WriteStringMaybeAliased(1, _s, target); } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + // repeated .DrawElementProto element = 2; + for (unsigned i = 0, + n = static_cast(this->_internal_element_size()); i < n; i++) { + const auto& repfield = this->_internal_element().Get(i); + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(2, repfield, repfield.GetCachedSize(), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:ClassifElementProto) + return target; +} + +::size_t ClassifElementProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:ClassifElementProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated .DrawElementProto element = 2; + total_size += 1UL * this->_internal_element_size(); + for (const auto& msg : this->_internal_element()) { + total_size += + ::google::protobuf::internal::WireFormatLite::MessageSize(msg); + } + // string name = 1; + if (!this->_internal_name().empty()) { + total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( + this->_internal_name()); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void ClassifElementProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void ClassifElementProto::MergeFrom(const ClassifElementProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:ClassifElementProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + ClassifElementProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:ClassifElementProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - element_.MergeFrom(from.element_); - if (from.name().size() > 0) { - - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); + _this->_internal_mutable_element()->MergeFrom(from._internal_element()); + if (!from._internal_name().empty()) { + _this->_internal_set_name(from._internal_name()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void ClassifElementProto::CopyFrom(const ClassifElementProto& from) { @@ -5704,368 +4495,297 @@ void ClassifElementProto::CopyFrom(const ClassifElementProto& from) { MergeFrom(from); } -bool ClassifElementProto::IsInitialized() const { +PROTOBUF_NOINLINE bool ClassifElementProto::IsInitialized() const { return true; } -void ClassifElementProto::Swap(ClassifElementProto* other) { - if (other == this) return; - InternalSwap(other); -} void ClassifElementProto::InternalSwap(ClassifElementProto* other) { - element_.InternalSwap(&other->element_); - name_.Swap(&other->name_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + _impl_.element_.InternalSwap(&other->_impl_.element_); + ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.name_, lhs_arena, + &other->_impl_.name_, rhs_arena); } -::std::string ClassifElementProto::GetTypeName() const { +std::string ClassifElementProto::GetTypeName() const { return "ClassifElementProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// ClassifElementProto - -// string name = 1; -void ClassifElementProto::clear_name() { - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -const ::std::string& ClassifElementProto::name() const { - // @@protoc_insertion_point(field_get:ClassifElementProto.name) - return name_.GetNoArena(); -} -void ClassifElementProto::set_name(const ::std::string& value) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:ClassifElementProto.name) -} -#if LANG_CXX11 -void ClassifElementProto::set_name(::std::string&& value) { - - name_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:ClassifElementProto.name) -} -#endif -void ClassifElementProto::set_name(const char* value) { - GOOGLE_DCHECK(value != NULL); - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:ClassifElementProto.name) -} -void ClassifElementProto::set_name(const char* value, size_t size) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:ClassifElementProto.name) -} -::std::string* ClassifElementProto::mutable_name() { - - // @@protoc_insertion_point(field_mutable:ClassifElementProto.name) - return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -::std::string* ClassifElementProto::release_name() { - // @@protoc_insertion_point(field_release:ClassifElementProto.name) - - return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -void ClassifElementProto::set_allocated_name(::std::string* name) { - if (name != NULL) { - - } else { - - } - name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); - // @@protoc_insertion_point(field_set_allocated:ClassifElementProto.name) -} - -// repeated .DrawElementProto element = 2; -int ClassifElementProto::element_size() const { - return element_.size(); -} -void ClassifElementProto::clear_element() { - element_.Clear(); -} -const ::DrawElementProto& ClassifElementProto::element(int index) const { - // @@protoc_insertion_point(field_get:ClassifElementProto.element) - return element_.Get(index); -} -::DrawElementProto* ClassifElementProto::mutable_element(int index) { - // @@protoc_insertion_point(field_mutable:ClassifElementProto.element) - return element_.Mutable(index); -} -::DrawElementProto* ClassifElementProto::add_element() { - // @@protoc_insertion_point(field_add:ClassifElementProto.element) - return element_.Add(); -} -::google::protobuf::RepeatedPtrField< ::DrawElementProto >* -ClassifElementProto::mutable_element() { - // @@protoc_insertion_point(field_mutable_list:ClassifElementProto.element) - return &element_; -} -const ::google::protobuf::RepeatedPtrField< ::DrawElementProto >& -ClassifElementProto::element() const { - // @@protoc_insertion_point(field_list:ClassifElementProto.element) - return element_; -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int ColorElementProto::kNameFieldNumber; -const int ColorElementProto::kColorFieldNumber; -const int ColorElementProto::kXFieldNumber; -const int ColorElementProto::kYFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class ColorElementProto::_Internal { + public: +}; -ColorElementProto::ColorElementProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:ColorElementProto) +ColorElementProto::ColorElementProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:ColorElementProto) } -ColorElementProto::ColorElementProto(const ColorElementProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.name().size() > 0) { - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); +ColorElementProto::ColorElementProto(const ColorElementProto& from) : ::google::protobuf::MessageLite() { + ColorElementProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.name_){}, + decltype(_impl_.color_){}, + decltype(_impl_.x_){}, + decltype(_impl_.y_){}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (!from._internal_name().empty()) { + _this->_impl_.name_.Set(from._internal_name(), _this->GetArenaForAllocation()); } - ::memcpy(&color_, &from.color_, - reinterpret_cast(&y_) - - reinterpret_cast(&color_) + sizeof(y_)); + ::memcpy(&_impl_.color_, &from._impl_.color_, + static_cast<::size_t>(reinterpret_cast(&_impl_.y_) - + reinterpret_cast(&_impl_.color_)) + sizeof(_impl_.y_)); + // @@protoc_insertion_point(copy_constructor:ColorElementProto) } - -void ColorElementProto::SharedCtor() { - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - ::memset(&color_, 0, reinterpret_cast(&y_) - - reinterpret_cast(&color_) + sizeof(y_)); - _cached_size_ = 0; +inline void ColorElementProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_.name_){}, + decltype(_impl_.color_){0u}, + decltype(_impl_.x_){0}, + decltype(_impl_.y_){0}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } - ColorElementProto::~ColorElementProto() { // @@protoc_insertion_point(destructor:ColorElementProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void ColorElementProto::SharedDtor() { - name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +inline void ColorElementProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.name_.Destroy(); } - void ColorElementProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ColorElementProto& ColorElementProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -ColorElementProto* ColorElementProto::New(::google::protobuf::Arena* arena) const { - ColorElementProto* n = new ColorElementProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void ColorElementProto::Clear() { +PROTOBUF_NOINLINE void ColorElementProto::Clear() { // @@protoc_insertion_point(message_clear_start:ColorElementProto) - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - ::memset(&color_, 0, reinterpret_cast(&y_) - - reinterpret_cast(&color_) + sizeof(y_)); + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + _impl_.name_.ClearToEmpty(); + ::memset(&_impl_.color_, 0, static_cast<::size_t>( + reinterpret_cast(&_impl_.y_) - + reinterpret_cast(&_impl_.color_)) + sizeof(_impl_.y_)); + _internal_metadata_.Clear(); } -bool ColorElementProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:ColorElementProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // string name = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(10u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_name())); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormatLite::PARSE, - "ColorElementProto.name")); - } else { - goto handle_unusual; - } - break; - } +const char* ColorElementProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - // uint32 color = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(16u)) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &color_))); - } else { - goto handle_unusual; - } - break; - } +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<2, 4, 0, 30, 2> ColorElementProto::_table_ = { + { + 0, // no _has_bits_ + 0, // no _extensions_ + 4, 24, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967280, // skipmap + offsetof(decltype(_table_), field_entries), + 4, // num_field_entries + 0, // num_aux_entries + offsetof(decltype(_table_), field_names), // no aux_entries + &_ColorElementProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + // float y = 4; + {::_pbi::TcParser::FastF32S1, + {37, 63, 0, PROTOBUF_FIELD_OFFSET(ColorElementProto, _impl_.y_)}}, + // string name = 1; + {::_pbi::TcParser::FastUS1, + {10, 63, 0, PROTOBUF_FIELD_OFFSET(ColorElementProto, _impl_.name_)}}, + // uint32 color = 2; + {::_pbi::TcParser::FastV32S1, + {16, 63, 0, PROTOBUF_FIELD_OFFSET(ColorElementProto, _impl_.color_)}}, + // float x = 3; + {::_pbi::TcParser::FastF32S1, + {29, 63, 0, PROTOBUF_FIELD_OFFSET(ColorElementProto, _impl_.x_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // string name = 1; + {PROTOBUF_FIELD_OFFSET(ColorElementProto, _impl_.name_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUtf8String | ::_fl::kRepAString)}, + // uint32 color = 2; + {PROTOBUF_FIELD_OFFSET(ColorElementProto, _impl_.color_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kUInt32)}, + // float x = 3; + {PROTOBUF_FIELD_OFFSET(ColorElementProto, _impl_.x_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kFloat)}, + // float y = 4; + {PROTOBUF_FIELD_OFFSET(ColorElementProto, _impl_.y_), 0, 0, + (0 | ::_fl::kFcSingular | ::_fl::kFloat)}, + }}, + // no aux_entries + {{ + "\21\4\0\0\0\0\0\0" + "ColorElementProto" + "name" + }}, +}; - // float x = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(29u)) { +::uint8_t* ColorElementProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:ColorElementProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &x_))); - } else { - goto handle_unusual; - } - break; - } - - // float y = 4; - case 4: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(37u)) { - - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &y_))); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } + // string name = 1; + if (!this->_internal_name().empty()) { + const std::string& _s = this->_internal_name(); + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + _s.data(), static_cast(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "ColorElementProto.name"); + target = stream->WriteStringMaybeAliased(1, _s, target); } -success: - // @@protoc_insertion_point(parse_success:ColorElementProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:ColorElementProto) - return false; -#undef DO_ + + // uint32 color = 2; + if (this->_internal_color() != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteUInt32ToArray( + 2, this->_internal_color(), target); + } + + // float x = 3; + static_assert(sizeof(::uint32_t) == sizeof(float), + "Code assumes ::uint32_t and float are the same size."); + float tmp_x = this->_internal_x(); + ::uint32_t raw_x; + memcpy(&raw_x, &tmp_x, sizeof(tmp_x)); + if (raw_x != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteFloatToArray( + 3, this->_internal_x(), target); + } + + // float y = 4; + static_assert(sizeof(::uint32_t) == sizeof(float), + "Code assumes ::uint32_t and float are the same size."); + float tmp_y = this->_internal_y(); + ::uint32_t raw_y; + memcpy(&raw_y, &tmp_y, sizeof(tmp_y)); + if (raw_y != 0) { + target = stream->EnsureSpace(target); + target = ::_pbi::WireFormatLite::WriteFloatToArray( + 4, this->_internal_y(), target); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:ColorElementProto) + return target; } -void ColorElementProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:ColorElementProto) - ::google::protobuf::uint32 cached_has_bits = 0; +::size_t ColorElementProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:ColorElementProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; // string name = 1; - if (this->name().size() > 0) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "ColorElementProto.name"); - ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 1, this->name(), output); + if (!this->_internal_name().empty()) { + total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( + this->_internal_name()); } // uint32 color = 2; - if (this->color() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->color(), output); + if (this->_internal_color() != 0) { + total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne( + this->_internal_color()); } // float x = 3; - if (this->x() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(3, this->x(), output); + static_assert(sizeof(::uint32_t) == sizeof(float), + "Code assumes ::uint32_t and float are the same size."); + float tmp_x = this->_internal_x(); + ::uint32_t raw_x; + memcpy(&raw_x, &tmp_x, sizeof(tmp_x)); + if (raw_x != 0) { + total_size += 5; } // float y = 4; - if (this->y() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(4, this->y(), output); + static_assert(sizeof(::uint32_t) == sizeof(float), + "Code assumes ::uint32_t and float are the same size."); + float tmp_y = this->_internal_y(); + ::uint32_t raw_y; + memcpy(&raw_y, &tmp_y, sizeof(tmp_y)); + if (raw_y != 0) { + total_size += 5; } - // @@protoc_insertion_point(serialize_end:ColorElementProto) -} - -size_t ColorElementProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:ColorElementProto) - size_t total_size = 0; - - // string name = 1; - if (this->name().size() > 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->name()); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); } - - // uint32 color = 2; - if (this->color() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->color()); - } - - // float x = 3; - if (this->x() != 0) { - total_size += 1 + 4; - } - - // float y = 4; - if (this->y() != 0) { - total_size += 1 + 4; - } - - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void ColorElementProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void ColorElementProto::MergeFrom(const ColorElementProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:ColorElementProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + ColorElementProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:ColorElementProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - if (from.name().size() > 0) { - - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); + if (!from._internal_name().empty()) { + _this->_internal_set_name(from._internal_name()); } - if (from.color() != 0) { - set_color(from.color()); + if (from._internal_color() != 0) { + _this->_internal_set_color(from._internal_color()); } - if (from.x() != 0) { - set_x(from.x()); + static_assert(sizeof(::uint32_t) == sizeof(float), + "Code assumes ::uint32_t and float are the same size."); + float tmp_x = from._internal_x(); + ::uint32_t raw_x; + memcpy(&raw_x, &tmp_x, sizeof(tmp_x)); + if (raw_x != 0) { + _this->_internal_set_x(from._internal_x()); } - if (from.y() != 0) { - set_y(from.y()); + static_assert(sizeof(::uint32_t) == sizeof(float), + "Code assumes ::uint32_t and float are the same size."); + float tmp_y = from._internal_y(); + ::uint32_t raw_y; + memcpy(&raw_y, &tmp_y, sizeof(tmp_y)); + if (raw_y != 0) { + _this->_internal_set_y(from._internal_y()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void ColorElementProto::CopyFrom(const ColorElementProto& from) { @@ -6075,277 +4795,180 @@ void ColorElementProto::CopyFrom(const ColorElementProto& from) { MergeFrom(from); } -bool ColorElementProto::IsInitialized() const { +PROTOBUF_NOINLINE bool ColorElementProto::IsInitialized() const { return true; } -void ColorElementProto::Swap(ColorElementProto* other) { - if (other == this) return; - InternalSwap(other); -} void ColorElementProto::InternalSwap(ColorElementProto* other) { - name_.Swap(&other->name_); - std::swap(color_, other->color_); - std::swap(x_, other->x_); - std::swap(y_, other->y_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + auto* lhs_arena = GetArenaForAllocation(); + auto* rhs_arena = other->GetArenaForAllocation(); + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.name_, lhs_arena, + &other->_impl_.name_, rhs_arena); + ::google::protobuf::internal::memswap< + PROTOBUF_FIELD_OFFSET(ColorElementProto, _impl_.y_) + + sizeof(ColorElementProto::_impl_.y_) + - PROTOBUF_FIELD_OFFSET(ColorElementProto, _impl_.color_)>( + reinterpret_cast(&_impl_.color_), + reinterpret_cast(&other->_impl_.color_)); } -::std::string ColorElementProto::GetTypeName() const { +std::string ColorElementProto::GetTypeName() const { return "ColorElementProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// ColorElementProto - -// string name = 1; -void ColorElementProto::clear_name() { - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -const ::std::string& ColorElementProto::name() const { - // @@protoc_insertion_point(field_get:ColorElementProto.name) - return name_.GetNoArena(); -} -void ColorElementProto::set_name(const ::std::string& value) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:ColorElementProto.name) -} -#if LANG_CXX11 -void ColorElementProto::set_name(::std::string&& value) { - - name_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:ColorElementProto.name) -} -#endif -void ColorElementProto::set_name(const char* value) { - GOOGLE_DCHECK(value != NULL); - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:ColorElementProto.name) -} -void ColorElementProto::set_name(const char* value, size_t size) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:ColorElementProto.name) -} -::std::string* ColorElementProto::mutable_name() { - - // @@protoc_insertion_point(field_mutable:ColorElementProto.name) - return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -::std::string* ColorElementProto::release_name() { - // @@protoc_insertion_point(field_release:ColorElementProto.name) - - return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -void ColorElementProto::set_allocated_name(::std::string* name) { - if (name != NULL) { - - } else { - - } - name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); - // @@protoc_insertion_point(field_set_allocated:ColorElementProto.name) -} - -// uint32 color = 2; -void ColorElementProto::clear_color() { - color_ = 0u; -} -::google::protobuf::uint32 ColorElementProto::color() const { - // @@protoc_insertion_point(field_get:ColorElementProto.color) - return color_; -} -void ColorElementProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; - // @@protoc_insertion_point(field_set:ColorElementProto.color) -} - -// float x = 3; -void ColorElementProto::clear_x() { - x_ = 0; -} -float ColorElementProto::x() const { - // @@protoc_insertion_point(field_get:ColorElementProto.x) - return x_; -} -void ColorElementProto::set_x(float value) { - - x_ = value; - // @@protoc_insertion_point(field_set:ColorElementProto.x) -} - -// float y = 4; -void ColorElementProto::clear_y() { - y_ = 0; -} -float ColorElementProto::y() const { - // @@protoc_insertion_point(field_get:ColorElementProto.y) - return y_; -} -void ColorElementProto::set_y(float value) { - - y_ = value; - // @@protoc_insertion_point(field_set:ColorElementProto.y) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int ColorsElementProto::kValueFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class ColorsElementProto::_Internal { + public: +}; -ColorsElementProto::ColorsElementProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:ColorsElementProto) +ColorsElementProto::ColorsElementProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:ColorsElementProto) } -ColorsElementProto::ColorsElementProto(const ColorsElementProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - value_(from.value_), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); +ColorsElementProto::ColorsElementProto(const ColorsElementProto& from) : ::google::protobuf::MessageLite() { + ColorsElementProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.value_){from._impl_.value_}, + /*decltype(_impl_._cached_size_)*/ {}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:ColorsElementProto) } - -void ColorsElementProto::SharedCtor() { - _cached_size_ = 0; +inline void ColorsElementProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_.value_){arena}, + /*decltype(_impl_._cached_size_)*/ {}, + }; } - ColorsElementProto::~ColorsElementProto() { // @@protoc_insertion_point(destructor:ColorsElementProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void ColorsElementProto::SharedDtor() { +inline void ColorsElementProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.value_.~RepeatedPtrField(); } - void ColorsElementProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ColorsElementProto& ColorsElementProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -ColorsElementProto* ColorsElementProto::New(::google::protobuf::Arena* arena) const { - ColorsElementProto* n = new ColorsElementProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void ColorsElementProto::Clear() { +PROTOBUF_NOINLINE void ColorsElementProto::Clear() { // @@protoc_insertion_point(message_clear_start:ColorsElementProto) - value_.Clear(); + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + _internal_mutable_value()->Clear(); + _internal_metadata_.Clear(); } -bool ColorsElementProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:ColorsElementProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // repeated .ColorElementProto value = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(10u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_value())); - } else { - goto handle_unusual; - } - break; - } +const char* ColorsElementProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; +} - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } + +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<0, 1, 1, 0, 2> ColorsElementProto::_table_ = { + { + 0, // no _has_bits_ + 0, // no _extensions_ + 1, 0, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967294, // skipmap + offsetof(decltype(_table_), field_entries), + 1, // num_field_entries + 1, // num_aux_entries + offsetof(decltype(_table_), aux_entries), + &_ColorsElementProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + // repeated .ColorElementProto value = 1; + {::_pbi::TcParser::FastMtR1, + {10, 63, 0, PROTOBUF_FIELD_OFFSET(ColorsElementProto, _impl_.value_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // repeated .ColorElementProto value = 1; + {PROTOBUF_FIELD_OFFSET(ColorsElementProto, _impl_.value_), 0, 0, + (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)}, + }}, {{ + {::_pbi::TcParser::GetTable<::ColorElementProto>()}, + }}, {{ + }}, +}; + +::uint8_t* ColorsElementProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:ColorsElementProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; + + // repeated .ColorElementProto value = 1; + for (unsigned i = 0, + n = static_cast(this->_internal_value_size()); i < n; i++) { + const auto& repfield = this->_internal_value().Get(i); + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(1, repfield, repfield.GetCachedSize(), target, stream); } -success: - // @@protoc_insertion_point(parse_success:ColorsElementProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:ColorsElementProto) - return false; -#undef DO_ + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:ColorsElementProto) + return target; } -void ColorsElementProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:ColorsElementProto) - ::google::protobuf::uint32 cached_has_bits = 0; +::size_t ColorsElementProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:ColorsElementProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; // repeated .ColorElementProto value = 1; - for (unsigned int i = 0, n = this->value_size(); i < n; i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 1, this->value(i), output); + total_size += 1UL * this->_internal_value_size(); + for (const auto& msg : this->_internal_value()) { + total_size += + ::google::protobuf::internal::WireFormatLite::MessageSize(msg); } - - // @@protoc_insertion_point(serialize_end:ColorsElementProto) -} - -size_t ColorsElementProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:ColorsElementProto) - size_t total_size = 0; - - // repeated .ColorElementProto value = 1; - { - unsigned int count = this->value_size(); - total_size += 1UL * count; - for (unsigned int i = 0; i < count; i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->value(i)); - } + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); } - - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void ColorsElementProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void ColorsElementProto::MergeFrom(const ColorsElementProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:ColorsElementProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + ColorsElementProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:ColorsElementProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - value_.MergeFrom(from.value_); + _this->_internal_mutable_value()->MergeFrom(from._internal_value()); + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void ColorsElementProto::CopyFrom(const ColorsElementProto& from) { @@ -6355,251 +4978,222 @@ void ColorsElementProto::CopyFrom(const ColorsElementProto& from) { MergeFrom(from); } -bool ColorsElementProto::IsInitialized() const { +PROTOBUF_NOINLINE bool ColorsElementProto::IsInitialized() const { return true; } -void ColorsElementProto::Swap(ColorsElementProto* other) { - if (other == this) return; - InternalSwap(other); -} void ColorsElementProto::InternalSwap(ColorsElementProto* other) { - value_.InternalSwap(&other->value_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + _impl_.value_.InternalSwap(&other->_impl_.value_); } -::std::string ColorsElementProto::GetTypeName() const { +std::string ColorsElementProto::GetTypeName() const { return "ColorsElementProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// ColorsElementProto - -// repeated .ColorElementProto value = 1; -int ColorsElementProto::value_size() const { - return value_.size(); -} -void ColorsElementProto::clear_value() { - value_.Clear(); -} -const ::ColorElementProto& ColorsElementProto::value(int index) const { - // @@protoc_insertion_point(field_get:ColorsElementProto.value) - return value_.Get(index); -} -::ColorElementProto* ColorsElementProto::mutable_value(int index) { - // @@protoc_insertion_point(field_mutable:ColorsElementProto.value) - return value_.Mutable(index); -} -::ColorElementProto* ColorsElementProto::add_value() { - // @@protoc_insertion_point(field_add:ColorsElementProto.value) - return value_.Add(); -} -::google::protobuf::RepeatedPtrField< ::ColorElementProto >* -ColorsElementProto::mutable_value() { - // @@protoc_insertion_point(field_mutable_list:ColorsElementProto.value) - return &value_; -} -const ::google::protobuf::RepeatedPtrField< ::ColorElementProto >& -ColorsElementProto::value() const { - // @@protoc_insertion_point(field_list:ColorsElementProto.value) - return value_; -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // =================================================================== -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int ContainerProto::kContFieldNumber; -const int ContainerProto::kColorsFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +class ContainerProto::_Internal { + public: + using HasBits = decltype(std::declval()._impl_._has_bits_); + static constexpr ::int32_t kHasBitsOffset = + 8 * PROTOBUF_FIELD_OFFSET(ContainerProto, _impl_._has_bits_); + static const ::ColorsElementProto& colors(const ContainerProto* msg); + static void set_has_colors(HasBits* has_bits) { + (*has_bits)[0] |= 1u; + } +}; -ContainerProto::ContainerProto() - : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { - if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - } - SharedCtor(); - // @@protoc_insertion_point(constructor:ContainerProto) +const ::ColorsElementProto& ContainerProto::_Internal::colors(const ContainerProto* msg) { + return *msg->_impl_.colors_; } -ContainerProto::ContainerProto(const ContainerProto& from) - : ::google::protobuf::MessageLite(), - _internal_metadata_(NULL), - cont_(from.cont_), - _cached_size_(0) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_colors()) { - colors_ = new ::ColorsElementProto(*from.colors_); - } else { - colors_ = NULL; +ContainerProto::ContainerProto(::google::protobuf::Arena* arena) + : ::google::protobuf::MessageLite(arena) { + SharedCtor(arena); + // @@protoc_insertion_point(arena_constructor:ContainerProto) +} +ContainerProto::ContainerProto(const ContainerProto& from) : ::google::protobuf::MessageLite() { + ContainerProto* const _this = this; + (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.cont_){from._impl_.cont_}, + decltype(_impl_.colors_){nullptr}, + }; + _internal_metadata_.MergeFrom( + from._internal_metadata_); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_impl_.colors_ = new ::ColorsElementProto(*from._impl_.colors_); } + // @@protoc_insertion_point(copy_constructor:ContainerProto) } - -void ContainerProto::SharedCtor() { - colors_ = NULL; - _cached_size_ = 0; +inline void ContainerProto::SharedCtor(::_pb::Arena* arena) { + (void)arena; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){}, + /*decltype(_impl_._cached_size_)*/ {}, + decltype(_impl_.cont_){arena}, + decltype(_impl_.colors_){nullptr}, + }; } - ContainerProto::~ContainerProto() { // @@protoc_insertion_point(destructor:ContainerProto) + _internal_metadata_.Delete(); SharedDtor(); } - -void ContainerProto::SharedDtor() { - if (this != internal_default_instance()) { - delete colors_; - } +inline void ContainerProto::SharedDtor() { + ABSL_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.cont_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.colors_; } - void ContainerProto::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ContainerProto& ContainerProto::default_instance() { - protobuf_indexer_2fdrules_5fstruct_2eproto::InitDefaults(); - return *internal_default_instance(); + _impl_._cached_size_.Set(size); } -ContainerProto* ContainerProto::New(::google::protobuf::Arena* arena) const { - ContainerProto* n = new ContainerProto; - if (arena != NULL) { - arena->Own(n); - } - return n; -} - -void ContainerProto::Clear() { +PROTOBUF_NOINLINE void ContainerProto::Clear() { // @@protoc_insertion_point(message_clear_start:ContainerProto) - cont_.Clear(); - if (GetArenaNoVirtual() == NULL && colors_ != NULL) { - delete colors_; + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + _internal_mutable_cont()->Clear(); + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000001u) { + ABSL_DCHECK(_impl_.colors_ != nullptr); + _impl_.colors_->Clear(); } - colors_ = NULL; + _impl_._has_bits_.Clear(); + _internal_metadata_.Clear(); } -bool ContainerProto::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:ContainerProto) - for (;;) { - ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // repeated .ClassifElementProto cont = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(10u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_cont())); - } else { - goto handle_unusual; - } - break; - } - - // .ColorsElementProto colors = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == - static_cast< ::google::protobuf::uint8>(18u)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_colors())); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0 || - ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - goto success; - } - DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag)); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:ContainerProto) - return true; -failure: - // @@protoc_insertion_point(parse_failure:ContainerProto) - return false; -#undef DO_ +const char* ContainerProto::_InternalParse( + const char* ptr, ::_pbi::ParseContext* ctx) { + ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); + return ptr; } -void ContainerProto::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:ContainerProto) - ::google::protobuf::uint32 cached_has_bits = 0; + +PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 +const ::_pbi::TcParseTable<1, 2, 2, 0, 2> ContainerProto::_table_ = { + { + PROTOBUF_FIELD_OFFSET(ContainerProto, _impl_._has_bits_), + 0, // no _extensions_ + 2, 8, // max_field_number, fast_idx_mask + offsetof(decltype(_table_), field_lookup_table), + 4294967292, // skipmap + offsetof(decltype(_table_), field_entries), + 2, // num_field_entries + 2, // num_aux_entries + offsetof(decltype(_table_), aux_entries), + &_ContainerProto_default_instance_._instance, + ::_pbi::TcParser::GenericFallbackLite, // fallback + }, {{ + // .ColorsElementProto colors = 2; + {::_pbi::TcParser::FastMtS1, + {18, 0, 1, PROTOBUF_FIELD_OFFSET(ContainerProto, _impl_.colors_)}}, + // repeated .ClassifElementProto cont = 1; + {::_pbi::TcParser::FastMtR1, + {10, 63, 0, PROTOBUF_FIELD_OFFSET(ContainerProto, _impl_.cont_)}}, + }}, {{ + 65535, 65535 + }}, {{ + // repeated .ClassifElementProto cont = 1; + {PROTOBUF_FIELD_OFFSET(ContainerProto, _impl_.cont_), -1, 0, + (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)}, + // .ColorsElementProto colors = 2; + {PROTOBUF_FIELD_OFFSET(ContainerProto, _impl_.colors_), _Internal::kHasBitsOffset + 0, 1, + (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)}, + }}, {{ + {::_pbi::TcParser::GetTable<::ClassifElementProto>()}, + {::_pbi::TcParser::GetTable<::ColorsElementProto>()}, + }}, {{ + }}, +}; + +::uint8_t* ContainerProto::_InternalSerialize( + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { + // @@protoc_insertion_point(serialize_to_array_start:ContainerProto) + ::uint32_t cached_has_bits = 0; + (void)cached_has_bits; + + // repeated .ClassifElementProto cont = 1; + for (unsigned i = 0, + n = static_cast(this->_internal_cont_size()); i < n; i++) { + const auto& repfield = this->_internal_cont().Get(i); + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(1, repfield, repfield.GetCachedSize(), target, stream); + } + + cached_has_bits = _impl_._has_bits_[0]; + // .ColorsElementProto colors = 2; + if (cached_has_bits & 0x00000001u) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessage(2, _Internal::colors(this), + _Internal::colors(this).GetCachedSize(), target, stream); + } + + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + target = stream->WriteRaw( + _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).data(), + static_cast(_internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:ContainerProto) + return target; +} + +::size_t ContainerProto::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:ContainerProto) + ::size_t total_size = 0; + + ::uint32_t cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; // repeated .ClassifElementProto cont = 1; - for (unsigned int i = 0, n = this->cont_size(); i < n; i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 1, this->cont(i), output); + total_size += 1UL * this->_internal_cont_size(); + for (const auto& msg : this->_internal_cont()) { + total_size += + ::google::protobuf::internal::WireFormatLite::MessageSize(msg); } - // .ColorsElementProto colors = 2; - if (this->has_colors()) { - ::google::protobuf::internal::WireFormatLite::WriteMessage( - 2, *this->colors_, output); - } - - // @@protoc_insertion_point(serialize_end:ContainerProto) -} - -size_t ContainerProto::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:ContainerProto) - size_t total_size = 0; - - // repeated .ClassifElementProto cont = 1; - { - unsigned int count = this->cont_size(); - total_size += 1UL * count; - for (unsigned int i = 0; i < count; i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->cont(i)); - } - } - - // .ColorsElementProto colors = 2; - if (this->has_colors()) { + cached_has_bits = _impl_._has_bits_[0]; + if (cached_has_bits & 0x00000001u) { total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - *this->colors_); + ::google::protobuf::internal::WireFormatLite::MessageSize( + *_impl_.colors_); } - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = cached_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); + if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) { + total_size += _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString).size(); + } + int cached_size = ::_pbi::ToCachedSize(total_size); + SetCachedSize(cached_size); return total_size; } void ContainerProto::CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) { - MergeFrom(*::google::protobuf::down_cast(&from)); + MergeFrom(*::_pbi::DownCast( + &from)); } void ContainerProto::MergeFrom(const ContainerProto& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:ContainerProto) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; + ContainerProto* const _this = this; + // @@protoc_insertion_point(class_specific_merge_from_start:ContainerProto) + ABSL_DCHECK_NE(&from, _this); + ::uint32_t cached_has_bits = 0; (void) cached_has_bits; - cont_.MergeFrom(from.cont_); - if (from.has_colors()) { - mutable_colors()->::ColorsElementProto::MergeFrom(from.colors()); + _this->_internal_mutable_cont()->MergeFrom(from._internal_cont()); + if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { + _this->_internal_mutable_colors()->::ColorsElementProto::MergeFrom( + from._internal_colors()); } + _this->_internal_metadata_.MergeFrom(from._internal_metadata_); } void ContainerProto::CopyFrom(const ContainerProto& from) { @@ -6609,98 +5203,26 @@ void ContainerProto::CopyFrom(const ContainerProto& from) { MergeFrom(from); } -bool ContainerProto::IsInitialized() const { +PROTOBUF_NOINLINE bool ContainerProto::IsInitialized() const { return true; } -void ContainerProto::Swap(ContainerProto* other) { - if (other == this) return; - InternalSwap(other); -} void ContainerProto::InternalSwap(ContainerProto* other) { - cont_.InternalSwap(&other->cont_); - std::swap(colors_, other->colors_); - std::swap(_cached_size_, other->_cached_size_); + using std::swap; + _internal_metadata_.InternalSwap(&other->_internal_metadata_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.cont_.InternalSwap(&other->_impl_.cont_); + swap(_impl_.colors_, other->_impl_.colors_); } -::std::string ContainerProto::GetTypeName() const { +std::string ContainerProto::GetTypeName() const { return "ContainerProto"; } -#if PROTOBUF_INLINE_NOT_IN_HEADERS -// ContainerProto - -// repeated .ClassifElementProto cont = 1; -int ContainerProto::cont_size() const { - return cont_.size(); -} -void ContainerProto::clear_cont() { - cont_.Clear(); -} -const ::ClassifElementProto& ContainerProto::cont(int index) const { - // @@protoc_insertion_point(field_get:ContainerProto.cont) - return cont_.Get(index); -} -::ClassifElementProto* ContainerProto::mutable_cont(int index) { - // @@protoc_insertion_point(field_mutable:ContainerProto.cont) - return cont_.Mutable(index); -} -::ClassifElementProto* ContainerProto::add_cont() { - // @@protoc_insertion_point(field_add:ContainerProto.cont) - return cont_.Add(); -} -::google::protobuf::RepeatedPtrField< ::ClassifElementProto >* -ContainerProto::mutable_cont() { - // @@protoc_insertion_point(field_mutable_list:ContainerProto.cont) - return &cont_; -} -const ::google::protobuf::RepeatedPtrField< ::ClassifElementProto >& -ContainerProto::cont() const { - // @@protoc_insertion_point(field_list:ContainerProto.cont) - return cont_; -} - -// .ColorsElementProto colors = 2; -bool ContainerProto::has_colors() const { - return this != internal_default_instance() && colors_ != NULL; -} -void ContainerProto::clear_colors() { - if (GetArenaNoVirtual() == NULL && colors_ != NULL) delete colors_; - colors_ = NULL; -} -const ::ColorsElementProto& ContainerProto::colors() const { - // @@protoc_insertion_point(field_get:ContainerProto.colors) - return colors_ != NULL ? *colors_ - : *::ColorsElementProto::internal_default_instance(); -} -::ColorsElementProto* ContainerProto::mutable_colors() { - - if (colors_ == NULL) { - colors_ = new ::ColorsElementProto; - } - // @@protoc_insertion_point(field_mutable:ContainerProto.colors) - return colors_; -} -::ColorsElementProto* ContainerProto::release_colors() { - // @@protoc_insertion_point(field_release:ContainerProto.colors) - - ::ColorsElementProto* temp = colors_; - colors_ = NULL; - return temp; -} -void ContainerProto::set_allocated_colors(::ColorsElementProto* colors) { - delete colors_; - colors_ = colors; - if (colors) { - - } else { - - } - // @@protoc_insertion_point(field_set_allocated:ContainerProto.colors) -} - -#endif // PROTOBUF_INLINE_NOT_IN_HEADERS - // @@protoc_insertion_point(namespace_scope) - +namespace google { +namespace protobuf { +} // namespace protobuf +} // namespace google // @@protoc_insertion_point(global_scope) +#include "google/protobuf/port_undef.inc" diff --git a/indexer/drules_struct.pb.h b/indexer/drules_struct.pb.h index 16d333a3bb..a2e4f390d8 100644 --- a/indexer/drules_struct.pb.h +++ b/indexer/drules_struct.pb.h @@ -1,1916 +1,3274 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: indexer/drules_struct.proto +// source: drules_struct.proto -#ifndef PROTOBUF_indexer_2fdrules_5fstruct_2eproto__INCLUDED -#define PROTOBUF_indexer_2fdrules_5fstruct_2eproto__INCLUDED +#ifndef GOOGLE_PROTOBUF_INCLUDED_drules_5fstruct_2eproto_2epb_2eh +#define GOOGLE_PROTOBUF_INCLUDED_drules_5fstruct_2eproto_2epb_2eh +#include #include +#include -#include +#include "google/protobuf/port_def.inc" +#if PROTOBUF_VERSION < 4024000 +#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 // PROTOBUF_VERSION -#if GOOGLE_PROTOBUF_VERSION < 3003000 -#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 3003000 < GOOGLE_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 -#include -#include -#include -#include -#include -#include -#include // IWYU pragma: export -#include // IWYU pragma: export -#include +#if 4024004 < 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 // PROTOBUF_MIN_PROTOC_VERSION +#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_tctable_decl.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) + +// Must be included last. +#include "google/protobuf/port_def.inc" + +#define PROTOBUF_INTERNAL_EXPORT_drules_5fstruct_2eproto + +namespace google { +namespace protobuf { +namespace internal { +class AnyMetadata; +} // namespace internal +} // namespace protobuf +} // namespace google + +// Internal implementation detail -- do not use these members. +struct TableStruct_drules_5fstruct_2eproto { + static const ::uint32_t offsets[]; +}; class AreaRuleProto; -class AreaRuleProtoDefaultTypeInternal; +struct AreaRuleProtoDefaultTypeInternal; extern AreaRuleProtoDefaultTypeInternal _AreaRuleProto_default_instance_; class CaptionDefProto; -class CaptionDefProtoDefaultTypeInternal; +struct CaptionDefProtoDefaultTypeInternal; extern CaptionDefProtoDefaultTypeInternal _CaptionDefProto_default_instance_; class CaptionRuleProto; -class CaptionRuleProtoDefaultTypeInternal; +struct CaptionRuleProtoDefaultTypeInternal; extern CaptionRuleProtoDefaultTypeInternal _CaptionRuleProto_default_instance_; class CircleRuleProto; -class CircleRuleProtoDefaultTypeInternal; +struct CircleRuleProtoDefaultTypeInternal; extern CircleRuleProtoDefaultTypeInternal _CircleRuleProto_default_instance_; class ClassifElementProto; -class ClassifElementProtoDefaultTypeInternal; +struct ClassifElementProtoDefaultTypeInternal; extern ClassifElementProtoDefaultTypeInternal _ClassifElementProto_default_instance_; class ColorElementProto; -class ColorElementProtoDefaultTypeInternal; +struct ColorElementProtoDefaultTypeInternal; extern ColorElementProtoDefaultTypeInternal _ColorElementProto_default_instance_; class ColorsElementProto; -class ColorsElementProtoDefaultTypeInternal; +struct ColorsElementProtoDefaultTypeInternal; extern ColorsElementProtoDefaultTypeInternal _ColorsElementProto_default_instance_; class ContainerProto; -class ContainerProtoDefaultTypeInternal; +struct ContainerProtoDefaultTypeInternal; extern ContainerProtoDefaultTypeInternal _ContainerProto_default_instance_; class DashDotProto; -class DashDotProtoDefaultTypeInternal; +struct DashDotProtoDefaultTypeInternal; extern DashDotProtoDefaultTypeInternal _DashDotProto_default_instance_; class DrawElementProto; -class DrawElementProtoDefaultTypeInternal; +struct DrawElementProtoDefaultTypeInternal; extern DrawElementProtoDefaultTypeInternal _DrawElementProto_default_instance_; class LineDefProto; -class LineDefProtoDefaultTypeInternal; +struct LineDefProtoDefaultTypeInternal; extern LineDefProtoDefaultTypeInternal _LineDefProto_default_instance_; class LineRuleProto; -class LineRuleProtoDefaultTypeInternal; +struct LineRuleProtoDefaultTypeInternal; extern LineRuleProtoDefaultTypeInternal _LineRuleProto_default_instance_; class PathSymProto; -class PathSymProtoDefaultTypeInternal; +struct PathSymProtoDefaultTypeInternal; extern PathSymProtoDefaultTypeInternal _PathSymProto_default_instance_; class PathTextRuleProto; -class PathTextRuleProtoDefaultTypeInternal; +struct PathTextRuleProtoDefaultTypeInternal; extern PathTextRuleProtoDefaultTypeInternal _PathTextRuleProto_default_instance_; class ShieldRuleProto; -class ShieldRuleProtoDefaultTypeInternal; +struct ShieldRuleProtoDefaultTypeInternal; extern ShieldRuleProtoDefaultTypeInternal _ShieldRuleProto_default_instance_; class SymbolRuleProto; -class SymbolRuleProtoDefaultTypeInternal; +struct SymbolRuleProtoDefaultTypeInternal; extern SymbolRuleProtoDefaultTypeInternal _SymbolRuleProto_default_instance_; +namespace google { +namespace protobuf { +} // namespace protobuf +} // namespace google -namespace protobuf_indexer_2fdrules_5fstruct_2eproto { -// Internal implementation detail -- do not call these. -struct TableStruct { - static const ::google::protobuf::internal::ParseTableField entries[]; - static const ::google::protobuf::internal::AuxillaryParseTableField aux[]; - static const ::google::protobuf::internal::ParseTable schema[]; - static const ::google::protobuf::uint32 offsets[]; - static void InitDefaultsImpl(); - static void Shutdown(); -}; -void AddDescriptors(); -void InitDefaults(); -} // namespace protobuf_indexer_2fdrules_5fstruct_2eproto - -enum LineJoin { +enum LineJoin : int { ROUNDJOIN = 0, BEVELJOIN = 1, NOJOIN = 2, - LineJoin_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, - LineJoin_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max + LineJoin_INT_MIN_SENTINEL_DO_NOT_USE_ = + std::numeric_limits<::int32_t>::min(), + LineJoin_INT_MAX_SENTINEL_DO_NOT_USE_ = + std::numeric_limits<::int32_t>::max(), }; -bool LineJoin_IsValid(int value); -const LineJoin LineJoin_MIN = ROUNDJOIN; -const LineJoin LineJoin_MAX = NOJOIN; -const int LineJoin_ARRAYSIZE = LineJoin_MAX + 1; -enum LineCap { +bool LineJoin_IsValid(int value); +constexpr LineJoin LineJoin_MIN = static_cast(0); +constexpr LineJoin LineJoin_MAX = static_cast(2); +constexpr int LineJoin_ARRAYSIZE = 2 + 1; +const std::string& LineJoin_Name(LineJoin value); +template +const std::string& LineJoin_Name(T value) { + static_assert(std::is_same::value || + std::is_integral::value, + "Incorrect type passed to LineJoin_Name()."); + return LineJoin_Name(static_cast(value)); +} +const std::string& LineJoin_Name(LineJoin value); +bool LineJoin_Parse(absl::string_view name, LineJoin* value); +enum LineCap : int { ROUNDCAP = 0, BUTTCAP = 1, SQUARECAP = 2, - LineCap_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, - LineCap_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max + LineCap_INT_MIN_SENTINEL_DO_NOT_USE_ = + std::numeric_limits<::int32_t>::min(), + LineCap_INT_MAX_SENTINEL_DO_NOT_USE_ = + std::numeric_limits<::int32_t>::max(), }; + bool LineCap_IsValid(int value); -const LineCap LineCap_MIN = ROUNDCAP; -const LineCap LineCap_MAX = SQUARECAP; -const int LineCap_ARRAYSIZE = LineCap_MAX + 1; +constexpr LineCap LineCap_MIN = static_cast(0); +constexpr LineCap LineCap_MAX = static_cast(2); +constexpr int LineCap_ARRAYSIZE = 2 + 1; +const std::string& LineCap_Name(LineCap value); +template +const std::string& LineCap_Name(T value) { + static_assert(std::is_same::value || + std::is_integral::value, + "Incorrect type passed to LineCap_Name()."); + return LineCap_Name(static_cast(value)); +} +const std::string& LineCap_Name(LineCap value); +bool LineCap_Parse(absl::string_view name, LineCap* value); // =================================================================== -class DashDotProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:DashDotProto) */ { + +// ------------------------------------------------------------------- + +class DashDotProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:DashDotProto) */ { public: - DashDotProto(); - virtual ~DashDotProto(); + inline DashDotProto() : DashDotProto(nullptr) {} + ~DashDotProto() override; + template + explicit PROTOBUF_CONSTEXPR DashDotProto(::google::protobuf::internal::ConstantInitialized); DashDotProto(const DashDotProto& from); + DashDotProto(DashDotProto&& from) noexcept + : DashDotProto() { + *this = ::std::move(from); + } inline DashDotProto& operator=(const DashDotProto& from) { CopyFrom(from); return *this; } + inline DashDotProto& operator=(DashDotProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const DashDotProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const DashDotProto& default_instance() { + return *internal_default_instance(); + } static inline const DashDotProto* internal_default_instance() { return reinterpret_cast( &_DashDotProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 0; - void Swap(DashDotProto* other); + friend void swap(DashDotProto& a, DashDotProto& b) { + a.Swap(&b); + } + inline void Swap(DashDotProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(DashDotProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline DashDotProto* New() const PROTOBUF_FINAL { return New(NULL); } - - DashDotProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + DashDotProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const DashDotProto& from); void MergeFrom(const DashDotProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(DashDotProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "DashDotProto"; } + protected: + explicit DashDotProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kDdFieldNumber = 1, + kOffsetFieldNumber = 2, + }; // repeated double dd = 1; int dd_size() const; - void clear_dd(); - static const int kDdFieldNumber = 1; + private: + int _internal_dd_size() const; + + public: + void clear_dd() ; double dd(int index) const; void set_dd(int index, double value); void add_dd(double value); - const ::google::protobuf::RepeatedField< double >& - dd() const; - ::google::protobuf::RepeatedField< double >* - mutable_dd(); + const ::google::protobuf::RepeatedField& dd() const; + ::google::protobuf::RepeatedField* mutable_dd(); + private: + const ::google::protobuf::RepeatedField& _internal_dd() const; + ::google::protobuf::RepeatedField* _internal_mutable_dd(); + + public: // double offset = 2; - void clear_offset(); - static const int kOffsetFieldNumber = 2; + void clear_offset() ; double offset() const; void set_offset(double value); + private: + double _internal_offset() const; + void _internal_set_offset(double value); + + public: // @@protoc_insertion_point(class_scope:DashDotProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::google::protobuf::RepeatedField< double > dd_; - mutable int _dd_cached_byte_size_; - double offset_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<1, 2, 0, 0, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::RepeatedField dd_; + double offset_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class PathSymProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:PathSymProto) */ { +class PathSymProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:PathSymProto) */ { public: - PathSymProto(); - virtual ~PathSymProto(); + inline PathSymProto() : PathSymProto(nullptr) {} + ~PathSymProto() override; + template + explicit PROTOBUF_CONSTEXPR PathSymProto(::google::protobuf::internal::ConstantInitialized); PathSymProto(const PathSymProto& from); + PathSymProto(PathSymProto&& from) noexcept + : PathSymProto() { + *this = ::std::move(from); + } inline PathSymProto& operator=(const PathSymProto& from) { CopyFrom(from); return *this; } + inline PathSymProto& operator=(PathSymProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const PathSymProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const PathSymProto& default_instance() { + return *internal_default_instance(); + } static inline const PathSymProto* internal_default_instance() { return reinterpret_cast( &_PathSymProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 1; - void Swap(PathSymProto* other); + friend void swap(PathSymProto& a, PathSymProto& b) { + a.Swap(&b); + } + inline void Swap(PathSymProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(PathSymProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline PathSymProto* New() const PROTOBUF_FINAL { return New(NULL); } - - PathSymProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + PathSymProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const PathSymProto& from); void MergeFrom(const PathSymProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(PathSymProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "PathSymProto"; } + protected: + explicit PathSymProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kNameFieldNumber = 1, + kStepFieldNumber = 2, + kOffsetFieldNumber = 3, + }; // string name = 1; - void clear_name(); - static const int kNameFieldNumber = 1; - const ::std::string& name() const; - void set_name(const ::std::string& value); - #if LANG_CXX11 - void set_name(::std::string&& value); - #endif - void set_name(const char* value); - void set_name(const char* value, size_t size); - ::std::string* mutable_name(); - ::std::string* release_name(); - void set_allocated_name(::std::string* name); + void clear_name() ; + const std::string& name() const; + template + void set_name(Arg_&& arg, Args_... args); + std::string* mutable_name(); + PROTOBUF_NODISCARD std::string* release_name(); + void set_allocated_name(std::string* ptr); + private: + const std::string& _internal_name() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_name( + const std::string& value); + std::string* _internal_mutable_name(); + + public: // double step = 2; - void clear_step(); - static const int kStepFieldNumber = 2; + void clear_step() ; double step() const; void set_step(double value); + private: + double _internal_step() const; + void _internal_set_step(double value); + + public: // double offset = 3; - void clear_offset(); - static const int kOffsetFieldNumber = 3; + void clear_offset() ; double offset() const; void set_offset(double value); + private: + double _internal_offset() const; + void _internal_set_offset(double value); + + public: // @@protoc_insertion_point(class_scope:PathSymProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::google::protobuf::internal::ArenaStringPtr name_; - double step_; - double offset_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<2, 3, 0, 25, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::ArenaStringPtr name_; + double step_; + double offset_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class LineRuleProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:LineRuleProto) */ { +class LineRuleProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:LineRuleProto) */ { public: - LineRuleProto(); - virtual ~LineRuleProto(); + inline LineRuleProto() : LineRuleProto(nullptr) {} + ~LineRuleProto() override; + template + explicit PROTOBUF_CONSTEXPR LineRuleProto(::google::protobuf::internal::ConstantInitialized); LineRuleProto(const LineRuleProto& from); + LineRuleProto(LineRuleProto&& from) noexcept + : LineRuleProto() { + *this = ::std::move(from); + } inline LineRuleProto& operator=(const LineRuleProto& from) { CopyFrom(from); return *this; } + inline LineRuleProto& operator=(LineRuleProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const LineRuleProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const LineRuleProto& default_instance() { + return *internal_default_instance(); + } static inline const LineRuleProto* internal_default_instance() { return reinterpret_cast( &_LineRuleProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 2; - void Swap(LineRuleProto* other); + friend void swap(LineRuleProto& a, LineRuleProto& b) { + a.Swap(&b); + } + inline void Swap(LineRuleProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(LineRuleProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline LineRuleProto* New() const PROTOBUF_FINAL { return New(NULL); } - - LineRuleProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + LineRuleProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const LineRuleProto& from); void MergeFrom(const LineRuleProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(LineRuleProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "LineRuleProto"; } + protected: + explicit LineRuleProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kDashdotFieldNumber = 3, + kPathsymFieldNumber = 5, + kWidthFieldNumber = 1, + kColorFieldNumber = 2, + kPriorityFieldNumber = 4, + kJoinFieldNumber = 6, + kCapFieldNumber = 7, + }; // .DashDotProto dashdot = 3; bool has_dashdot() const; - void clear_dashdot(); - static const int kDashdotFieldNumber = 3; + void clear_dashdot() ; const ::DashDotProto& dashdot() const; + PROTOBUF_NODISCARD ::DashDotProto* release_dashdot(); ::DashDotProto* mutable_dashdot(); - ::DashDotProto* release_dashdot(); - void set_allocated_dashdot(::DashDotProto* dashdot); + void set_allocated_dashdot(::DashDotProto* value); + void unsafe_arena_set_allocated_dashdot(::DashDotProto* value); + ::DashDotProto* unsafe_arena_release_dashdot(); + private: + const ::DashDotProto& _internal_dashdot() const; + ::DashDotProto* _internal_mutable_dashdot(); + + public: // .PathSymProto pathsym = 5; bool has_pathsym() const; - void clear_pathsym(); - static const int kPathsymFieldNumber = 5; + void clear_pathsym() ; const ::PathSymProto& pathsym() const; + PROTOBUF_NODISCARD ::PathSymProto* release_pathsym(); ::PathSymProto* mutable_pathsym(); - ::PathSymProto* release_pathsym(); - void set_allocated_pathsym(::PathSymProto* pathsym); + void set_allocated_pathsym(::PathSymProto* value); + void unsafe_arena_set_allocated_pathsym(::PathSymProto* value); + ::PathSymProto* unsafe_arena_release_pathsym(); + private: + const ::PathSymProto& _internal_pathsym() const; + ::PathSymProto* _internal_mutable_pathsym(); + + public: // double width = 1; - void clear_width(); - static const int kWidthFieldNumber = 1; + void clear_width() ; double width() const; void set_width(double value); + private: + double _internal_width() const; + void _internal_set_width(double value); + + public: // uint32 color = 2; - void clear_color(); - static const int kColorFieldNumber = 2; - ::google::protobuf::uint32 color() const; - void set_color(::google::protobuf::uint32 value); + void clear_color() ; + ::uint32_t color() const; + void set_color(::uint32_t value); + private: + ::uint32_t _internal_color() const; + void _internal_set_color(::uint32_t value); + + public: // int32 priority = 4; - void clear_priority(); - static const int kPriorityFieldNumber = 4; - ::google::protobuf::int32 priority() const; - void set_priority(::google::protobuf::int32 value); + void clear_priority() ; + ::int32_t priority() const; + void set_priority(::int32_t value); + private: + ::int32_t _internal_priority() const; + void _internal_set_priority(::int32_t value); + + public: // .LineJoin join = 6; - void clear_join(); - static const int kJoinFieldNumber = 6; + void clear_join() ; ::LineJoin join() const; void set_join(::LineJoin value); + private: + ::LineJoin _internal_join() const; + void _internal_set_join(::LineJoin value); + + public: // .LineCap cap = 7; - void clear_cap(); - static const int kCapFieldNumber = 7; + void clear_cap() ; ::LineCap cap() const; void set_cap(::LineCap value); + private: + ::LineCap _internal_cap() const; + void _internal_set_cap(::LineCap value); + + public: // @@protoc_insertion_point(class_scope:LineRuleProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::DashDotProto* dashdot_; - ::PathSymProto* pathsym_; - double width_; - ::google::protobuf::uint32 color_; - ::google::protobuf::int32 priority_; - int join_; - int cap_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<3, 7, 2, 0, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::HasBits<1> _has_bits_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + ::DashDotProto* dashdot_; + ::PathSymProto* pathsym_; + double width_; + ::uint32_t color_; + ::int32_t priority_; + int join_; + int cap_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class LineDefProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:LineDefProto) */ { +class LineDefProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:LineDefProto) */ { public: - LineDefProto(); - virtual ~LineDefProto(); + inline LineDefProto() : LineDefProto(nullptr) {} + ~LineDefProto() override; + template + explicit PROTOBUF_CONSTEXPR LineDefProto(::google::protobuf::internal::ConstantInitialized); LineDefProto(const LineDefProto& from); + LineDefProto(LineDefProto&& from) noexcept + : LineDefProto() { + *this = ::std::move(from); + } inline LineDefProto& operator=(const LineDefProto& from) { CopyFrom(from); return *this; } + inline LineDefProto& operator=(LineDefProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const LineDefProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const LineDefProto& default_instance() { + return *internal_default_instance(); + } static inline const LineDefProto* internal_default_instance() { return reinterpret_cast( &_LineDefProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 3; - void Swap(LineDefProto* other); + friend void swap(LineDefProto& a, LineDefProto& b) { + a.Swap(&b); + } + inline void Swap(LineDefProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(LineDefProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline LineDefProto* New() const PROTOBUF_FINAL { return New(NULL); } - - LineDefProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + LineDefProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const LineDefProto& from); void MergeFrom(const LineDefProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(LineDefProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "LineDefProto"; } + protected: + explicit LineDefProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kDashdotFieldNumber = 3, + kPathsymFieldNumber = 4, + kWidthFieldNumber = 1, + kColorFieldNumber = 2, + kJoinFieldNumber = 6, + kCapFieldNumber = 7, + }; // .DashDotProto dashdot = 3; bool has_dashdot() const; - void clear_dashdot(); - static const int kDashdotFieldNumber = 3; + void clear_dashdot() ; const ::DashDotProto& dashdot() const; + PROTOBUF_NODISCARD ::DashDotProto* release_dashdot(); ::DashDotProto* mutable_dashdot(); - ::DashDotProto* release_dashdot(); - void set_allocated_dashdot(::DashDotProto* dashdot); + void set_allocated_dashdot(::DashDotProto* value); + void unsafe_arena_set_allocated_dashdot(::DashDotProto* value); + ::DashDotProto* unsafe_arena_release_dashdot(); + private: + const ::DashDotProto& _internal_dashdot() const; + ::DashDotProto* _internal_mutable_dashdot(); + + public: // .PathSymProto pathsym = 4; bool has_pathsym() const; - void clear_pathsym(); - static const int kPathsymFieldNumber = 4; + void clear_pathsym() ; const ::PathSymProto& pathsym() const; + PROTOBUF_NODISCARD ::PathSymProto* release_pathsym(); ::PathSymProto* mutable_pathsym(); - ::PathSymProto* release_pathsym(); - void set_allocated_pathsym(::PathSymProto* pathsym); + void set_allocated_pathsym(::PathSymProto* value); + void unsafe_arena_set_allocated_pathsym(::PathSymProto* value); + ::PathSymProto* unsafe_arena_release_pathsym(); + private: + const ::PathSymProto& _internal_pathsym() const; + ::PathSymProto* _internal_mutable_pathsym(); + + public: // double width = 1; - void clear_width(); - static const int kWidthFieldNumber = 1; + void clear_width() ; double width() const; void set_width(double value); - // uint32 color = 2; - void clear_color(); - static const int kColorFieldNumber = 2; - ::google::protobuf::uint32 color() const; - void set_color(::google::protobuf::uint32 value); + private: + double _internal_width() const; + void _internal_set_width(double value); + public: + // uint32 color = 2; + void clear_color() ; + ::uint32_t color() const; + void set_color(::uint32_t value); + + private: + ::uint32_t _internal_color() const; + void _internal_set_color(::uint32_t value); + + public: // .LineJoin join = 6; - void clear_join(); - static const int kJoinFieldNumber = 6; + void clear_join() ; ::LineJoin join() const; void set_join(::LineJoin value); + private: + ::LineJoin _internal_join() const; + void _internal_set_join(::LineJoin value); + + public: // .LineCap cap = 7; - void clear_cap(); - static const int kCapFieldNumber = 7; + void clear_cap() ; ::LineCap cap() const; void set_cap(::LineCap value); + private: + ::LineCap _internal_cap() const; + void _internal_set_cap(::LineCap value); + + public: // @@protoc_insertion_point(class_scope:LineDefProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::DashDotProto* dashdot_; - ::PathSymProto* pathsym_; - double width_; - ::google::protobuf::uint32 color_; - int join_; - int cap_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<3, 6, 2, 0, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::HasBits<1> _has_bits_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + ::DashDotProto* dashdot_; + ::PathSymProto* pathsym_; + double width_; + ::uint32_t color_; + int join_; + int cap_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class AreaRuleProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:AreaRuleProto) */ { +class AreaRuleProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:AreaRuleProto) */ { public: - AreaRuleProto(); - virtual ~AreaRuleProto(); + inline AreaRuleProto() : AreaRuleProto(nullptr) {} + ~AreaRuleProto() override; + template + explicit PROTOBUF_CONSTEXPR AreaRuleProto(::google::protobuf::internal::ConstantInitialized); AreaRuleProto(const AreaRuleProto& from); + AreaRuleProto(AreaRuleProto&& from) noexcept + : AreaRuleProto() { + *this = ::std::move(from); + } inline AreaRuleProto& operator=(const AreaRuleProto& from) { CopyFrom(from); return *this; } + inline AreaRuleProto& operator=(AreaRuleProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const AreaRuleProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const AreaRuleProto& default_instance() { + return *internal_default_instance(); + } static inline const AreaRuleProto* internal_default_instance() { return reinterpret_cast( &_AreaRuleProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 4; - void Swap(AreaRuleProto* other); + friend void swap(AreaRuleProto& a, AreaRuleProto& b) { + a.Swap(&b); + } + inline void Swap(AreaRuleProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(AreaRuleProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline AreaRuleProto* New() const PROTOBUF_FINAL { return New(NULL); } - - AreaRuleProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + AreaRuleProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const AreaRuleProto& from); void MergeFrom(const AreaRuleProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(AreaRuleProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "AreaRuleProto"; } + protected: + explicit AreaRuleProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kBorderFieldNumber = 2, + kColorFieldNumber = 1, + kPriorityFieldNumber = 3, + }; // .LineDefProto border = 2; bool has_border() const; - void clear_border(); - static const int kBorderFieldNumber = 2; + void clear_border() ; const ::LineDefProto& border() const; + PROTOBUF_NODISCARD ::LineDefProto* release_border(); ::LineDefProto* mutable_border(); - ::LineDefProto* release_border(); - void set_allocated_border(::LineDefProto* border); + void set_allocated_border(::LineDefProto* value); + void unsafe_arena_set_allocated_border(::LineDefProto* value); + ::LineDefProto* unsafe_arena_release_border(); + private: + const ::LineDefProto& _internal_border() const; + ::LineDefProto* _internal_mutable_border(); + + public: // uint32 color = 1; - void clear_color(); - static const int kColorFieldNumber = 1; - ::google::protobuf::uint32 color() const; - void set_color(::google::protobuf::uint32 value); + void clear_color() ; + ::uint32_t color() const; + void set_color(::uint32_t value); + private: + ::uint32_t _internal_color() const; + void _internal_set_color(::uint32_t value); + + public: // int32 priority = 3; - void clear_priority(); - static const int kPriorityFieldNumber = 3; - ::google::protobuf::int32 priority() const; - void set_priority(::google::protobuf::int32 value); + void clear_priority() ; + ::int32_t priority() const; + void set_priority(::int32_t value); + private: + ::int32_t _internal_priority() const; + void _internal_set_priority(::int32_t value); + + public: // @@protoc_insertion_point(class_scope:AreaRuleProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::LineDefProto* border_; - ::google::protobuf::uint32 color_; - ::google::protobuf::int32 priority_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<2, 3, 1, 0, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::HasBits<1> _has_bits_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + ::LineDefProto* border_; + ::uint32_t color_; + ::int32_t priority_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class SymbolRuleProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:SymbolRuleProto) */ { +class SymbolRuleProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:SymbolRuleProto) */ { public: - SymbolRuleProto(); - virtual ~SymbolRuleProto(); + inline SymbolRuleProto() : SymbolRuleProto(nullptr) {} + ~SymbolRuleProto() override; + template + explicit PROTOBUF_CONSTEXPR SymbolRuleProto(::google::protobuf::internal::ConstantInitialized); SymbolRuleProto(const SymbolRuleProto& from); + SymbolRuleProto(SymbolRuleProto&& from) noexcept + : SymbolRuleProto() { + *this = ::std::move(from); + } inline SymbolRuleProto& operator=(const SymbolRuleProto& from) { CopyFrom(from); return *this; } + inline SymbolRuleProto& operator=(SymbolRuleProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const SymbolRuleProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const SymbolRuleProto& default_instance() { + return *internal_default_instance(); + } static inline const SymbolRuleProto* internal_default_instance() { return reinterpret_cast( &_SymbolRuleProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 5; - void Swap(SymbolRuleProto* other); + friend void swap(SymbolRuleProto& a, SymbolRuleProto& b) { + a.Swap(&b); + } + inline void Swap(SymbolRuleProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(SymbolRuleProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline SymbolRuleProto* New() const PROTOBUF_FINAL { return New(NULL); } - - SymbolRuleProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + SymbolRuleProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const SymbolRuleProto& from); void MergeFrom(const SymbolRuleProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(SymbolRuleProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "SymbolRuleProto"; } + protected: + explicit SymbolRuleProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kNameFieldNumber = 1, + kApplyForTypeFieldNumber = 2, + kPriorityFieldNumber = 3, + kMinDistanceFieldNumber = 4, + }; // string name = 1; - void clear_name(); - static const int kNameFieldNumber = 1; - const ::std::string& name() const; - void set_name(const ::std::string& value); - #if LANG_CXX11 - void set_name(::std::string&& value); - #endif - void set_name(const char* value); - void set_name(const char* value, size_t size); - ::std::string* mutable_name(); - ::std::string* release_name(); - void set_allocated_name(::std::string* name); + void clear_name() ; + const std::string& name() const; + template + void set_name(Arg_&& arg, Args_... args); + std::string* mutable_name(); + PROTOBUF_NODISCARD std::string* release_name(); + void set_allocated_name(std::string* ptr); + private: + const std::string& _internal_name() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_name( + const std::string& value); + std::string* _internal_mutable_name(); + + public: // int32 apply_for_type = 2; - void clear_apply_for_type(); - static const int kApplyForTypeFieldNumber = 2; - ::google::protobuf::int32 apply_for_type() const; - void set_apply_for_type(::google::protobuf::int32 value); + void clear_apply_for_type() ; + ::int32_t apply_for_type() const; + void set_apply_for_type(::int32_t value); + private: + ::int32_t _internal_apply_for_type() const; + void _internal_set_apply_for_type(::int32_t value); + + public: // int32 priority = 3; - void clear_priority(); - static const int kPriorityFieldNumber = 3; - ::google::protobuf::int32 priority() const; - void set_priority(::google::protobuf::int32 value); + void clear_priority() ; + ::int32_t priority() const; + void set_priority(::int32_t value); + private: + ::int32_t _internal_priority() const; + void _internal_set_priority(::int32_t value); + + public: // int32 min_distance = 4; - void clear_min_distance(); - static const int kMinDistanceFieldNumber = 4; - ::google::protobuf::int32 min_distance() const; - void set_min_distance(::google::protobuf::int32 value); + void clear_min_distance() ; + ::int32_t min_distance() const; + void set_min_distance(::int32_t value); + private: + ::int32_t _internal_min_distance() const; + void _internal_set_min_distance(::int32_t value); + + public: // @@protoc_insertion_point(class_scope:SymbolRuleProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::google::protobuf::internal::ArenaStringPtr name_; - ::google::protobuf::int32 apply_for_type_; - ::google::protobuf::int32 priority_; - ::google::protobuf::int32 min_distance_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<2, 4, 0, 28, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::ArenaStringPtr name_; + ::int32_t apply_for_type_; + ::int32_t priority_; + ::int32_t min_distance_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class CaptionDefProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:CaptionDefProto) */ { +class CaptionDefProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:CaptionDefProto) */ { public: - CaptionDefProto(); - virtual ~CaptionDefProto(); + inline CaptionDefProto() : CaptionDefProto(nullptr) {} + ~CaptionDefProto() override; + template + explicit PROTOBUF_CONSTEXPR CaptionDefProto(::google::protobuf::internal::ConstantInitialized); CaptionDefProto(const CaptionDefProto& from); + CaptionDefProto(CaptionDefProto&& from) noexcept + : CaptionDefProto() { + *this = ::std::move(from); + } inline CaptionDefProto& operator=(const CaptionDefProto& from) { CopyFrom(from); return *this; } + inline CaptionDefProto& operator=(CaptionDefProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const CaptionDefProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const CaptionDefProto& default_instance() { + return *internal_default_instance(); + } static inline const CaptionDefProto* internal_default_instance() { return reinterpret_cast( &_CaptionDefProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 6; - void Swap(CaptionDefProto* other); + friend void swap(CaptionDefProto& a, CaptionDefProto& b) { + a.Swap(&b); + } + inline void Swap(CaptionDefProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(CaptionDefProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline CaptionDefProto* New() const PROTOBUF_FINAL { return New(NULL); } - - CaptionDefProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + CaptionDefProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const CaptionDefProto& from); void MergeFrom(const CaptionDefProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(CaptionDefProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "CaptionDefProto"; } + protected: + explicit CaptionDefProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kTextFieldNumber = 6, + kHeightFieldNumber = 1, + kColorFieldNumber = 2, + kStrokeColorFieldNumber = 3, + kOffsetXFieldNumber = 4, + kOffsetYFieldNumber = 5, + kIsOptionalFieldNumber = 7, + }; // string text = 6; - void clear_text(); - static const int kTextFieldNumber = 6; - const ::std::string& text() const; - void set_text(const ::std::string& value); - #if LANG_CXX11 - void set_text(::std::string&& value); - #endif - void set_text(const char* value); - void set_text(const char* value, size_t size); - ::std::string* mutable_text(); - ::std::string* release_text(); - void set_allocated_text(::std::string* text); + void clear_text() ; + const std::string& text() const; + template + void set_text(Arg_&& arg, Args_... args); + std::string* mutable_text(); + PROTOBUF_NODISCARD std::string* release_text(); + void set_allocated_text(std::string* ptr); + private: + const std::string& _internal_text() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_text( + const std::string& value); + std::string* _internal_mutable_text(); + + public: // int32 height = 1; - void clear_height(); - static const int kHeightFieldNumber = 1; - ::google::protobuf::int32 height() const; - void set_height(::google::protobuf::int32 value); + void clear_height() ; + ::int32_t height() const; + void set_height(::int32_t value); + private: + ::int32_t _internal_height() const; + void _internal_set_height(::int32_t value); + + public: // uint32 color = 2; - void clear_color(); - static const int kColorFieldNumber = 2; - ::google::protobuf::uint32 color() const; - void set_color(::google::protobuf::uint32 value); + void clear_color() ; + ::uint32_t color() const; + void set_color(::uint32_t value); + private: + ::uint32_t _internal_color() const; + void _internal_set_color(::uint32_t value); + + public: // uint32 stroke_color = 3; - void clear_stroke_color(); - static const int kStrokeColorFieldNumber = 3; - ::google::protobuf::uint32 stroke_color() const; - void set_stroke_color(::google::protobuf::uint32 value); + void clear_stroke_color() ; + ::uint32_t stroke_color() const; + void set_stroke_color(::uint32_t value); + private: + ::uint32_t _internal_stroke_color() const; + void _internal_set_stroke_color(::uint32_t value); + + public: // int32 offset_x = 4; - void clear_offset_x(); - static const int kOffsetXFieldNumber = 4; - ::google::protobuf::int32 offset_x() const; - void set_offset_x(::google::protobuf::int32 value); + void clear_offset_x() ; + ::int32_t offset_x() const; + void set_offset_x(::int32_t value); + private: + ::int32_t _internal_offset_x() const; + void _internal_set_offset_x(::int32_t value); + + public: // int32 offset_y = 5; - void clear_offset_y(); - static const int kOffsetYFieldNumber = 5; - ::google::protobuf::int32 offset_y() const; - void set_offset_y(::google::protobuf::int32 value); + void clear_offset_y() ; + ::int32_t offset_y() const; + void set_offset_y(::int32_t value); + private: + ::int32_t _internal_offset_y() const; + void _internal_set_offset_y(::int32_t value); + + public: // bool is_optional = 7; - void clear_is_optional(); - static const int kIsOptionalFieldNumber = 7; + void clear_is_optional() ; bool is_optional() const; void set_is_optional(bool value); + private: + bool _internal_is_optional() const; + void _internal_set_is_optional(bool value); + + public: // @@protoc_insertion_point(class_scope:CaptionDefProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::google::protobuf::internal::ArenaStringPtr text_; - ::google::protobuf::int32 height_; - ::google::protobuf::uint32 color_; - ::google::protobuf::uint32 stroke_color_; - ::google::protobuf::int32 offset_x_; - ::google::protobuf::int32 offset_y_; - bool is_optional_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<3, 7, 0, 28, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::ArenaStringPtr text_; + ::int32_t height_; + ::uint32_t color_; + ::uint32_t stroke_color_; + ::int32_t offset_x_; + ::int32_t offset_y_; + bool is_optional_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class CaptionRuleProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:CaptionRuleProto) */ { +class CaptionRuleProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:CaptionRuleProto) */ { public: - CaptionRuleProto(); - virtual ~CaptionRuleProto(); + inline CaptionRuleProto() : CaptionRuleProto(nullptr) {} + ~CaptionRuleProto() override; + template + explicit PROTOBUF_CONSTEXPR CaptionRuleProto(::google::protobuf::internal::ConstantInitialized); CaptionRuleProto(const CaptionRuleProto& from); + CaptionRuleProto(CaptionRuleProto&& from) noexcept + : CaptionRuleProto() { + *this = ::std::move(from); + } inline CaptionRuleProto& operator=(const CaptionRuleProto& from) { CopyFrom(from); return *this; } + inline CaptionRuleProto& operator=(CaptionRuleProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const CaptionRuleProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const CaptionRuleProto& default_instance() { + return *internal_default_instance(); + } static inline const CaptionRuleProto* internal_default_instance() { return reinterpret_cast( &_CaptionRuleProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 7; - void Swap(CaptionRuleProto* other); + friend void swap(CaptionRuleProto& a, CaptionRuleProto& b) { + a.Swap(&b); + } + inline void Swap(CaptionRuleProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(CaptionRuleProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline CaptionRuleProto* New() const PROTOBUF_FINAL { return New(NULL); } - - CaptionRuleProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + CaptionRuleProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const CaptionRuleProto& from); void MergeFrom(const CaptionRuleProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(CaptionRuleProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "CaptionRuleProto"; } + protected: + explicit CaptionRuleProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kPrimaryFieldNumber = 1, + kSecondaryFieldNumber = 2, + kPriorityFieldNumber = 3, + }; // .CaptionDefProto primary = 1; bool has_primary() const; - void clear_primary(); - static const int kPrimaryFieldNumber = 1; + void clear_primary() ; const ::CaptionDefProto& primary() const; + PROTOBUF_NODISCARD ::CaptionDefProto* release_primary(); ::CaptionDefProto* mutable_primary(); - ::CaptionDefProto* release_primary(); - void set_allocated_primary(::CaptionDefProto* primary); + void set_allocated_primary(::CaptionDefProto* value); + void unsafe_arena_set_allocated_primary(::CaptionDefProto* value); + ::CaptionDefProto* unsafe_arena_release_primary(); + private: + const ::CaptionDefProto& _internal_primary() const; + ::CaptionDefProto* _internal_mutable_primary(); + + public: // .CaptionDefProto secondary = 2; bool has_secondary() const; - void clear_secondary(); - static const int kSecondaryFieldNumber = 2; + void clear_secondary() ; const ::CaptionDefProto& secondary() const; + PROTOBUF_NODISCARD ::CaptionDefProto* release_secondary(); ::CaptionDefProto* mutable_secondary(); - ::CaptionDefProto* release_secondary(); - void set_allocated_secondary(::CaptionDefProto* secondary); + void set_allocated_secondary(::CaptionDefProto* value); + void unsafe_arena_set_allocated_secondary(::CaptionDefProto* value); + ::CaptionDefProto* unsafe_arena_release_secondary(); + private: + const ::CaptionDefProto& _internal_secondary() const; + ::CaptionDefProto* _internal_mutable_secondary(); + + public: // int32 priority = 3; - void clear_priority(); - static const int kPriorityFieldNumber = 3; - ::google::protobuf::int32 priority() const; - void set_priority(::google::protobuf::int32 value); + void clear_priority() ; + ::int32_t priority() const; + void set_priority(::int32_t value); + private: + ::int32_t _internal_priority() const; + void _internal_set_priority(::int32_t value); + + public: // @@protoc_insertion_point(class_scope:CaptionRuleProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::CaptionDefProto* primary_; - ::CaptionDefProto* secondary_; - ::google::protobuf::int32 priority_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<2, 3, 2, 0, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::HasBits<1> _has_bits_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + ::CaptionDefProto* primary_; + ::CaptionDefProto* secondary_; + ::int32_t priority_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class CircleRuleProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:CircleRuleProto) */ { +class CircleRuleProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:CircleRuleProto) */ { public: - CircleRuleProto(); - virtual ~CircleRuleProto(); + inline CircleRuleProto() : CircleRuleProto(nullptr) {} + ~CircleRuleProto() override; + template + explicit PROTOBUF_CONSTEXPR CircleRuleProto(::google::protobuf::internal::ConstantInitialized); CircleRuleProto(const CircleRuleProto& from); + CircleRuleProto(CircleRuleProto&& from) noexcept + : CircleRuleProto() { + *this = ::std::move(from); + } inline CircleRuleProto& operator=(const CircleRuleProto& from) { CopyFrom(from); return *this; } + inline CircleRuleProto& operator=(CircleRuleProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const CircleRuleProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const CircleRuleProto& default_instance() { + return *internal_default_instance(); + } static inline const CircleRuleProto* internal_default_instance() { return reinterpret_cast( &_CircleRuleProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 8; - void Swap(CircleRuleProto* other); + friend void swap(CircleRuleProto& a, CircleRuleProto& b) { + a.Swap(&b); + } + inline void Swap(CircleRuleProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(CircleRuleProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline CircleRuleProto* New() const PROTOBUF_FINAL { return New(NULL); } - - CircleRuleProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + CircleRuleProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const CircleRuleProto& from); void MergeFrom(const CircleRuleProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(CircleRuleProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "CircleRuleProto"; } + protected: + explicit CircleRuleProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kBorderFieldNumber = 3, + kRadiusFieldNumber = 1, + kColorFieldNumber = 2, + kPriorityFieldNumber = 4, + }; // .LineDefProto border = 3; bool has_border() const; - void clear_border(); - static const int kBorderFieldNumber = 3; + void clear_border() ; const ::LineDefProto& border() const; + PROTOBUF_NODISCARD ::LineDefProto* release_border(); ::LineDefProto* mutable_border(); - ::LineDefProto* release_border(); - void set_allocated_border(::LineDefProto* border); + void set_allocated_border(::LineDefProto* value); + void unsafe_arena_set_allocated_border(::LineDefProto* value); + ::LineDefProto* unsafe_arena_release_border(); + private: + const ::LineDefProto& _internal_border() const; + ::LineDefProto* _internal_mutable_border(); + + public: // double radius = 1; - void clear_radius(); - static const int kRadiusFieldNumber = 1; + void clear_radius() ; double radius() const; void set_radius(double value); + private: + double _internal_radius() const; + void _internal_set_radius(double value); + + public: // uint32 color = 2; - void clear_color(); - static const int kColorFieldNumber = 2; - ::google::protobuf::uint32 color() const; - void set_color(::google::protobuf::uint32 value); + void clear_color() ; + ::uint32_t color() const; + void set_color(::uint32_t value); + private: + ::uint32_t _internal_color() const; + void _internal_set_color(::uint32_t value); + + public: // int32 priority = 4; - void clear_priority(); - static const int kPriorityFieldNumber = 4; - ::google::protobuf::int32 priority() const; - void set_priority(::google::protobuf::int32 value); + void clear_priority() ; + ::int32_t priority() const; + void set_priority(::int32_t value); + private: + ::int32_t _internal_priority() const; + void _internal_set_priority(::int32_t value); + + public: // @@protoc_insertion_point(class_scope:CircleRuleProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::LineDefProto* border_; - double radius_; - ::google::protobuf::uint32 color_; - ::google::protobuf::int32 priority_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<2, 4, 1, 0, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::HasBits<1> _has_bits_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + ::LineDefProto* border_; + double radius_; + ::uint32_t color_; + ::int32_t priority_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class PathTextRuleProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:PathTextRuleProto) */ { +class PathTextRuleProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:PathTextRuleProto) */ { public: - PathTextRuleProto(); - virtual ~PathTextRuleProto(); + inline PathTextRuleProto() : PathTextRuleProto(nullptr) {} + ~PathTextRuleProto() override; + template + explicit PROTOBUF_CONSTEXPR PathTextRuleProto(::google::protobuf::internal::ConstantInitialized); PathTextRuleProto(const PathTextRuleProto& from); + PathTextRuleProto(PathTextRuleProto&& from) noexcept + : PathTextRuleProto() { + *this = ::std::move(from); + } inline PathTextRuleProto& operator=(const PathTextRuleProto& from) { CopyFrom(from); return *this; } + inline PathTextRuleProto& operator=(PathTextRuleProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const PathTextRuleProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const PathTextRuleProto& default_instance() { + return *internal_default_instance(); + } static inline const PathTextRuleProto* internal_default_instance() { return reinterpret_cast( &_PathTextRuleProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 9; - void Swap(PathTextRuleProto* other); + friend void swap(PathTextRuleProto& a, PathTextRuleProto& b) { + a.Swap(&b); + } + inline void Swap(PathTextRuleProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(PathTextRuleProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline PathTextRuleProto* New() const PROTOBUF_FINAL { return New(NULL); } - - PathTextRuleProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + PathTextRuleProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const PathTextRuleProto& from); void MergeFrom(const PathTextRuleProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(PathTextRuleProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "PathTextRuleProto"; } + protected: + explicit PathTextRuleProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kPrimaryFieldNumber = 1, + kSecondaryFieldNumber = 2, + kPriorityFieldNumber = 3, + }; // .CaptionDefProto primary = 1; bool has_primary() const; - void clear_primary(); - static const int kPrimaryFieldNumber = 1; + void clear_primary() ; const ::CaptionDefProto& primary() const; + PROTOBUF_NODISCARD ::CaptionDefProto* release_primary(); ::CaptionDefProto* mutable_primary(); - ::CaptionDefProto* release_primary(); - void set_allocated_primary(::CaptionDefProto* primary); + void set_allocated_primary(::CaptionDefProto* value); + void unsafe_arena_set_allocated_primary(::CaptionDefProto* value); + ::CaptionDefProto* unsafe_arena_release_primary(); + private: + const ::CaptionDefProto& _internal_primary() const; + ::CaptionDefProto* _internal_mutable_primary(); + + public: // .CaptionDefProto secondary = 2; bool has_secondary() const; - void clear_secondary(); - static const int kSecondaryFieldNumber = 2; + void clear_secondary() ; const ::CaptionDefProto& secondary() const; + PROTOBUF_NODISCARD ::CaptionDefProto* release_secondary(); ::CaptionDefProto* mutable_secondary(); - ::CaptionDefProto* release_secondary(); - void set_allocated_secondary(::CaptionDefProto* secondary); + void set_allocated_secondary(::CaptionDefProto* value); + void unsafe_arena_set_allocated_secondary(::CaptionDefProto* value); + ::CaptionDefProto* unsafe_arena_release_secondary(); + private: + const ::CaptionDefProto& _internal_secondary() const; + ::CaptionDefProto* _internal_mutable_secondary(); + + public: // int32 priority = 3; - void clear_priority(); - static const int kPriorityFieldNumber = 3; - ::google::protobuf::int32 priority() const; - void set_priority(::google::protobuf::int32 value); + void clear_priority() ; + ::int32_t priority() const; + void set_priority(::int32_t value); + private: + ::int32_t _internal_priority() const; + void _internal_set_priority(::int32_t value); + + public: // @@protoc_insertion_point(class_scope:PathTextRuleProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::CaptionDefProto* primary_; - ::CaptionDefProto* secondary_; - ::google::protobuf::int32 priority_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<2, 3, 2, 0, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::HasBits<1> _has_bits_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + ::CaptionDefProto* primary_; + ::CaptionDefProto* secondary_; + ::int32_t priority_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class ShieldRuleProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:ShieldRuleProto) */ { +class ShieldRuleProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:ShieldRuleProto) */ { public: - ShieldRuleProto(); - virtual ~ShieldRuleProto(); + inline ShieldRuleProto() : ShieldRuleProto(nullptr) {} + ~ShieldRuleProto() override; + template + explicit PROTOBUF_CONSTEXPR ShieldRuleProto(::google::protobuf::internal::ConstantInitialized); ShieldRuleProto(const ShieldRuleProto& from); + ShieldRuleProto(ShieldRuleProto&& from) noexcept + : ShieldRuleProto() { + *this = ::std::move(from); + } inline ShieldRuleProto& operator=(const ShieldRuleProto& from) { CopyFrom(from); return *this; } + inline ShieldRuleProto& operator=(ShieldRuleProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const ShieldRuleProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const ShieldRuleProto& default_instance() { + return *internal_default_instance(); + } static inline const ShieldRuleProto* internal_default_instance() { return reinterpret_cast( &_ShieldRuleProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 10; - void Swap(ShieldRuleProto* other); + friend void swap(ShieldRuleProto& a, ShieldRuleProto& b) { + a.Swap(&b); + } + inline void Swap(ShieldRuleProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(ShieldRuleProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline ShieldRuleProto* New() const PROTOBUF_FINAL { return New(NULL); } - - ShieldRuleProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + ShieldRuleProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const ShieldRuleProto& from); void MergeFrom(const ShieldRuleProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(ShieldRuleProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "ShieldRuleProto"; } + protected: + explicit ShieldRuleProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kHeightFieldNumber = 1, + kColorFieldNumber = 2, + kStrokeColorFieldNumber = 3, + kPriorityFieldNumber = 4, + kMinDistanceFieldNumber = 5, + kTextColorFieldNumber = 6, + kTextStrokeColorFieldNumber = 7, + }; // int32 height = 1; - void clear_height(); - static const int kHeightFieldNumber = 1; - ::google::protobuf::int32 height() const; - void set_height(::google::protobuf::int32 value); + void clear_height() ; + ::int32_t height() const; + void set_height(::int32_t value); + private: + ::int32_t _internal_height() const; + void _internal_set_height(::int32_t value); + + public: // uint32 color = 2; - void clear_color(); - static const int kColorFieldNumber = 2; - ::google::protobuf::uint32 color() const; - void set_color(::google::protobuf::uint32 value); + void clear_color() ; + ::uint32_t color() const; + void set_color(::uint32_t value); + private: + ::uint32_t _internal_color() const; + void _internal_set_color(::uint32_t value); + + public: // uint32 stroke_color = 3; - void clear_stroke_color(); - static const int kStrokeColorFieldNumber = 3; - ::google::protobuf::uint32 stroke_color() const; - void set_stroke_color(::google::protobuf::uint32 value); + void clear_stroke_color() ; + ::uint32_t stroke_color() const; + void set_stroke_color(::uint32_t value); + private: + ::uint32_t _internal_stroke_color() const; + void _internal_set_stroke_color(::uint32_t value); + + public: // int32 priority = 4; - void clear_priority(); - static const int kPriorityFieldNumber = 4; - ::google::protobuf::int32 priority() const; - void set_priority(::google::protobuf::int32 value); + void clear_priority() ; + ::int32_t priority() const; + void set_priority(::int32_t value); + private: + ::int32_t _internal_priority() const; + void _internal_set_priority(::int32_t value); + + public: // int32 min_distance = 5; - void clear_min_distance(); - static const int kMinDistanceFieldNumber = 5; - ::google::protobuf::int32 min_distance() const; - void set_min_distance(::google::protobuf::int32 value); + void clear_min_distance() ; + ::int32_t min_distance() const; + void set_min_distance(::int32_t value); + private: + ::int32_t _internal_min_distance() const; + void _internal_set_min_distance(::int32_t value); + + public: // uint32 text_color = 6; - void clear_text_color(); - static const int kTextColorFieldNumber = 6; - ::google::protobuf::uint32 text_color() const; - void set_text_color(::google::protobuf::uint32 value); + void clear_text_color() ; + ::uint32_t text_color() const; + void set_text_color(::uint32_t value); + private: + ::uint32_t _internal_text_color() const; + void _internal_set_text_color(::uint32_t value); + + public: // uint32 text_stroke_color = 7; - void clear_text_stroke_color(); - static const int kTextStrokeColorFieldNumber = 7; - ::google::protobuf::uint32 text_stroke_color() const; - void set_text_stroke_color(::google::protobuf::uint32 value); + void clear_text_stroke_color() ; + ::uint32_t text_stroke_color() const; + void set_text_stroke_color(::uint32_t value); + private: + ::uint32_t _internal_text_stroke_color() const; + void _internal_set_text_stroke_color(::uint32_t value); + + public: // @@protoc_insertion_point(class_scope:ShieldRuleProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::google::protobuf::int32 height_; - ::google::protobuf::uint32 color_; - ::google::protobuf::uint32 stroke_color_; - ::google::protobuf::int32 priority_; - ::google::protobuf::int32 min_distance_; - ::google::protobuf::uint32 text_color_; - ::google::protobuf::uint32 text_stroke_color_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<3, 7, 0, 0, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::int32_t height_; + ::uint32_t color_; + ::uint32_t stroke_color_; + ::int32_t priority_; + ::int32_t min_distance_; + ::uint32_t text_color_; + ::uint32_t text_stroke_color_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class DrawElementProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:DrawElementProto) */ { +class DrawElementProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:DrawElementProto) */ { public: - DrawElementProto(); - virtual ~DrawElementProto(); + inline DrawElementProto() : DrawElementProto(nullptr) {} + ~DrawElementProto() override; + template + explicit PROTOBUF_CONSTEXPR DrawElementProto(::google::protobuf::internal::ConstantInitialized); DrawElementProto(const DrawElementProto& from); + DrawElementProto(DrawElementProto&& from) noexcept + : DrawElementProto() { + *this = ::std::move(from); + } inline DrawElementProto& operator=(const DrawElementProto& from) { CopyFrom(from); return *this; } + inline DrawElementProto& operator=(DrawElementProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const DrawElementProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const DrawElementProto& default_instance() { + return *internal_default_instance(); + } static inline const DrawElementProto* internal_default_instance() { return reinterpret_cast( &_DrawElementProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 11; - void Swap(DrawElementProto* other); + friend void swap(DrawElementProto& a, DrawElementProto& b) { + a.Swap(&b); + } + inline void Swap(DrawElementProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(DrawElementProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline DrawElementProto* New() const PROTOBUF_FINAL { return New(NULL); } - - DrawElementProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + DrawElementProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const DrawElementProto& from); void MergeFrom(const DrawElementProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(DrawElementProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "DrawElementProto"; } + protected: + explicit DrawElementProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kLinesFieldNumber = 2, + kApplyIfFieldNumber = 9, + kAreaFieldNumber = 3, + kSymbolFieldNumber = 4, + kCaptionFieldNumber = 5, + kCircleFieldNumber = 6, + kPathTextFieldNumber = 7, + kShieldFieldNumber = 8, + kScaleFieldNumber = 1, + }; // repeated .LineRuleProto lines = 2; int lines_size() const; - void clear_lines(); - static const int kLinesFieldNumber = 2; - const ::LineRuleProto& lines(int index) const; + private: + int _internal_lines_size() const; + + public: + void clear_lines() ; ::LineRuleProto* mutable_lines(int index); - ::LineRuleProto* add_lines(); ::google::protobuf::RepeatedPtrField< ::LineRuleProto >* mutable_lines(); + private: + const ::google::protobuf::RepeatedPtrField<::LineRuleProto>& _internal_lines() const; + ::google::protobuf::RepeatedPtrField<::LineRuleProto>* _internal_mutable_lines(); + public: + const ::LineRuleProto& lines(int index) const; + ::LineRuleProto* add_lines(); const ::google::protobuf::RepeatedPtrField< ::LineRuleProto >& lines() const; - // repeated string apply_if = 9; int apply_if_size() const; - void clear_apply_if(); - static const int kApplyIfFieldNumber = 9; - const ::std::string& apply_if(int index) const; - ::std::string* mutable_apply_if(int index); - void set_apply_if(int index, const ::std::string& value); - #if LANG_CXX11 - void set_apply_if(int index, ::std::string&& value); - #endif - void set_apply_if(int index, const char* value); - void set_apply_if(int index, const char* value, size_t size); - ::std::string* add_apply_if(); - void add_apply_if(const ::std::string& value); - #if LANG_CXX11 - void add_apply_if(::std::string&& value); - #endif - void add_apply_if(const char* value); - void add_apply_if(const char* value, size_t size); - const ::google::protobuf::RepeatedPtrField< ::std::string>& apply_if() const; - ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_apply_if(); + private: + int _internal_apply_if_size() const; + public: + void clear_apply_if() ; + const std::string& apply_if(int index) const; + std::string* mutable_apply_if(int index); + void set_apply_if(int index, const std::string& value); + void set_apply_if(int index, std::string&& value); + void set_apply_if(int index, const char* value); + void set_apply_if(int index, const char* value, std::size_t size); + void set_apply_if(int index, absl::string_view value); + std::string* add_apply_if(); + void add_apply_if(const std::string& value); + void add_apply_if(std::string&& value); + void add_apply_if(const char* value); + void add_apply_if(const char* value, std::size_t size); + void add_apply_if(absl::string_view value); + const ::google::protobuf::RepeatedPtrField& apply_if() const; + ::google::protobuf::RepeatedPtrField* mutable_apply_if(); + + private: + const ::google::protobuf::RepeatedPtrField& _internal_apply_if() const; + ::google::protobuf::RepeatedPtrField* _internal_mutable_apply_if(); + + public: // .AreaRuleProto area = 3; bool has_area() const; - void clear_area(); - static const int kAreaFieldNumber = 3; + void clear_area() ; const ::AreaRuleProto& area() const; + PROTOBUF_NODISCARD ::AreaRuleProto* release_area(); ::AreaRuleProto* mutable_area(); - ::AreaRuleProto* release_area(); - void set_allocated_area(::AreaRuleProto* area); + void set_allocated_area(::AreaRuleProto* value); + void unsafe_arena_set_allocated_area(::AreaRuleProto* value); + ::AreaRuleProto* unsafe_arena_release_area(); + private: + const ::AreaRuleProto& _internal_area() const; + ::AreaRuleProto* _internal_mutable_area(); + + public: // .SymbolRuleProto symbol = 4; bool has_symbol() const; - void clear_symbol(); - static const int kSymbolFieldNumber = 4; + void clear_symbol() ; const ::SymbolRuleProto& symbol() const; + PROTOBUF_NODISCARD ::SymbolRuleProto* release_symbol(); ::SymbolRuleProto* mutable_symbol(); - ::SymbolRuleProto* release_symbol(); - void set_allocated_symbol(::SymbolRuleProto* symbol); + void set_allocated_symbol(::SymbolRuleProto* value); + void unsafe_arena_set_allocated_symbol(::SymbolRuleProto* value); + ::SymbolRuleProto* unsafe_arena_release_symbol(); + private: + const ::SymbolRuleProto& _internal_symbol() const; + ::SymbolRuleProto* _internal_mutable_symbol(); + + public: // .CaptionRuleProto caption = 5; bool has_caption() const; - void clear_caption(); - static const int kCaptionFieldNumber = 5; + void clear_caption() ; const ::CaptionRuleProto& caption() const; + PROTOBUF_NODISCARD ::CaptionRuleProto* release_caption(); ::CaptionRuleProto* mutable_caption(); - ::CaptionRuleProto* release_caption(); - void set_allocated_caption(::CaptionRuleProto* caption); + void set_allocated_caption(::CaptionRuleProto* value); + void unsafe_arena_set_allocated_caption(::CaptionRuleProto* value); + ::CaptionRuleProto* unsafe_arena_release_caption(); + private: + const ::CaptionRuleProto& _internal_caption() const; + ::CaptionRuleProto* _internal_mutable_caption(); + + public: // .CircleRuleProto circle = 6; bool has_circle() const; - void clear_circle(); - static const int kCircleFieldNumber = 6; + void clear_circle() ; const ::CircleRuleProto& circle() const; + PROTOBUF_NODISCARD ::CircleRuleProto* release_circle(); ::CircleRuleProto* mutable_circle(); - ::CircleRuleProto* release_circle(); - void set_allocated_circle(::CircleRuleProto* circle); + void set_allocated_circle(::CircleRuleProto* value); + void unsafe_arena_set_allocated_circle(::CircleRuleProto* value); + ::CircleRuleProto* unsafe_arena_release_circle(); + private: + const ::CircleRuleProto& _internal_circle() const; + ::CircleRuleProto* _internal_mutable_circle(); + + public: // .PathTextRuleProto path_text = 7; bool has_path_text() const; - void clear_path_text(); - static const int kPathTextFieldNumber = 7; + void clear_path_text() ; const ::PathTextRuleProto& path_text() const; + PROTOBUF_NODISCARD ::PathTextRuleProto* release_path_text(); ::PathTextRuleProto* mutable_path_text(); - ::PathTextRuleProto* release_path_text(); - void set_allocated_path_text(::PathTextRuleProto* path_text); + void set_allocated_path_text(::PathTextRuleProto* value); + void unsafe_arena_set_allocated_path_text(::PathTextRuleProto* value); + ::PathTextRuleProto* unsafe_arena_release_path_text(); + private: + const ::PathTextRuleProto& _internal_path_text() const; + ::PathTextRuleProto* _internal_mutable_path_text(); + + public: // .ShieldRuleProto shield = 8; bool has_shield() const; - void clear_shield(); - static const int kShieldFieldNumber = 8; + void clear_shield() ; const ::ShieldRuleProto& shield() const; + PROTOBUF_NODISCARD ::ShieldRuleProto* release_shield(); ::ShieldRuleProto* mutable_shield(); - ::ShieldRuleProto* release_shield(); - void set_allocated_shield(::ShieldRuleProto* shield); + void set_allocated_shield(::ShieldRuleProto* value); + void unsafe_arena_set_allocated_shield(::ShieldRuleProto* value); + ::ShieldRuleProto* unsafe_arena_release_shield(); + private: + const ::ShieldRuleProto& _internal_shield() const; + ::ShieldRuleProto* _internal_mutable_shield(); + + public: // int32 scale = 1; - void clear_scale(); - static const int kScaleFieldNumber = 1; - ::google::protobuf::int32 scale() const; - void set_scale(::google::protobuf::int32 value); + void clear_scale() ; + ::int32_t scale() const; + void set_scale(::int32_t value); + private: + ::int32_t _internal_scale() const; + void _internal_set_scale(::int32_t value); + + public: // @@protoc_insertion_point(class_scope:DrawElementProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::google::protobuf::RepeatedPtrField< ::LineRuleProto > lines_; - ::google::protobuf::RepeatedPtrField< ::std::string> apply_if_; - ::AreaRuleProto* area_; - ::SymbolRuleProto* symbol_; - ::CaptionRuleProto* caption_; - ::CircleRuleProto* circle_; - ::PathTextRuleProto* path_text_; - ::ShieldRuleProto* shield_; - ::google::protobuf::int32 scale_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<4, 9, 7, 41, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::HasBits<1> _has_bits_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + ::google::protobuf::RepeatedPtrField< ::LineRuleProto > lines_; + ::google::protobuf::RepeatedPtrField apply_if_; + ::AreaRuleProto* area_; + ::SymbolRuleProto* symbol_; + ::CaptionRuleProto* caption_; + ::CircleRuleProto* circle_; + ::PathTextRuleProto* path_text_; + ::ShieldRuleProto* shield_; + ::int32_t scale_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class ClassifElementProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:ClassifElementProto) */ { +class ClassifElementProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:ClassifElementProto) */ { public: - ClassifElementProto(); - virtual ~ClassifElementProto(); + inline ClassifElementProto() : ClassifElementProto(nullptr) {} + ~ClassifElementProto() override; + template + explicit PROTOBUF_CONSTEXPR ClassifElementProto(::google::protobuf::internal::ConstantInitialized); ClassifElementProto(const ClassifElementProto& from); + ClassifElementProto(ClassifElementProto&& from) noexcept + : ClassifElementProto() { + *this = ::std::move(from); + } inline ClassifElementProto& operator=(const ClassifElementProto& from) { CopyFrom(from); return *this; } + inline ClassifElementProto& operator=(ClassifElementProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const ClassifElementProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const ClassifElementProto& default_instance() { + return *internal_default_instance(); + } static inline const ClassifElementProto* internal_default_instance() { return reinterpret_cast( &_ClassifElementProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 12; - void Swap(ClassifElementProto* other); + friend void swap(ClassifElementProto& a, ClassifElementProto& b) { + a.Swap(&b); + } + inline void Swap(ClassifElementProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(ClassifElementProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline ClassifElementProto* New() const PROTOBUF_FINAL { return New(NULL); } - - ClassifElementProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + ClassifElementProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const ClassifElementProto& from); void MergeFrom(const ClassifElementProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(ClassifElementProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "ClassifElementProto"; } + protected: + explicit ClassifElementProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kElementFieldNumber = 2, + kNameFieldNumber = 1, + }; // repeated .DrawElementProto element = 2; int element_size() const; - void clear_element(); - static const int kElementFieldNumber = 2; - const ::DrawElementProto& element(int index) const; + private: + int _internal_element_size() const; + + public: + void clear_element() ; ::DrawElementProto* mutable_element(int index); - ::DrawElementProto* add_element(); ::google::protobuf::RepeatedPtrField< ::DrawElementProto >* mutable_element(); + private: + const ::google::protobuf::RepeatedPtrField<::DrawElementProto>& _internal_element() const; + ::google::protobuf::RepeatedPtrField<::DrawElementProto>* _internal_mutable_element(); + public: + const ::DrawElementProto& element(int index) const; + ::DrawElementProto* add_element(); const ::google::protobuf::RepeatedPtrField< ::DrawElementProto >& element() const; - // string name = 1; - void clear_name(); - static const int kNameFieldNumber = 1; - const ::std::string& name() const; - void set_name(const ::std::string& value); - #if LANG_CXX11 - void set_name(::std::string&& value); - #endif - void set_name(const char* value); - void set_name(const char* value, size_t size); - ::std::string* mutable_name(); - ::std::string* release_name(); - void set_allocated_name(::std::string* name); + void clear_name() ; + const std::string& name() const; + template + void set_name(Arg_&& arg, Args_... args); + std::string* mutable_name(); + PROTOBUF_NODISCARD std::string* release_name(); + void set_allocated_name(std::string* ptr); + private: + const std::string& _internal_name() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_name( + const std::string& value); + std::string* _internal_mutable_name(); + + public: // @@protoc_insertion_point(class_scope:ClassifElementProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::google::protobuf::RepeatedPtrField< ::DrawElementProto > element_; - ::google::protobuf::internal::ArenaStringPtr name_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<1, 2, 1, 32, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::RepeatedPtrField< ::DrawElementProto > element_; + ::google::protobuf::internal::ArenaStringPtr name_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class ColorElementProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:ColorElementProto) */ { +class ColorElementProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:ColorElementProto) */ { public: - ColorElementProto(); - virtual ~ColorElementProto(); + inline ColorElementProto() : ColorElementProto(nullptr) {} + ~ColorElementProto() override; + template + explicit PROTOBUF_CONSTEXPR ColorElementProto(::google::protobuf::internal::ConstantInitialized); ColorElementProto(const ColorElementProto& from); + ColorElementProto(ColorElementProto&& from) noexcept + : ColorElementProto() { + *this = ::std::move(from); + } inline ColorElementProto& operator=(const ColorElementProto& from) { CopyFrom(from); return *this; } + inline ColorElementProto& operator=(ColorElementProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const ColorElementProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const ColorElementProto& default_instance() { + return *internal_default_instance(); + } static inline const ColorElementProto* internal_default_instance() { return reinterpret_cast( &_ColorElementProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 13; - void Swap(ColorElementProto* other); + friend void swap(ColorElementProto& a, ColorElementProto& b) { + a.Swap(&b); + } + inline void Swap(ColorElementProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(ColorElementProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline ColorElementProto* New() const PROTOBUF_FINAL { return New(NULL); } - - ColorElementProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + ColorElementProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const ColorElementProto& from); void MergeFrom(const ColorElementProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(ColorElementProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "ColorElementProto"; } + protected: + explicit ColorElementProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kNameFieldNumber = 1, + kColorFieldNumber = 2, + kXFieldNumber = 3, + kYFieldNumber = 4, + }; // string name = 1; - void clear_name(); - static const int kNameFieldNumber = 1; - const ::std::string& name() const; - void set_name(const ::std::string& value); - #if LANG_CXX11 - void set_name(::std::string&& value); - #endif - void set_name(const char* value); - void set_name(const char* value, size_t size); - ::std::string* mutable_name(); - ::std::string* release_name(); - void set_allocated_name(::std::string* name); + void clear_name() ; + const std::string& name() const; + template + void set_name(Arg_&& arg, Args_... args); + std::string* mutable_name(); + PROTOBUF_NODISCARD std::string* release_name(); + void set_allocated_name(std::string* ptr); + private: + const std::string& _internal_name() const; + inline PROTOBUF_ALWAYS_INLINE void _internal_set_name( + const std::string& value); + std::string* _internal_mutable_name(); + + public: // uint32 color = 2; - void clear_color(); - static const int kColorFieldNumber = 2; - ::google::protobuf::uint32 color() const; - void set_color(::google::protobuf::uint32 value); + void clear_color() ; + ::uint32_t color() const; + void set_color(::uint32_t value); + private: + ::uint32_t _internal_color() const; + void _internal_set_color(::uint32_t value); + + public: // float x = 3; - void clear_x(); - static const int kXFieldNumber = 3; + void clear_x() ; float x() const; void set_x(float value); + private: + float _internal_x() const; + void _internal_set_x(float value); + + public: // float y = 4; - void clear_y(); - static const int kYFieldNumber = 4; + void clear_y() ; float y() const; void set_y(float value); + private: + float _internal_y() const; + void _internal_set_y(float value); + + public: // @@protoc_insertion_point(class_scope:ColorElementProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::google::protobuf::internal::ArenaStringPtr name_; - ::google::protobuf::uint32 color_; - float x_; - float y_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<2, 4, 0, 30, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::ArenaStringPtr name_; + ::uint32_t color_; + float x_; + float y_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class ColorsElementProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:ColorsElementProto) */ { +class ColorsElementProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:ColorsElementProto) */ { public: - ColorsElementProto(); - virtual ~ColorsElementProto(); + inline ColorsElementProto() : ColorsElementProto(nullptr) {} + ~ColorsElementProto() override; + template + explicit PROTOBUF_CONSTEXPR ColorsElementProto(::google::protobuf::internal::ConstantInitialized); ColorsElementProto(const ColorsElementProto& from); + ColorsElementProto(ColorsElementProto&& from) noexcept + : ColorsElementProto() { + *this = ::std::move(from); + } inline ColorsElementProto& operator=(const ColorsElementProto& from) { CopyFrom(from); return *this; } + inline ColorsElementProto& operator=(ColorsElementProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const ColorsElementProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const ColorsElementProto& default_instance() { + return *internal_default_instance(); + } static inline const ColorsElementProto* internal_default_instance() { return reinterpret_cast( &_ColorsElementProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 14; - void Swap(ColorsElementProto* other); + friend void swap(ColorsElementProto& a, ColorsElementProto& b) { + a.Swap(&b); + } + inline void Swap(ColorsElementProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(ColorsElementProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline ColorsElementProto* New() const PROTOBUF_FINAL { return New(NULL); } - - ColorsElementProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + ColorsElementProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const ColorsElementProto& from); void MergeFrom(const ColorsElementProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(ColorsElementProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "ColorsElementProto"; } + protected: + explicit ColorsElementProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kValueFieldNumber = 1, + }; // repeated .ColorElementProto value = 1; int value_size() const; - void clear_value(); - static const int kValueFieldNumber = 1; - const ::ColorElementProto& value(int index) const; + private: + int _internal_value_size() const; + + public: + void clear_value() ; ::ColorElementProto* mutable_value(int index); - ::ColorElementProto* add_value(); ::google::protobuf::RepeatedPtrField< ::ColorElementProto >* mutable_value(); + private: + const ::google::protobuf::RepeatedPtrField<::ColorElementProto>& _internal_value() const; + ::google::protobuf::RepeatedPtrField<::ColorElementProto>* _internal_mutable_value(); + public: + const ::ColorElementProto& value(int index) const; + ::ColorElementProto* add_value(); const ::google::protobuf::RepeatedPtrField< ::ColorElementProto >& value() const; - // @@protoc_insertion_point(class_scope:ColorsElementProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::google::protobuf::RepeatedPtrField< ::ColorElementProto > value_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; -}; -// ------------------------------------------------------------------- + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<0, 1, 1, 0, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::RepeatedPtrField< ::ColorElementProto > value_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; +};// ------------------------------------------------------------------- -class ContainerProto : public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:ContainerProto) */ { +class ContainerProto final : + public ::google::protobuf::MessageLite /* @@protoc_insertion_point(class_definition:ContainerProto) */ { public: - ContainerProto(); - virtual ~ContainerProto(); + inline ContainerProto() : ContainerProto(nullptr) {} + ~ContainerProto() override; + template + explicit PROTOBUF_CONSTEXPR ContainerProto(::google::protobuf::internal::ConstantInitialized); ContainerProto(const ContainerProto& from); + ContainerProto(ContainerProto&& from) noexcept + : ContainerProto() { + *this = ::std::move(from); + } inline ContainerProto& operator=(const ContainerProto& from) { CopyFrom(from); return *this; } + inline ContainerProto& operator=(ContainerProto&& from) noexcept { + if (this == &from) return *this; + if (GetOwningArena() == from.GetOwningArena() + #ifdef PROTOBUF_FORCE_COPY_IN_MOVE + && GetOwningArena() != nullptr + #endif // !PROTOBUF_FORCE_COPY_IN_MOVE + ) { + InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } - static const ContainerProto& default_instance(); + inline const std::string& unknown_fields() const { + return _internal_metadata_.unknown_fields(::google::protobuf::internal::GetEmptyString); + } + inline std::string* mutable_unknown_fields() { + return _internal_metadata_.mutable_unknown_fields(); + } + static const ContainerProto& default_instance() { + return *internal_default_instance(); + } static inline const ContainerProto* internal_default_instance() { return reinterpret_cast( &_ContainerProto_default_instance_); } - static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + static constexpr int kIndexInFileMessages = 15; - void Swap(ContainerProto* other); + friend void swap(ContainerProto& a, ContainerProto& b) { + a.Swap(&b); + } + inline void Swap(ContainerProto* other) { + if (other == this) return; + #ifdef PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() != nullptr && + GetOwningArena() == other->GetOwningArena()) { + #else // PROTOBUF_FORCE_COPY_IN_SWAP + if (GetOwningArena() == other->GetOwningArena()) { + #endif // !PROTOBUF_FORCE_COPY_IN_SWAP + InternalSwap(other); + } else { + ::google::protobuf::internal::GenericSwap(this, other); + } + } + void UnsafeArenaSwap(ContainerProto* other) { + if (other == this) return; + ABSL_DCHECK(GetOwningArena() == other->GetOwningArena()); + InternalSwap(other); + } // implements Message ---------------------------------------------- - inline ContainerProto* New() const PROTOBUF_FINAL { return New(NULL); } - - ContainerProto* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; - void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) - PROTOBUF_FINAL; + ContainerProto* New(::google::protobuf::Arena* arena = nullptr) const final { + return CreateMaybeMessage(arena); + } + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from) final; void CopyFrom(const ContainerProto& from); void MergeFrom(const ContainerProto& from); - void Clear() PROTOBUF_FINAL; - bool IsInitialized() const PROTOBUF_FINAL; + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + ::size_t ByteSizeLong() const final; + const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; + ::uint8_t* _InternalSerialize( + ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } - size_t ByteSizeLong() const PROTOBUF_FINAL; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; - void DiscardUnknownFields(); - int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: - void SharedCtor(); + void SharedCtor(::google::protobuf::Arena* arena); void SharedDtor(); void SetCachedSize(int size) const; void InternalSwap(ContainerProto* other); + private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return NULL; - } - inline void* MaybeArenaPtr() const { - return NULL; + friend class ::google::protobuf::internal::AnyMetadata; + static ::absl::string_view FullMessageName() { + return "ContainerProto"; } + protected: + explicit ContainerProto(::google::protobuf::Arena* arena); public: - ::std::string GetTypeName() const PROTOBUF_FINAL; + std::string GetTypeName() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- + enum : int { + kContFieldNumber = 1, + kColorsFieldNumber = 2, + }; // repeated .ClassifElementProto cont = 1; int cont_size() const; - void clear_cont(); - static const int kContFieldNumber = 1; - const ::ClassifElementProto& cont(int index) const; + private: + int _internal_cont_size() const; + + public: + void clear_cont() ; ::ClassifElementProto* mutable_cont(int index); - ::ClassifElementProto* add_cont(); ::google::protobuf::RepeatedPtrField< ::ClassifElementProto >* mutable_cont(); + private: + const ::google::protobuf::RepeatedPtrField<::ClassifElementProto>& _internal_cont() const; + ::google::protobuf::RepeatedPtrField<::ClassifElementProto>* _internal_mutable_cont(); + public: + const ::ClassifElementProto& cont(int index) const; + ::ClassifElementProto* add_cont(); const ::google::protobuf::RepeatedPtrField< ::ClassifElementProto >& cont() const; - // .ColorsElementProto colors = 2; bool has_colors() const; - void clear_colors(); - static const int kColorsFieldNumber = 2; + void clear_colors() ; const ::ColorsElementProto& colors() const; + PROTOBUF_NODISCARD ::ColorsElementProto* release_colors(); ::ColorsElementProto* mutable_colors(); - ::ColorsElementProto* release_colors(); - void set_allocated_colors(::ColorsElementProto* colors); + void set_allocated_colors(::ColorsElementProto* value); + void unsafe_arena_set_allocated_colors(::ColorsElementProto* value); + ::ColorsElementProto* unsafe_arena_release_colors(); + private: + const ::ColorsElementProto& _internal_colors() const; + ::ColorsElementProto* _internal_mutable_colors(); + + public: // @@protoc_insertion_point(class_scope:ContainerProto) private: + class _Internal; - ::google::protobuf::internal::InternalMetadataWithArenaLite _internal_metadata_; - ::google::protobuf::RepeatedPtrField< ::ClassifElementProto > cont_; - ::ColorsElementProto* colors_; - mutable int _cached_size_; - friend struct protobuf_indexer_2fdrules_5fstruct_2eproto::TableStruct; + friend class ::google::protobuf::internal::TcParser; + static const ::google::protobuf::internal::TcParseTable<1, 2, 2, 0, 2> _table_; + template friend class ::google::protobuf::Arena::InternalHelper; + typedef void InternalArenaConstructable_; + typedef void DestructorSkippable_; + struct Impl_ { + ::google::protobuf::internal::HasBits<1> _has_bits_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + ::google::protobuf::RepeatedPtrField< ::ClassifElementProto > cont_; + ::ColorsElementProto* colors_; + PROTOBUF_TSAN_DECLARE_MEMBER + }; + union { Impl_ _impl_; }; + friend struct ::TableStruct_drules_5fstruct_2eproto; }; + // =================================================================== + + // =================================================================== -#if !PROTOBUF_INLINE_NOT_IN_HEADERS + +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wstrict-aliasing" +#endif // __GNUC__ +// ------------------------------------------------------------------- + // DashDotProto // repeated double dd = 1; +inline int DashDotProto::_internal_dd_size() const { + return _internal_dd().size(); +} inline int DashDotProto::dd_size() const { - return dd_.size(); + return _internal_dd_size(); } inline void DashDotProto::clear_dd() { - dd_.Clear(); + _internal_mutable_dd()->Clear(); } inline double DashDotProto::dd(int index) const { // @@protoc_insertion_point(field_get:DashDotProto.dd) - return dd_.Get(index); + return _internal_dd().Get(index); } inline void DashDotProto::set_dd(int index, double value) { - dd_.Set(index, value); + _internal_mutable_dd()->Set(index, value); // @@protoc_insertion_point(field_set:DashDotProto.dd) } inline void DashDotProto::add_dd(double value) { - dd_.Add(value); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _internal_mutable_dd()->Add(value); // @@protoc_insertion_point(field_add:DashDotProto.dd) } -inline const ::google::protobuf::RepeatedField< double >& -DashDotProto::dd() const { +inline const ::google::protobuf::RepeatedField& DashDotProto::dd() const { // @@protoc_insertion_point(field_list:DashDotProto.dd) - return dd_; + return _internal_dd(); } -inline ::google::protobuf::RepeatedField< double >* -DashDotProto::mutable_dd() { +inline ::google::protobuf::RepeatedField* DashDotProto::mutable_dd() { // @@protoc_insertion_point(field_mutable_list:DashDotProto.dd) - return &dd_; + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + return _internal_mutable_dd(); +} + +inline const ::google::protobuf::RepeatedField& DashDotProto::_internal_dd() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.dd_; +} +inline ::google::protobuf::RepeatedField* DashDotProto::_internal_mutable_dd() { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return &_impl_.dd_; } // double offset = 2; inline void DashDotProto::clear_offset() { - offset_ = 0; + _impl_.offset_ = 0; } inline double DashDotProto::offset() const { // @@protoc_insertion_point(field_get:DashDotProto.offset) - return offset_; + return _internal_offset(); } inline void DashDotProto::set_offset(double value) { - - offset_ = value; + _internal_set_offset(value); // @@protoc_insertion_point(field_set:DashDotProto.offset) } +inline double DashDotProto::_internal_offset() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.offset_; +} +inline void DashDotProto::_internal_set_offset(double value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.offset_ = value; +} // ------------------------------------------------------------------- @@ -1918,84 +3276,98 @@ inline void DashDotProto::set_offset(double value) { // string name = 1; inline void PathSymProto::clear_name() { - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + _impl_.name_.ClearToEmpty(); } -inline const ::std::string& PathSymProto::name() const { +inline const std::string& PathSymProto::name() const { // @@protoc_insertion_point(field_get:PathSymProto.name) - return name_.GetNoArena(); + return _internal_name(); } -inline void PathSymProto::set_name(const ::std::string& value) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); +template +inline PROTOBUF_ALWAYS_INLINE void PathSymProto::set_name(Arg_&& arg, + Args_... args) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.name_.Set(static_cast(arg), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:PathSymProto.name) } -#if LANG_CXX11 -inline void PathSymProto::set_name(::std::string&& value) { - - name_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:PathSymProto.name) -} -#endif -inline void PathSymProto::set_name(const char* value) { - GOOGLE_DCHECK(value != NULL); - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:PathSymProto.name) -} -inline void PathSymProto::set_name(const char* value, size_t size) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:PathSymProto.name) -} -inline ::std::string* PathSymProto::mutable_name() { - +inline std::string* PathSymProto::mutable_name() { + std::string* _s = _internal_mutable_name(); // @@protoc_insertion_point(field_mutable:PathSymProto.name) - return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return _s; } -inline ::std::string* PathSymProto::release_name() { +inline const std::string& PathSymProto::_internal_name() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.name_.Get(); +} +inline void PathSymProto::_internal_set_name(const std::string& value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.name_.Set(value, GetArenaForAllocation()); +} +inline std::string* PathSymProto::_internal_mutable_name() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + return _impl_.name_.Mutable( GetArenaForAllocation()); +} +inline std::string* PathSymProto::release_name() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:PathSymProto.name) - - return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return _impl_.name_.Release(); } -inline void PathSymProto::set_allocated_name(::std::string* name) { - if (name != NULL) { - - } else { - - } - name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); +inline void PathSymProto::set_allocated_name(std::string* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_.name_.SetAllocated(value, GetArenaForAllocation()); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (_impl_.name_.IsDefault()) { + _impl_.name_.Set("", GetArenaForAllocation()); + } + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:PathSymProto.name) } // double step = 2; inline void PathSymProto::clear_step() { - step_ = 0; + _impl_.step_ = 0; } inline double PathSymProto::step() const { // @@protoc_insertion_point(field_get:PathSymProto.step) - return step_; + return _internal_step(); } inline void PathSymProto::set_step(double value) { - - step_ = value; + _internal_set_step(value); // @@protoc_insertion_point(field_set:PathSymProto.step) } +inline double PathSymProto::_internal_step() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.step_; +} +inline void PathSymProto::_internal_set_step(double value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.step_ = value; +} // double offset = 3; inline void PathSymProto::clear_offset() { - offset_ = 0; + _impl_.offset_ = 0; } inline double PathSymProto::offset() const { // @@protoc_insertion_point(field_get:PathSymProto.offset) - return offset_; + return _internal_offset(); } inline void PathSymProto::set_offset(double value) { - - offset_ = value; + _internal_set_offset(value); // @@protoc_insertion_point(field_set:PathSymProto.offset) } +inline double PathSymProto::_internal_offset() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.offset_; +} +inline void PathSymProto::_internal_set_offset(double value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.offset_ = value; +} // ------------------------------------------------------------------- @@ -2003,151 +3375,305 @@ inline void PathSymProto::set_offset(double value) { // double width = 1; inline void LineRuleProto::clear_width() { - width_ = 0; + _impl_.width_ = 0; } inline double LineRuleProto::width() const { // @@protoc_insertion_point(field_get:LineRuleProto.width) - return width_; + return _internal_width(); } inline void LineRuleProto::set_width(double value) { - - width_ = value; + _internal_set_width(value); // @@protoc_insertion_point(field_set:LineRuleProto.width) } +inline double LineRuleProto::_internal_width() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.width_; +} +inline void LineRuleProto::_internal_set_width(double value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.width_ = value; +} // uint32 color = 2; inline void LineRuleProto::clear_color() { - color_ = 0u; + _impl_.color_ = 0u; } -inline ::google::protobuf::uint32 LineRuleProto::color() const { +inline ::uint32_t LineRuleProto::color() const { // @@protoc_insertion_point(field_get:LineRuleProto.color) - return color_; + return _internal_color(); } -inline void LineRuleProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; +inline void LineRuleProto::set_color(::uint32_t value) { + _internal_set_color(value); // @@protoc_insertion_point(field_set:LineRuleProto.color) } +inline ::uint32_t LineRuleProto::_internal_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.color_; +} +inline void LineRuleProto::_internal_set_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.color_ = value; +} // .DashDotProto dashdot = 3; inline bool LineRuleProto::has_dashdot() const { - return this != internal_default_instance() && dashdot_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; + PROTOBUF_ASSUME(!value || _impl_.dashdot_ != nullptr); + return value; } inline void LineRuleProto::clear_dashdot() { - if (GetArenaNoVirtual() == NULL && dashdot_ != NULL) delete dashdot_; - dashdot_ = NULL; + if (_impl_.dashdot_ != nullptr) _impl_.dashdot_->Clear(); + _impl_._has_bits_[0] &= ~0x00000001u; +} +inline const ::DashDotProto& LineRuleProto::_internal_dashdot() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::DashDotProto* p = _impl_.dashdot_; + return p != nullptr ? *p : reinterpret_cast(::_DashDotProto_default_instance_); } inline const ::DashDotProto& LineRuleProto::dashdot() const { // @@protoc_insertion_point(field_get:LineRuleProto.dashdot) - return dashdot_ != NULL ? *dashdot_ - : *::DashDotProto::internal_default_instance(); + return _internal_dashdot(); } -inline ::DashDotProto* LineRuleProto::mutable_dashdot() { - - if (dashdot_ == NULL) { - dashdot_ = new ::DashDotProto; +inline void LineRuleProto::unsafe_arena_set_allocated_dashdot(::DashDotProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.dashdot_); } - // @@protoc_insertion_point(field_mutable:LineRuleProto.dashdot) - return dashdot_; + _impl_.dashdot_ = reinterpret_cast<::DashDotProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:LineRuleProto.dashdot) } inline ::DashDotProto* LineRuleProto::release_dashdot() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000001u; + ::DashDotProto* released = _impl_.dashdot_; + _impl_.dashdot_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::DashDotProto* LineRuleProto::unsafe_arena_release_dashdot() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:LineRuleProto.dashdot) - - ::DashDotProto* temp = dashdot_; - dashdot_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000001u; + ::DashDotProto* temp = _impl_.dashdot_; + _impl_.dashdot_ = nullptr; return temp; } -inline void LineRuleProto::set_allocated_dashdot(::DashDotProto* dashdot) { - delete dashdot_; - dashdot_ = dashdot; - if (dashdot) { - - } else { - +inline ::DashDotProto* LineRuleProto::_internal_mutable_dashdot() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000001u; + if (_impl_.dashdot_ == nullptr) { + auto* p = CreateMaybeMessage<::DashDotProto>(GetArenaForAllocation()); + _impl_.dashdot_ = reinterpret_cast<::DashDotProto*>(p); } + return _impl_.dashdot_; +} +inline ::DashDotProto* LineRuleProto::mutable_dashdot() { + ::DashDotProto* _msg = _internal_mutable_dashdot(); + // @@protoc_insertion_point(field_mutable:LineRuleProto.dashdot) + return _msg; +} +inline void LineRuleProto::set_allocated_dashdot(::DashDotProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::DashDotProto*>(_impl_.dashdot_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::DashDotProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + + _impl_.dashdot_ = reinterpret_cast<::DashDotProto*>(value); // @@protoc_insertion_point(field_set_allocated:LineRuleProto.dashdot) } // int32 priority = 4; inline void LineRuleProto::clear_priority() { - priority_ = 0; + _impl_.priority_ = 0; } -inline ::google::protobuf::int32 LineRuleProto::priority() const { +inline ::int32_t LineRuleProto::priority() const { // @@protoc_insertion_point(field_get:LineRuleProto.priority) - return priority_; + return _internal_priority(); } -inline void LineRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; +inline void LineRuleProto::set_priority(::int32_t value) { + _internal_set_priority(value); // @@protoc_insertion_point(field_set:LineRuleProto.priority) } +inline ::int32_t LineRuleProto::_internal_priority() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.priority_; +} +inline void LineRuleProto::_internal_set_priority(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.priority_ = value; +} // .PathSymProto pathsym = 5; inline bool LineRuleProto::has_pathsym() const { - return this != internal_default_instance() && pathsym_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; + PROTOBUF_ASSUME(!value || _impl_.pathsym_ != nullptr); + return value; } inline void LineRuleProto::clear_pathsym() { - if (GetArenaNoVirtual() == NULL && pathsym_ != NULL) delete pathsym_; - pathsym_ = NULL; + if (_impl_.pathsym_ != nullptr) _impl_.pathsym_->Clear(); + _impl_._has_bits_[0] &= ~0x00000002u; +} +inline const ::PathSymProto& LineRuleProto::_internal_pathsym() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::PathSymProto* p = _impl_.pathsym_; + return p != nullptr ? *p : reinterpret_cast(::_PathSymProto_default_instance_); } inline const ::PathSymProto& LineRuleProto::pathsym() const { // @@protoc_insertion_point(field_get:LineRuleProto.pathsym) - return pathsym_ != NULL ? *pathsym_ - : *::PathSymProto::internal_default_instance(); + return _internal_pathsym(); } -inline ::PathSymProto* LineRuleProto::mutable_pathsym() { - - if (pathsym_ == NULL) { - pathsym_ = new ::PathSymProto; +inline void LineRuleProto::unsafe_arena_set_allocated_pathsym(::PathSymProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.pathsym_); } - // @@protoc_insertion_point(field_mutable:LineRuleProto.pathsym) - return pathsym_; + _impl_.pathsym_ = reinterpret_cast<::PathSymProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000002u; + } else { + _impl_._has_bits_[0] &= ~0x00000002u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:LineRuleProto.pathsym) } inline ::PathSymProto* LineRuleProto::release_pathsym() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000002u; + ::PathSymProto* released = _impl_.pathsym_; + _impl_.pathsym_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::PathSymProto* LineRuleProto::unsafe_arena_release_pathsym() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:LineRuleProto.pathsym) - - ::PathSymProto* temp = pathsym_; - pathsym_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000002u; + ::PathSymProto* temp = _impl_.pathsym_; + _impl_.pathsym_ = nullptr; return temp; } -inline void LineRuleProto::set_allocated_pathsym(::PathSymProto* pathsym) { - delete pathsym_; - pathsym_ = pathsym; - if (pathsym) { - - } else { - +inline ::PathSymProto* LineRuleProto::_internal_mutable_pathsym() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000002u; + if (_impl_.pathsym_ == nullptr) { + auto* p = CreateMaybeMessage<::PathSymProto>(GetArenaForAllocation()); + _impl_.pathsym_ = reinterpret_cast<::PathSymProto*>(p); } + return _impl_.pathsym_; +} +inline ::PathSymProto* LineRuleProto::mutable_pathsym() { + ::PathSymProto* _msg = _internal_mutable_pathsym(); + // @@protoc_insertion_point(field_mutable:LineRuleProto.pathsym) + return _msg; +} +inline void LineRuleProto::set_allocated_pathsym(::PathSymProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::PathSymProto*>(_impl_.pathsym_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::PathSymProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000002u; + } else { + _impl_._has_bits_[0] &= ~0x00000002u; + } + + _impl_.pathsym_ = reinterpret_cast<::PathSymProto*>(value); // @@protoc_insertion_point(field_set_allocated:LineRuleProto.pathsym) } // .LineJoin join = 6; inline void LineRuleProto::clear_join() { - join_ = 0; + _impl_.join_ = 0; } inline ::LineJoin LineRuleProto::join() const { // @@protoc_insertion_point(field_get:LineRuleProto.join) - return static_cast< ::LineJoin >(join_); + return _internal_join(); } inline void LineRuleProto::set_join(::LineJoin value) { - - join_ = value; + _internal_set_join(value); // @@protoc_insertion_point(field_set:LineRuleProto.join) } +inline ::LineJoin LineRuleProto::_internal_join() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return static_cast<::LineJoin>(_impl_.join_); +} +inline void LineRuleProto::_internal_set_join(::LineJoin value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.join_ = value; +} // .LineCap cap = 7; inline void LineRuleProto::clear_cap() { - cap_ = 0; + _impl_.cap_ = 0; } inline ::LineCap LineRuleProto::cap() const { // @@protoc_insertion_point(field_get:LineRuleProto.cap) - return static_cast< ::LineCap >(cap_); + return _internal_cap(); } inline void LineRuleProto::set_cap(::LineCap value) { - - cap_ = value; + _internal_set_cap(value); // @@protoc_insertion_point(field_set:LineRuleProto.cap) } +inline ::LineCap LineRuleProto::_internal_cap() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return static_cast<::LineCap>(_impl_.cap_); +} +inline void LineRuleProto::_internal_set_cap(::LineCap value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.cap_ = value; +} // ------------------------------------------------------------------- @@ -2155,137 +3681,283 @@ inline void LineRuleProto::set_cap(::LineCap value) { // double width = 1; inline void LineDefProto::clear_width() { - width_ = 0; + _impl_.width_ = 0; } inline double LineDefProto::width() const { // @@protoc_insertion_point(field_get:LineDefProto.width) - return width_; + return _internal_width(); } inline void LineDefProto::set_width(double value) { - - width_ = value; + _internal_set_width(value); // @@protoc_insertion_point(field_set:LineDefProto.width) } +inline double LineDefProto::_internal_width() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.width_; +} +inline void LineDefProto::_internal_set_width(double value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.width_ = value; +} // uint32 color = 2; inline void LineDefProto::clear_color() { - color_ = 0u; + _impl_.color_ = 0u; } -inline ::google::protobuf::uint32 LineDefProto::color() const { +inline ::uint32_t LineDefProto::color() const { // @@protoc_insertion_point(field_get:LineDefProto.color) - return color_; + return _internal_color(); } -inline void LineDefProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; +inline void LineDefProto::set_color(::uint32_t value) { + _internal_set_color(value); // @@protoc_insertion_point(field_set:LineDefProto.color) } +inline ::uint32_t LineDefProto::_internal_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.color_; +} +inline void LineDefProto::_internal_set_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.color_ = value; +} // .DashDotProto dashdot = 3; inline bool LineDefProto::has_dashdot() const { - return this != internal_default_instance() && dashdot_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; + PROTOBUF_ASSUME(!value || _impl_.dashdot_ != nullptr); + return value; } inline void LineDefProto::clear_dashdot() { - if (GetArenaNoVirtual() == NULL && dashdot_ != NULL) delete dashdot_; - dashdot_ = NULL; + if (_impl_.dashdot_ != nullptr) _impl_.dashdot_->Clear(); + _impl_._has_bits_[0] &= ~0x00000001u; +} +inline const ::DashDotProto& LineDefProto::_internal_dashdot() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::DashDotProto* p = _impl_.dashdot_; + return p != nullptr ? *p : reinterpret_cast(::_DashDotProto_default_instance_); } inline const ::DashDotProto& LineDefProto::dashdot() const { // @@protoc_insertion_point(field_get:LineDefProto.dashdot) - return dashdot_ != NULL ? *dashdot_ - : *::DashDotProto::internal_default_instance(); + return _internal_dashdot(); } -inline ::DashDotProto* LineDefProto::mutable_dashdot() { - - if (dashdot_ == NULL) { - dashdot_ = new ::DashDotProto; +inline void LineDefProto::unsafe_arena_set_allocated_dashdot(::DashDotProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.dashdot_); } - // @@protoc_insertion_point(field_mutable:LineDefProto.dashdot) - return dashdot_; + _impl_.dashdot_ = reinterpret_cast<::DashDotProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:LineDefProto.dashdot) } inline ::DashDotProto* LineDefProto::release_dashdot() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000001u; + ::DashDotProto* released = _impl_.dashdot_; + _impl_.dashdot_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::DashDotProto* LineDefProto::unsafe_arena_release_dashdot() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:LineDefProto.dashdot) - - ::DashDotProto* temp = dashdot_; - dashdot_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000001u; + ::DashDotProto* temp = _impl_.dashdot_; + _impl_.dashdot_ = nullptr; return temp; } -inline void LineDefProto::set_allocated_dashdot(::DashDotProto* dashdot) { - delete dashdot_; - dashdot_ = dashdot; - if (dashdot) { - - } else { - +inline ::DashDotProto* LineDefProto::_internal_mutable_dashdot() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000001u; + if (_impl_.dashdot_ == nullptr) { + auto* p = CreateMaybeMessage<::DashDotProto>(GetArenaForAllocation()); + _impl_.dashdot_ = reinterpret_cast<::DashDotProto*>(p); } + return _impl_.dashdot_; +} +inline ::DashDotProto* LineDefProto::mutable_dashdot() { + ::DashDotProto* _msg = _internal_mutable_dashdot(); + // @@protoc_insertion_point(field_mutable:LineDefProto.dashdot) + return _msg; +} +inline void LineDefProto::set_allocated_dashdot(::DashDotProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::DashDotProto*>(_impl_.dashdot_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::DashDotProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + + _impl_.dashdot_ = reinterpret_cast<::DashDotProto*>(value); // @@protoc_insertion_point(field_set_allocated:LineDefProto.dashdot) } // .PathSymProto pathsym = 4; inline bool LineDefProto::has_pathsym() const { - return this != internal_default_instance() && pathsym_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; + PROTOBUF_ASSUME(!value || _impl_.pathsym_ != nullptr); + return value; } inline void LineDefProto::clear_pathsym() { - if (GetArenaNoVirtual() == NULL && pathsym_ != NULL) delete pathsym_; - pathsym_ = NULL; + if (_impl_.pathsym_ != nullptr) _impl_.pathsym_->Clear(); + _impl_._has_bits_[0] &= ~0x00000002u; +} +inline const ::PathSymProto& LineDefProto::_internal_pathsym() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::PathSymProto* p = _impl_.pathsym_; + return p != nullptr ? *p : reinterpret_cast(::_PathSymProto_default_instance_); } inline const ::PathSymProto& LineDefProto::pathsym() const { // @@protoc_insertion_point(field_get:LineDefProto.pathsym) - return pathsym_ != NULL ? *pathsym_ - : *::PathSymProto::internal_default_instance(); + return _internal_pathsym(); } -inline ::PathSymProto* LineDefProto::mutable_pathsym() { - - if (pathsym_ == NULL) { - pathsym_ = new ::PathSymProto; +inline void LineDefProto::unsafe_arena_set_allocated_pathsym(::PathSymProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.pathsym_); } - // @@protoc_insertion_point(field_mutable:LineDefProto.pathsym) - return pathsym_; + _impl_.pathsym_ = reinterpret_cast<::PathSymProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000002u; + } else { + _impl_._has_bits_[0] &= ~0x00000002u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:LineDefProto.pathsym) } inline ::PathSymProto* LineDefProto::release_pathsym() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000002u; + ::PathSymProto* released = _impl_.pathsym_; + _impl_.pathsym_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::PathSymProto* LineDefProto::unsafe_arena_release_pathsym() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:LineDefProto.pathsym) - - ::PathSymProto* temp = pathsym_; - pathsym_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000002u; + ::PathSymProto* temp = _impl_.pathsym_; + _impl_.pathsym_ = nullptr; return temp; } -inline void LineDefProto::set_allocated_pathsym(::PathSymProto* pathsym) { - delete pathsym_; - pathsym_ = pathsym; - if (pathsym) { - - } else { - +inline ::PathSymProto* LineDefProto::_internal_mutable_pathsym() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000002u; + if (_impl_.pathsym_ == nullptr) { + auto* p = CreateMaybeMessage<::PathSymProto>(GetArenaForAllocation()); + _impl_.pathsym_ = reinterpret_cast<::PathSymProto*>(p); } + return _impl_.pathsym_; +} +inline ::PathSymProto* LineDefProto::mutable_pathsym() { + ::PathSymProto* _msg = _internal_mutable_pathsym(); + // @@protoc_insertion_point(field_mutable:LineDefProto.pathsym) + return _msg; +} +inline void LineDefProto::set_allocated_pathsym(::PathSymProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::PathSymProto*>(_impl_.pathsym_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::PathSymProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000002u; + } else { + _impl_._has_bits_[0] &= ~0x00000002u; + } + + _impl_.pathsym_ = reinterpret_cast<::PathSymProto*>(value); // @@protoc_insertion_point(field_set_allocated:LineDefProto.pathsym) } // .LineJoin join = 6; inline void LineDefProto::clear_join() { - join_ = 0; + _impl_.join_ = 0; } inline ::LineJoin LineDefProto::join() const { // @@protoc_insertion_point(field_get:LineDefProto.join) - return static_cast< ::LineJoin >(join_); + return _internal_join(); } inline void LineDefProto::set_join(::LineJoin value) { - - join_ = value; + _internal_set_join(value); // @@protoc_insertion_point(field_set:LineDefProto.join) } +inline ::LineJoin LineDefProto::_internal_join() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return static_cast<::LineJoin>(_impl_.join_); +} +inline void LineDefProto::_internal_set_join(::LineJoin value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.join_ = value; +} // .LineCap cap = 7; inline void LineDefProto::clear_cap() { - cap_ = 0; + _impl_.cap_ = 0; } inline ::LineCap LineDefProto::cap() const { // @@protoc_insertion_point(field_get:LineDefProto.cap) - return static_cast< ::LineCap >(cap_); + return _internal_cap(); } inline void LineDefProto::set_cap(::LineCap value) { - - cap_ = value; + _internal_set_cap(value); // @@protoc_insertion_point(field_set:LineDefProto.cap) } +inline ::LineCap LineDefProto::_internal_cap() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return static_cast<::LineCap>(_impl_.cap_); +} +inline void LineDefProto::_internal_set_cap(::LineCap value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.cap_ = value; +} // ------------------------------------------------------------------- @@ -2293,70 +3965,143 @@ inline void LineDefProto::set_cap(::LineCap value) { // uint32 color = 1; inline void AreaRuleProto::clear_color() { - color_ = 0u; + _impl_.color_ = 0u; } -inline ::google::protobuf::uint32 AreaRuleProto::color() const { +inline ::uint32_t AreaRuleProto::color() const { // @@protoc_insertion_point(field_get:AreaRuleProto.color) - return color_; + return _internal_color(); } -inline void AreaRuleProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; +inline void AreaRuleProto::set_color(::uint32_t value) { + _internal_set_color(value); // @@protoc_insertion_point(field_set:AreaRuleProto.color) } +inline ::uint32_t AreaRuleProto::_internal_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.color_; +} +inline void AreaRuleProto::_internal_set_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.color_ = value; +} // .LineDefProto border = 2; inline bool AreaRuleProto::has_border() const { - return this != internal_default_instance() && border_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; + PROTOBUF_ASSUME(!value || _impl_.border_ != nullptr); + return value; } inline void AreaRuleProto::clear_border() { - if (GetArenaNoVirtual() == NULL && border_ != NULL) delete border_; - border_ = NULL; + if (_impl_.border_ != nullptr) _impl_.border_->Clear(); + _impl_._has_bits_[0] &= ~0x00000001u; +} +inline const ::LineDefProto& AreaRuleProto::_internal_border() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::LineDefProto* p = _impl_.border_; + return p != nullptr ? *p : reinterpret_cast(::_LineDefProto_default_instance_); } inline const ::LineDefProto& AreaRuleProto::border() const { // @@protoc_insertion_point(field_get:AreaRuleProto.border) - return border_ != NULL ? *border_ - : *::LineDefProto::internal_default_instance(); + return _internal_border(); } -inline ::LineDefProto* AreaRuleProto::mutable_border() { - - if (border_ == NULL) { - border_ = new ::LineDefProto; +inline void AreaRuleProto::unsafe_arena_set_allocated_border(::LineDefProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.border_); } - // @@protoc_insertion_point(field_mutable:AreaRuleProto.border) - return border_; + _impl_.border_ = reinterpret_cast<::LineDefProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:AreaRuleProto.border) } inline ::LineDefProto* AreaRuleProto::release_border() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000001u; + ::LineDefProto* released = _impl_.border_; + _impl_.border_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::LineDefProto* AreaRuleProto::unsafe_arena_release_border() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:AreaRuleProto.border) - - ::LineDefProto* temp = border_; - border_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000001u; + ::LineDefProto* temp = _impl_.border_; + _impl_.border_ = nullptr; return temp; } -inline void AreaRuleProto::set_allocated_border(::LineDefProto* border) { - delete border_; - border_ = border; - if (border) { - - } else { - +inline ::LineDefProto* AreaRuleProto::_internal_mutable_border() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000001u; + if (_impl_.border_ == nullptr) { + auto* p = CreateMaybeMessage<::LineDefProto>(GetArenaForAllocation()); + _impl_.border_ = reinterpret_cast<::LineDefProto*>(p); } + return _impl_.border_; +} +inline ::LineDefProto* AreaRuleProto::mutable_border() { + ::LineDefProto* _msg = _internal_mutable_border(); + // @@protoc_insertion_point(field_mutable:AreaRuleProto.border) + return _msg; +} +inline void AreaRuleProto::set_allocated_border(::LineDefProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::LineDefProto*>(_impl_.border_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::LineDefProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + + _impl_.border_ = reinterpret_cast<::LineDefProto*>(value); // @@protoc_insertion_point(field_set_allocated:AreaRuleProto.border) } // int32 priority = 3; inline void AreaRuleProto::clear_priority() { - priority_ = 0; + _impl_.priority_ = 0; } -inline ::google::protobuf::int32 AreaRuleProto::priority() const { +inline ::int32_t AreaRuleProto::priority() const { // @@protoc_insertion_point(field_get:AreaRuleProto.priority) - return priority_; + return _internal_priority(); } -inline void AreaRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; +inline void AreaRuleProto::set_priority(::int32_t value) { + _internal_set_priority(value); // @@protoc_insertion_point(field_set:AreaRuleProto.priority) } +inline ::int32_t AreaRuleProto::_internal_priority() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.priority_; +} +inline void AreaRuleProto::_internal_set_priority(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.priority_ = value; +} // ------------------------------------------------------------------- @@ -2364,98 +4109,120 @@ inline void AreaRuleProto::set_priority(::google::protobuf::int32 value) { // string name = 1; inline void SymbolRuleProto::clear_name() { - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + _impl_.name_.ClearToEmpty(); } -inline const ::std::string& SymbolRuleProto::name() const { +inline const std::string& SymbolRuleProto::name() const { // @@protoc_insertion_point(field_get:SymbolRuleProto.name) - return name_.GetNoArena(); + return _internal_name(); } -inline void SymbolRuleProto::set_name(const ::std::string& value) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); +template +inline PROTOBUF_ALWAYS_INLINE void SymbolRuleProto::set_name(Arg_&& arg, + Args_... args) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.name_.Set(static_cast(arg), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:SymbolRuleProto.name) } -#if LANG_CXX11 -inline void SymbolRuleProto::set_name(::std::string&& value) { - - name_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:SymbolRuleProto.name) -} -#endif -inline void SymbolRuleProto::set_name(const char* value) { - GOOGLE_DCHECK(value != NULL); - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:SymbolRuleProto.name) -} -inline void SymbolRuleProto::set_name(const char* value, size_t size) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:SymbolRuleProto.name) -} -inline ::std::string* SymbolRuleProto::mutable_name() { - +inline std::string* SymbolRuleProto::mutable_name() { + std::string* _s = _internal_mutable_name(); // @@protoc_insertion_point(field_mutable:SymbolRuleProto.name) - return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return _s; } -inline ::std::string* SymbolRuleProto::release_name() { +inline const std::string& SymbolRuleProto::_internal_name() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.name_.Get(); +} +inline void SymbolRuleProto::_internal_set_name(const std::string& value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.name_.Set(value, GetArenaForAllocation()); +} +inline std::string* SymbolRuleProto::_internal_mutable_name() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + return _impl_.name_.Mutable( GetArenaForAllocation()); +} +inline std::string* SymbolRuleProto::release_name() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:SymbolRuleProto.name) - - return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return _impl_.name_.Release(); } -inline void SymbolRuleProto::set_allocated_name(::std::string* name) { - if (name != NULL) { - - } else { - - } - name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); +inline void SymbolRuleProto::set_allocated_name(std::string* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_.name_.SetAllocated(value, GetArenaForAllocation()); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (_impl_.name_.IsDefault()) { + _impl_.name_.Set("", GetArenaForAllocation()); + } + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:SymbolRuleProto.name) } // int32 apply_for_type = 2; inline void SymbolRuleProto::clear_apply_for_type() { - apply_for_type_ = 0; + _impl_.apply_for_type_ = 0; } -inline ::google::protobuf::int32 SymbolRuleProto::apply_for_type() const { +inline ::int32_t SymbolRuleProto::apply_for_type() const { // @@protoc_insertion_point(field_get:SymbolRuleProto.apply_for_type) - return apply_for_type_; + return _internal_apply_for_type(); } -inline void SymbolRuleProto::set_apply_for_type(::google::protobuf::int32 value) { - - apply_for_type_ = value; +inline void SymbolRuleProto::set_apply_for_type(::int32_t value) { + _internal_set_apply_for_type(value); // @@protoc_insertion_point(field_set:SymbolRuleProto.apply_for_type) } +inline ::int32_t SymbolRuleProto::_internal_apply_for_type() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.apply_for_type_; +} +inline void SymbolRuleProto::_internal_set_apply_for_type(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.apply_for_type_ = value; +} // int32 priority = 3; inline void SymbolRuleProto::clear_priority() { - priority_ = 0; + _impl_.priority_ = 0; } -inline ::google::protobuf::int32 SymbolRuleProto::priority() const { +inline ::int32_t SymbolRuleProto::priority() const { // @@protoc_insertion_point(field_get:SymbolRuleProto.priority) - return priority_; + return _internal_priority(); } -inline void SymbolRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; +inline void SymbolRuleProto::set_priority(::int32_t value) { + _internal_set_priority(value); // @@protoc_insertion_point(field_set:SymbolRuleProto.priority) } +inline ::int32_t SymbolRuleProto::_internal_priority() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.priority_; +} +inline void SymbolRuleProto::_internal_set_priority(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.priority_ = value; +} // int32 min_distance = 4; inline void SymbolRuleProto::clear_min_distance() { - min_distance_ = 0; + _impl_.min_distance_ = 0; } -inline ::google::protobuf::int32 SymbolRuleProto::min_distance() const { +inline ::int32_t SymbolRuleProto::min_distance() const { // @@protoc_insertion_point(field_get:SymbolRuleProto.min_distance) - return min_distance_; + return _internal_min_distance(); } -inline void SymbolRuleProto::set_min_distance(::google::protobuf::int32 value) { - - min_distance_ = value; +inline void SymbolRuleProto::set_min_distance(::int32_t value) { + _internal_set_min_distance(value); // @@protoc_insertion_point(field_set:SymbolRuleProto.min_distance) } +inline ::int32_t SymbolRuleProto::_internal_min_distance() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.min_distance_; +} +inline void SymbolRuleProto::_internal_set_min_distance(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.min_distance_ = value; +} // ------------------------------------------------------------------- @@ -2463,140 +4230,186 @@ inline void SymbolRuleProto::set_min_distance(::google::protobuf::int32 value) { // int32 height = 1; inline void CaptionDefProto::clear_height() { - height_ = 0; + _impl_.height_ = 0; } -inline ::google::protobuf::int32 CaptionDefProto::height() const { +inline ::int32_t CaptionDefProto::height() const { // @@protoc_insertion_point(field_get:CaptionDefProto.height) - return height_; + return _internal_height(); } -inline void CaptionDefProto::set_height(::google::protobuf::int32 value) { - - height_ = value; +inline void CaptionDefProto::set_height(::int32_t value) { + _internal_set_height(value); // @@protoc_insertion_point(field_set:CaptionDefProto.height) } +inline ::int32_t CaptionDefProto::_internal_height() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.height_; +} +inline void CaptionDefProto::_internal_set_height(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.height_ = value; +} // uint32 color = 2; inline void CaptionDefProto::clear_color() { - color_ = 0u; + _impl_.color_ = 0u; } -inline ::google::protobuf::uint32 CaptionDefProto::color() const { +inline ::uint32_t CaptionDefProto::color() const { // @@protoc_insertion_point(field_get:CaptionDefProto.color) - return color_; + return _internal_color(); } -inline void CaptionDefProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; +inline void CaptionDefProto::set_color(::uint32_t value) { + _internal_set_color(value); // @@protoc_insertion_point(field_set:CaptionDefProto.color) } +inline ::uint32_t CaptionDefProto::_internal_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.color_; +} +inline void CaptionDefProto::_internal_set_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.color_ = value; +} // uint32 stroke_color = 3; inline void CaptionDefProto::clear_stroke_color() { - stroke_color_ = 0u; + _impl_.stroke_color_ = 0u; } -inline ::google::protobuf::uint32 CaptionDefProto::stroke_color() const { +inline ::uint32_t CaptionDefProto::stroke_color() const { // @@protoc_insertion_point(field_get:CaptionDefProto.stroke_color) - return stroke_color_; + return _internal_stroke_color(); } -inline void CaptionDefProto::set_stroke_color(::google::protobuf::uint32 value) { - - stroke_color_ = value; +inline void CaptionDefProto::set_stroke_color(::uint32_t value) { + _internal_set_stroke_color(value); // @@protoc_insertion_point(field_set:CaptionDefProto.stroke_color) } +inline ::uint32_t CaptionDefProto::_internal_stroke_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.stroke_color_; +} +inline void CaptionDefProto::_internal_set_stroke_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.stroke_color_ = value; +} // int32 offset_x = 4; inline void CaptionDefProto::clear_offset_x() { - offset_x_ = 0; + _impl_.offset_x_ = 0; } -inline ::google::protobuf::int32 CaptionDefProto::offset_x() const { +inline ::int32_t CaptionDefProto::offset_x() const { // @@protoc_insertion_point(field_get:CaptionDefProto.offset_x) - return offset_x_; + return _internal_offset_x(); } -inline void CaptionDefProto::set_offset_x(::google::protobuf::int32 value) { - - offset_x_ = value; +inline void CaptionDefProto::set_offset_x(::int32_t value) { + _internal_set_offset_x(value); // @@protoc_insertion_point(field_set:CaptionDefProto.offset_x) } +inline ::int32_t CaptionDefProto::_internal_offset_x() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.offset_x_; +} +inline void CaptionDefProto::_internal_set_offset_x(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.offset_x_ = value; +} // int32 offset_y = 5; inline void CaptionDefProto::clear_offset_y() { - offset_y_ = 0; + _impl_.offset_y_ = 0; } -inline ::google::protobuf::int32 CaptionDefProto::offset_y() const { +inline ::int32_t CaptionDefProto::offset_y() const { // @@protoc_insertion_point(field_get:CaptionDefProto.offset_y) - return offset_y_; + return _internal_offset_y(); } -inline void CaptionDefProto::set_offset_y(::google::protobuf::int32 value) { - - offset_y_ = value; +inline void CaptionDefProto::set_offset_y(::int32_t value) { + _internal_set_offset_y(value); // @@protoc_insertion_point(field_set:CaptionDefProto.offset_y) } +inline ::int32_t CaptionDefProto::_internal_offset_y() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.offset_y_; +} +inline void CaptionDefProto::_internal_set_offset_y(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.offset_y_ = value; +} // string text = 6; inline void CaptionDefProto::clear_text() { - text_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + _impl_.text_.ClearToEmpty(); } -inline const ::std::string& CaptionDefProto::text() const { +inline const std::string& CaptionDefProto::text() const { // @@protoc_insertion_point(field_get:CaptionDefProto.text) - return text_.GetNoArena(); + return _internal_text(); } -inline void CaptionDefProto::set_text(const ::std::string& value) { - - text_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); +template +inline PROTOBUF_ALWAYS_INLINE void CaptionDefProto::set_text(Arg_&& arg, + Args_... args) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.text_.Set(static_cast(arg), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:CaptionDefProto.text) } -#if LANG_CXX11 -inline void CaptionDefProto::set_text(::std::string&& value) { - - text_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:CaptionDefProto.text) -} -#endif -inline void CaptionDefProto::set_text(const char* value) { - GOOGLE_DCHECK(value != NULL); - - text_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:CaptionDefProto.text) -} -inline void CaptionDefProto::set_text(const char* value, size_t size) { - - text_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:CaptionDefProto.text) -} -inline ::std::string* CaptionDefProto::mutable_text() { - +inline std::string* CaptionDefProto::mutable_text() { + std::string* _s = _internal_mutable_text(); // @@protoc_insertion_point(field_mutable:CaptionDefProto.text) - return text_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return _s; } -inline ::std::string* CaptionDefProto::release_text() { +inline const std::string& CaptionDefProto::_internal_text() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.text_.Get(); +} +inline void CaptionDefProto::_internal_set_text(const std::string& value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.text_.Set(value, GetArenaForAllocation()); +} +inline std::string* CaptionDefProto::_internal_mutable_text() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + return _impl_.text_.Mutable( GetArenaForAllocation()); +} +inline std::string* CaptionDefProto::release_text() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:CaptionDefProto.text) - - return text_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return _impl_.text_.Release(); } -inline void CaptionDefProto::set_allocated_text(::std::string* text) { - if (text != NULL) { - - } else { - - } - text_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), text); +inline void CaptionDefProto::set_allocated_text(std::string* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_.text_.SetAllocated(value, GetArenaForAllocation()); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (_impl_.text_.IsDefault()) { + _impl_.text_.Set("", GetArenaForAllocation()); + } + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:CaptionDefProto.text) } // bool is_optional = 7; inline void CaptionDefProto::clear_is_optional() { - is_optional_ = false; + _impl_.is_optional_ = false; } inline bool CaptionDefProto::is_optional() const { // @@protoc_insertion_point(field_get:CaptionDefProto.is_optional) - return is_optional_; + return _internal_is_optional(); } inline void CaptionDefProto::set_is_optional(bool value) { - - is_optional_ = value; + _internal_set_is_optional(value); // @@protoc_insertion_point(field_set:CaptionDefProto.is_optional) } +inline bool CaptionDefProto::_internal_is_optional() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.is_optional_; +} +inline void CaptionDefProto::_internal_set_is_optional(bool value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.is_optional_ = value; +} // ------------------------------------------------------------------- @@ -2604,95 +4417,217 @@ inline void CaptionDefProto::set_is_optional(bool value) { // .CaptionDefProto primary = 1; inline bool CaptionRuleProto::has_primary() const { - return this != internal_default_instance() && primary_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; + PROTOBUF_ASSUME(!value || _impl_.primary_ != nullptr); + return value; } inline void CaptionRuleProto::clear_primary() { - if (GetArenaNoVirtual() == NULL && primary_ != NULL) delete primary_; - primary_ = NULL; + if (_impl_.primary_ != nullptr) _impl_.primary_->Clear(); + _impl_._has_bits_[0] &= ~0x00000001u; +} +inline const ::CaptionDefProto& CaptionRuleProto::_internal_primary() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::CaptionDefProto* p = _impl_.primary_; + return p != nullptr ? *p : reinterpret_cast(::_CaptionDefProto_default_instance_); } inline const ::CaptionDefProto& CaptionRuleProto::primary() const { // @@protoc_insertion_point(field_get:CaptionRuleProto.primary) - return primary_ != NULL ? *primary_ - : *::CaptionDefProto::internal_default_instance(); + return _internal_primary(); } -inline ::CaptionDefProto* CaptionRuleProto::mutable_primary() { - - if (primary_ == NULL) { - primary_ = new ::CaptionDefProto; +inline void CaptionRuleProto::unsafe_arena_set_allocated_primary(::CaptionDefProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.primary_); } - // @@protoc_insertion_point(field_mutable:CaptionRuleProto.primary) - return primary_; + _impl_.primary_ = reinterpret_cast<::CaptionDefProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:CaptionRuleProto.primary) } inline ::CaptionDefProto* CaptionRuleProto::release_primary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000001u; + ::CaptionDefProto* released = _impl_.primary_; + _impl_.primary_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::CaptionDefProto* CaptionRuleProto::unsafe_arena_release_primary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:CaptionRuleProto.primary) - - ::CaptionDefProto* temp = primary_; - primary_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000001u; + ::CaptionDefProto* temp = _impl_.primary_; + _impl_.primary_ = nullptr; return temp; } -inline void CaptionRuleProto::set_allocated_primary(::CaptionDefProto* primary) { - delete primary_; - primary_ = primary; - if (primary) { - - } else { - +inline ::CaptionDefProto* CaptionRuleProto::_internal_mutable_primary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000001u; + if (_impl_.primary_ == nullptr) { + auto* p = CreateMaybeMessage<::CaptionDefProto>(GetArenaForAllocation()); + _impl_.primary_ = reinterpret_cast<::CaptionDefProto*>(p); } + return _impl_.primary_; +} +inline ::CaptionDefProto* CaptionRuleProto::mutable_primary() { + ::CaptionDefProto* _msg = _internal_mutable_primary(); + // @@protoc_insertion_point(field_mutable:CaptionRuleProto.primary) + return _msg; +} +inline void CaptionRuleProto::set_allocated_primary(::CaptionDefProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::CaptionDefProto*>(_impl_.primary_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::CaptionDefProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + + _impl_.primary_ = reinterpret_cast<::CaptionDefProto*>(value); // @@protoc_insertion_point(field_set_allocated:CaptionRuleProto.primary) } // .CaptionDefProto secondary = 2; inline bool CaptionRuleProto::has_secondary() const { - return this != internal_default_instance() && secondary_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; + PROTOBUF_ASSUME(!value || _impl_.secondary_ != nullptr); + return value; } inline void CaptionRuleProto::clear_secondary() { - if (GetArenaNoVirtual() == NULL && secondary_ != NULL) delete secondary_; - secondary_ = NULL; + if (_impl_.secondary_ != nullptr) _impl_.secondary_->Clear(); + _impl_._has_bits_[0] &= ~0x00000002u; +} +inline const ::CaptionDefProto& CaptionRuleProto::_internal_secondary() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::CaptionDefProto* p = _impl_.secondary_; + return p != nullptr ? *p : reinterpret_cast(::_CaptionDefProto_default_instance_); } inline const ::CaptionDefProto& CaptionRuleProto::secondary() const { // @@protoc_insertion_point(field_get:CaptionRuleProto.secondary) - return secondary_ != NULL ? *secondary_ - : *::CaptionDefProto::internal_default_instance(); + return _internal_secondary(); } -inline ::CaptionDefProto* CaptionRuleProto::mutable_secondary() { - - if (secondary_ == NULL) { - secondary_ = new ::CaptionDefProto; +inline void CaptionRuleProto::unsafe_arena_set_allocated_secondary(::CaptionDefProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.secondary_); } - // @@protoc_insertion_point(field_mutable:CaptionRuleProto.secondary) - return secondary_; + _impl_.secondary_ = reinterpret_cast<::CaptionDefProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000002u; + } else { + _impl_._has_bits_[0] &= ~0x00000002u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:CaptionRuleProto.secondary) } inline ::CaptionDefProto* CaptionRuleProto::release_secondary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000002u; + ::CaptionDefProto* released = _impl_.secondary_; + _impl_.secondary_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::CaptionDefProto* CaptionRuleProto::unsafe_arena_release_secondary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:CaptionRuleProto.secondary) - - ::CaptionDefProto* temp = secondary_; - secondary_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000002u; + ::CaptionDefProto* temp = _impl_.secondary_; + _impl_.secondary_ = nullptr; return temp; } -inline void CaptionRuleProto::set_allocated_secondary(::CaptionDefProto* secondary) { - delete secondary_; - secondary_ = secondary; - if (secondary) { - - } else { - +inline ::CaptionDefProto* CaptionRuleProto::_internal_mutable_secondary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000002u; + if (_impl_.secondary_ == nullptr) { + auto* p = CreateMaybeMessage<::CaptionDefProto>(GetArenaForAllocation()); + _impl_.secondary_ = reinterpret_cast<::CaptionDefProto*>(p); } + return _impl_.secondary_; +} +inline ::CaptionDefProto* CaptionRuleProto::mutable_secondary() { + ::CaptionDefProto* _msg = _internal_mutable_secondary(); + // @@protoc_insertion_point(field_mutable:CaptionRuleProto.secondary) + return _msg; +} +inline void CaptionRuleProto::set_allocated_secondary(::CaptionDefProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::CaptionDefProto*>(_impl_.secondary_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::CaptionDefProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000002u; + } else { + _impl_._has_bits_[0] &= ~0x00000002u; + } + + _impl_.secondary_ = reinterpret_cast<::CaptionDefProto*>(value); // @@protoc_insertion_point(field_set_allocated:CaptionRuleProto.secondary) } // int32 priority = 3; inline void CaptionRuleProto::clear_priority() { - priority_ = 0; + _impl_.priority_ = 0; } -inline ::google::protobuf::int32 CaptionRuleProto::priority() const { +inline ::int32_t CaptionRuleProto::priority() const { // @@protoc_insertion_point(field_get:CaptionRuleProto.priority) - return priority_; + return _internal_priority(); } -inline void CaptionRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; +inline void CaptionRuleProto::set_priority(::int32_t value) { + _internal_set_priority(value); // @@protoc_insertion_point(field_set:CaptionRuleProto.priority) } +inline ::int32_t CaptionRuleProto::_internal_priority() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.priority_; +} +inline void CaptionRuleProto::_internal_set_priority(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.priority_ = value; +} // ------------------------------------------------------------------- @@ -2700,84 +4635,165 @@ inline void CaptionRuleProto::set_priority(::google::protobuf::int32 value) { // double radius = 1; inline void CircleRuleProto::clear_radius() { - radius_ = 0; + _impl_.radius_ = 0; } inline double CircleRuleProto::radius() const { // @@protoc_insertion_point(field_get:CircleRuleProto.radius) - return radius_; + return _internal_radius(); } inline void CircleRuleProto::set_radius(double value) { - - radius_ = value; + _internal_set_radius(value); // @@protoc_insertion_point(field_set:CircleRuleProto.radius) } +inline double CircleRuleProto::_internal_radius() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.radius_; +} +inline void CircleRuleProto::_internal_set_radius(double value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.radius_ = value; +} // uint32 color = 2; inline void CircleRuleProto::clear_color() { - color_ = 0u; + _impl_.color_ = 0u; } -inline ::google::protobuf::uint32 CircleRuleProto::color() const { +inline ::uint32_t CircleRuleProto::color() const { // @@protoc_insertion_point(field_get:CircleRuleProto.color) - return color_; + return _internal_color(); } -inline void CircleRuleProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; +inline void CircleRuleProto::set_color(::uint32_t value) { + _internal_set_color(value); // @@protoc_insertion_point(field_set:CircleRuleProto.color) } +inline ::uint32_t CircleRuleProto::_internal_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.color_; +} +inline void CircleRuleProto::_internal_set_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.color_ = value; +} // .LineDefProto border = 3; inline bool CircleRuleProto::has_border() const { - return this != internal_default_instance() && border_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; + PROTOBUF_ASSUME(!value || _impl_.border_ != nullptr); + return value; } inline void CircleRuleProto::clear_border() { - if (GetArenaNoVirtual() == NULL && border_ != NULL) delete border_; - border_ = NULL; + if (_impl_.border_ != nullptr) _impl_.border_->Clear(); + _impl_._has_bits_[0] &= ~0x00000001u; +} +inline const ::LineDefProto& CircleRuleProto::_internal_border() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::LineDefProto* p = _impl_.border_; + return p != nullptr ? *p : reinterpret_cast(::_LineDefProto_default_instance_); } inline const ::LineDefProto& CircleRuleProto::border() const { // @@protoc_insertion_point(field_get:CircleRuleProto.border) - return border_ != NULL ? *border_ - : *::LineDefProto::internal_default_instance(); + return _internal_border(); } -inline ::LineDefProto* CircleRuleProto::mutable_border() { - - if (border_ == NULL) { - border_ = new ::LineDefProto; +inline void CircleRuleProto::unsafe_arena_set_allocated_border(::LineDefProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.border_); } - // @@protoc_insertion_point(field_mutable:CircleRuleProto.border) - return border_; + _impl_.border_ = reinterpret_cast<::LineDefProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:CircleRuleProto.border) } inline ::LineDefProto* CircleRuleProto::release_border() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000001u; + ::LineDefProto* released = _impl_.border_; + _impl_.border_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::LineDefProto* CircleRuleProto::unsafe_arena_release_border() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:CircleRuleProto.border) - - ::LineDefProto* temp = border_; - border_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000001u; + ::LineDefProto* temp = _impl_.border_; + _impl_.border_ = nullptr; return temp; } -inline void CircleRuleProto::set_allocated_border(::LineDefProto* border) { - delete border_; - border_ = border; - if (border) { - - } else { - +inline ::LineDefProto* CircleRuleProto::_internal_mutable_border() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000001u; + if (_impl_.border_ == nullptr) { + auto* p = CreateMaybeMessage<::LineDefProto>(GetArenaForAllocation()); + _impl_.border_ = reinterpret_cast<::LineDefProto*>(p); } + return _impl_.border_; +} +inline ::LineDefProto* CircleRuleProto::mutable_border() { + ::LineDefProto* _msg = _internal_mutable_border(); + // @@protoc_insertion_point(field_mutable:CircleRuleProto.border) + return _msg; +} +inline void CircleRuleProto::set_allocated_border(::LineDefProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::LineDefProto*>(_impl_.border_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::LineDefProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + + _impl_.border_ = reinterpret_cast<::LineDefProto*>(value); // @@protoc_insertion_point(field_set_allocated:CircleRuleProto.border) } // int32 priority = 4; inline void CircleRuleProto::clear_priority() { - priority_ = 0; + _impl_.priority_ = 0; } -inline ::google::protobuf::int32 CircleRuleProto::priority() const { +inline ::int32_t CircleRuleProto::priority() const { // @@protoc_insertion_point(field_get:CircleRuleProto.priority) - return priority_; + return _internal_priority(); } -inline void CircleRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; +inline void CircleRuleProto::set_priority(::int32_t value) { + _internal_set_priority(value); // @@protoc_insertion_point(field_set:CircleRuleProto.priority) } +inline ::int32_t CircleRuleProto::_internal_priority() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.priority_; +} +inline void CircleRuleProto::_internal_set_priority(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.priority_ = value; +} // ------------------------------------------------------------------- @@ -2785,95 +4801,217 @@ inline void CircleRuleProto::set_priority(::google::protobuf::int32 value) { // .CaptionDefProto primary = 1; inline bool PathTextRuleProto::has_primary() const { - return this != internal_default_instance() && primary_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; + PROTOBUF_ASSUME(!value || _impl_.primary_ != nullptr); + return value; } inline void PathTextRuleProto::clear_primary() { - if (GetArenaNoVirtual() == NULL && primary_ != NULL) delete primary_; - primary_ = NULL; + if (_impl_.primary_ != nullptr) _impl_.primary_->Clear(); + _impl_._has_bits_[0] &= ~0x00000001u; +} +inline const ::CaptionDefProto& PathTextRuleProto::_internal_primary() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::CaptionDefProto* p = _impl_.primary_; + return p != nullptr ? *p : reinterpret_cast(::_CaptionDefProto_default_instance_); } inline const ::CaptionDefProto& PathTextRuleProto::primary() const { // @@protoc_insertion_point(field_get:PathTextRuleProto.primary) - return primary_ != NULL ? *primary_ - : *::CaptionDefProto::internal_default_instance(); + return _internal_primary(); } -inline ::CaptionDefProto* PathTextRuleProto::mutable_primary() { - - if (primary_ == NULL) { - primary_ = new ::CaptionDefProto; +inline void PathTextRuleProto::unsafe_arena_set_allocated_primary(::CaptionDefProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.primary_); } - // @@protoc_insertion_point(field_mutable:PathTextRuleProto.primary) - return primary_; + _impl_.primary_ = reinterpret_cast<::CaptionDefProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:PathTextRuleProto.primary) } inline ::CaptionDefProto* PathTextRuleProto::release_primary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000001u; + ::CaptionDefProto* released = _impl_.primary_; + _impl_.primary_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::CaptionDefProto* PathTextRuleProto::unsafe_arena_release_primary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:PathTextRuleProto.primary) - - ::CaptionDefProto* temp = primary_; - primary_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000001u; + ::CaptionDefProto* temp = _impl_.primary_; + _impl_.primary_ = nullptr; return temp; } -inline void PathTextRuleProto::set_allocated_primary(::CaptionDefProto* primary) { - delete primary_; - primary_ = primary; - if (primary) { - - } else { - +inline ::CaptionDefProto* PathTextRuleProto::_internal_mutable_primary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000001u; + if (_impl_.primary_ == nullptr) { + auto* p = CreateMaybeMessage<::CaptionDefProto>(GetArenaForAllocation()); + _impl_.primary_ = reinterpret_cast<::CaptionDefProto*>(p); } + return _impl_.primary_; +} +inline ::CaptionDefProto* PathTextRuleProto::mutable_primary() { + ::CaptionDefProto* _msg = _internal_mutable_primary(); + // @@protoc_insertion_point(field_mutable:PathTextRuleProto.primary) + return _msg; +} +inline void PathTextRuleProto::set_allocated_primary(::CaptionDefProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::CaptionDefProto*>(_impl_.primary_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::CaptionDefProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + + _impl_.primary_ = reinterpret_cast<::CaptionDefProto*>(value); // @@protoc_insertion_point(field_set_allocated:PathTextRuleProto.primary) } // .CaptionDefProto secondary = 2; inline bool PathTextRuleProto::has_secondary() const { - return this != internal_default_instance() && secondary_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; + PROTOBUF_ASSUME(!value || _impl_.secondary_ != nullptr); + return value; } inline void PathTextRuleProto::clear_secondary() { - if (GetArenaNoVirtual() == NULL && secondary_ != NULL) delete secondary_; - secondary_ = NULL; + if (_impl_.secondary_ != nullptr) _impl_.secondary_->Clear(); + _impl_._has_bits_[0] &= ~0x00000002u; +} +inline const ::CaptionDefProto& PathTextRuleProto::_internal_secondary() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::CaptionDefProto* p = _impl_.secondary_; + return p != nullptr ? *p : reinterpret_cast(::_CaptionDefProto_default_instance_); } inline const ::CaptionDefProto& PathTextRuleProto::secondary() const { // @@protoc_insertion_point(field_get:PathTextRuleProto.secondary) - return secondary_ != NULL ? *secondary_ - : *::CaptionDefProto::internal_default_instance(); + return _internal_secondary(); } -inline ::CaptionDefProto* PathTextRuleProto::mutable_secondary() { - - if (secondary_ == NULL) { - secondary_ = new ::CaptionDefProto; +inline void PathTextRuleProto::unsafe_arena_set_allocated_secondary(::CaptionDefProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.secondary_); } - // @@protoc_insertion_point(field_mutable:PathTextRuleProto.secondary) - return secondary_; + _impl_.secondary_ = reinterpret_cast<::CaptionDefProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000002u; + } else { + _impl_._has_bits_[0] &= ~0x00000002u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:PathTextRuleProto.secondary) } inline ::CaptionDefProto* PathTextRuleProto::release_secondary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000002u; + ::CaptionDefProto* released = _impl_.secondary_; + _impl_.secondary_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::CaptionDefProto* PathTextRuleProto::unsafe_arena_release_secondary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:PathTextRuleProto.secondary) - - ::CaptionDefProto* temp = secondary_; - secondary_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000002u; + ::CaptionDefProto* temp = _impl_.secondary_; + _impl_.secondary_ = nullptr; return temp; } -inline void PathTextRuleProto::set_allocated_secondary(::CaptionDefProto* secondary) { - delete secondary_; - secondary_ = secondary; - if (secondary) { - - } else { - +inline ::CaptionDefProto* PathTextRuleProto::_internal_mutable_secondary() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000002u; + if (_impl_.secondary_ == nullptr) { + auto* p = CreateMaybeMessage<::CaptionDefProto>(GetArenaForAllocation()); + _impl_.secondary_ = reinterpret_cast<::CaptionDefProto*>(p); } + return _impl_.secondary_; +} +inline ::CaptionDefProto* PathTextRuleProto::mutable_secondary() { + ::CaptionDefProto* _msg = _internal_mutable_secondary(); + // @@protoc_insertion_point(field_mutable:PathTextRuleProto.secondary) + return _msg; +} +inline void PathTextRuleProto::set_allocated_secondary(::CaptionDefProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::CaptionDefProto*>(_impl_.secondary_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::CaptionDefProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000002u; + } else { + _impl_._has_bits_[0] &= ~0x00000002u; + } + + _impl_.secondary_ = reinterpret_cast<::CaptionDefProto*>(value); // @@protoc_insertion_point(field_set_allocated:PathTextRuleProto.secondary) } // int32 priority = 3; inline void PathTextRuleProto::clear_priority() { - priority_ = 0; + _impl_.priority_ = 0; } -inline ::google::protobuf::int32 PathTextRuleProto::priority() const { +inline ::int32_t PathTextRuleProto::priority() const { // @@protoc_insertion_point(field_get:PathTextRuleProto.priority) - return priority_; + return _internal_priority(); } -inline void PathTextRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; +inline void PathTextRuleProto::set_priority(::int32_t value) { + _internal_set_priority(value); // @@protoc_insertion_point(field_set:PathTextRuleProto.priority) } +inline ::int32_t PathTextRuleProto::_internal_priority() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.priority_; +} +inline void PathTextRuleProto::_internal_set_priority(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.priority_ = value; +} // ------------------------------------------------------------------- @@ -2881,101 +5019,157 @@ inline void PathTextRuleProto::set_priority(::google::protobuf::int32 value) { // int32 height = 1; inline void ShieldRuleProto::clear_height() { - height_ = 0; + _impl_.height_ = 0; } -inline ::google::protobuf::int32 ShieldRuleProto::height() const { +inline ::int32_t ShieldRuleProto::height() const { // @@protoc_insertion_point(field_get:ShieldRuleProto.height) - return height_; + return _internal_height(); } -inline void ShieldRuleProto::set_height(::google::protobuf::int32 value) { - - height_ = value; +inline void ShieldRuleProto::set_height(::int32_t value) { + _internal_set_height(value); // @@protoc_insertion_point(field_set:ShieldRuleProto.height) } +inline ::int32_t ShieldRuleProto::_internal_height() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.height_; +} +inline void ShieldRuleProto::_internal_set_height(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.height_ = value; +} // uint32 color = 2; inline void ShieldRuleProto::clear_color() { - color_ = 0u; + _impl_.color_ = 0u; } -inline ::google::protobuf::uint32 ShieldRuleProto::color() const { +inline ::uint32_t ShieldRuleProto::color() const { // @@protoc_insertion_point(field_get:ShieldRuleProto.color) - return color_; + return _internal_color(); } -inline void ShieldRuleProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; +inline void ShieldRuleProto::set_color(::uint32_t value) { + _internal_set_color(value); // @@protoc_insertion_point(field_set:ShieldRuleProto.color) } +inline ::uint32_t ShieldRuleProto::_internal_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.color_; +} +inline void ShieldRuleProto::_internal_set_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.color_ = value; +} // uint32 stroke_color = 3; inline void ShieldRuleProto::clear_stroke_color() { - stroke_color_ = 0u; + _impl_.stroke_color_ = 0u; } -inline ::google::protobuf::uint32 ShieldRuleProto::stroke_color() const { +inline ::uint32_t ShieldRuleProto::stroke_color() const { // @@protoc_insertion_point(field_get:ShieldRuleProto.stroke_color) - return stroke_color_; + return _internal_stroke_color(); } -inline void ShieldRuleProto::set_stroke_color(::google::protobuf::uint32 value) { - - stroke_color_ = value; +inline void ShieldRuleProto::set_stroke_color(::uint32_t value) { + _internal_set_stroke_color(value); // @@protoc_insertion_point(field_set:ShieldRuleProto.stroke_color) } +inline ::uint32_t ShieldRuleProto::_internal_stroke_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.stroke_color_; +} +inline void ShieldRuleProto::_internal_set_stroke_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.stroke_color_ = value; +} // int32 priority = 4; inline void ShieldRuleProto::clear_priority() { - priority_ = 0; + _impl_.priority_ = 0; } -inline ::google::protobuf::int32 ShieldRuleProto::priority() const { +inline ::int32_t ShieldRuleProto::priority() const { // @@protoc_insertion_point(field_get:ShieldRuleProto.priority) - return priority_; + return _internal_priority(); } -inline void ShieldRuleProto::set_priority(::google::protobuf::int32 value) { - - priority_ = value; +inline void ShieldRuleProto::set_priority(::int32_t value) { + _internal_set_priority(value); // @@protoc_insertion_point(field_set:ShieldRuleProto.priority) } +inline ::int32_t ShieldRuleProto::_internal_priority() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.priority_; +} +inline void ShieldRuleProto::_internal_set_priority(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.priority_ = value; +} // int32 min_distance = 5; inline void ShieldRuleProto::clear_min_distance() { - min_distance_ = 0; + _impl_.min_distance_ = 0; } -inline ::google::protobuf::int32 ShieldRuleProto::min_distance() const { +inline ::int32_t ShieldRuleProto::min_distance() const { // @@protoc_insertion_point(field_get:ShieldRuleProto.min_distance) - return min_distance_; + return _internal_min_distance(); } -inline void ShieldRuleProto::set_min_distance(::google::protobuf::int32 value) { - - min_distance_ = value; +inline void ShieldRuleProto::set_min_distance(::int32_t value) { + _internal_set_min_distance(value); // @@protoc_insertion_point(field_set:ShieldRuleProto.min_distance) } +inline ::int32_t ShieldRuleProto::_internal_min_distance() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.min_distance_; +} +inline void ShieldRuleProto::_internal_set_min_distance(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.min_distance_ = value; +} // uint32 text_color = 6; inline void ShieldRuleProto::clear_text_color() { - text_color_ = 0u; + _impl_.text_color_ = 0u; } -inline ::google::protobuf::uint32 ShieldRuleProto::text_color() const { +inline ::uint32_t ShieldRuleProto::text_color() const { // @@protoc_insertion_point(field_get:ShieldRuleProto.text_color) - return text_color_; + return _internal_text_color(); } -inline void ShieldRuleProto::set_text_color(::google::protobuf::uint32 value) { - - text_color_ = value; +inline void ShieldRuleProto::set_text_color(::uint32_t value) { + _internal_set_text_color(value); // @@protoc_insertion_point(field_set:ShieldRuleProto.text_color) } +inline ::uint32_t ShieldRuleProto::_internal_text_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.text_color_; +} +inline void ShieldRuleProto::_internal_set_text_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.text_color_ = value; +} // uint32 text_stroke_color = 7; inline void ShieldRuleProto::clear_text_stroke_color() { - text_stroke_color_ = 0u; + _impl_.text_stroke_color_ = 0u; } -inline ::google::protobuf::uint32 ShieldRuleProto::text_stroke_color() const { +inline ::uint32_t ShieldRuleProto::text_stroke_color() const { // @@protoc_insertion_point(field_get:ShieldRuleProto.text_stroke_color) - return text_stroke_color_; + return _internal_text_stroke_color(); } -inline void ShieldRuleProto::set_text_stroke_color(::google::protobuf::uint32 value) { - - text_stroke_color_ = value; +inline void ShieldRuleProto::set_text_stroke_color(::uint32_t value) { + _internal_set_text_stroke_color(value); // @@protoc_insertion_point(field_set:ShieldRuleProto.text_stroke_color) } +inline ::uint32_t ShieldRuleProto::_internal_text_stroke_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.text_stroke_color_; +} +inline void ShieldRuleProto::_internal_set_text_stroke_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.text_stroke_color_ = value; +} // ------------------------------------------------------------------- @@ -2983,349 +5177,742 @@ inline void ShieldRuleProto::set_text_stroke_color(::google::protobuf::uint32 va // int32 scale = 1; inline void DrawElementProto::clear_scale() { - scale_ = 0; + _impl_.scale_ = 0; } -inline ::google::protobuf::int32 DrawElementProto::scale() const { +inline ::int32_t DrawElementProto::scale() const { // @@protoc_insertion_point(field_get:DrawElementProto.scale) - return scale_; + return _internal_scale(); } -inline void DrawElementProto::set_scale(::google::protobuf::int32 value) { - - scale_ = value; +inline void DrawElementProto::set_scale(::int32_t value) { + _internal_set_scale(value); // @@protoc_insertion_point(field_set:DrawElementProto.scale) } +inline ::int32_t DrawElementProto::_internal_scale() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.scale_; +} +inline void DrawElementProto::_internal_set_scale(::int32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.scale_ = value; +} // repeated .LineRuleProto lines = 2; +inline int DrawElementProto::_internal_lines_size() const { + return _internal_lines().size(); +} inline int DrawElementProto::lines_size() const { - return lines_.size(); + return _internal_lines_size(); } inline void DrawElementProto::clear_lines() { - lines_.Clear(); -} -inline const ::LineRuleProto& DrawElementProto::lines(int index) const { - // @@protoc_insertion_point(field_get:DrawElementProto.lines) - return lines_.Get(index); + _internal_mutable_lines()->Clear(); } inline ::LineRuleProto* DrawElementProto::mutable_lines(int index) { // @@protoc_insertion_point(field_mutable:DrawElementProto.lines) - return lines_.Mutable(index); -} -inline ::LineRuleProto* DrawElementProto::add_lines() { - // @@protoc_insertion_point(field_add:DrawElementProto.lines) - return lines_.Add(); + return _internal_mutable_lines()->Mutable(index); } inline ::google::protobuf::RepeatedPtrField< ::LineRuleProto >* DrawElementProto::mutable_lines() { // @@protoc_insertion_point(field_mutable_list:DrawElementProto.lines) - return &lines_; + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + return _internal_mutable_lines(); +} +inline const ::LineRuleProto& DrawElementProto::lines(int index) const { + // @@protoc_insertion_point(field_get:DrawElementProto.lines) + return _internal_lines().Get(index); +} +inline ::LineRuleProto* DrawElementProto::add_lines() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ::LineRuleProto* _add = _internal_mutable_lines()->Add(); + // @@protoc_insertion_point(field_add:DrawElementProto.lines) + return _add; } inline const ::google::protobuf::RepeatedPtrField< ::LineRuleProto >& DrawElementProto::lines() const { // @@protoc_insertion_point(field_list:DrawElementProto.lines) - return lines_; + return _internal_lines(); +} +inline const ::google::protobuf::RepeatedPtrField<::LineRuleProto>& +DrawElementProto::_internal_lines() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.lines_; +} +inline ::google::protobuf::RepeatedPtrField<::LineRuleProto>* +DrawElementProto::_internal_mutable_lines() { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return &_impl_.lines_; } // .AreaRuleProto area = 3; inline bool DrawElementProto::has_area() const { - return this != internal_default_instance() && area_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; + PROTOBUF_ASSUME(!value || _impl_.area_ != nullptr); + return value; } inline void DrawElementProto::clear_area() { - if (GetArenaNoVirtual() == NULL && area_ != NULL) delete area_; - area_ = NULL; + if (_impl_.area_ != nullptr) _impl_.area_->Clear(); + _impl_._has_bits_[0] &= ~0x00000001u; +} +inline const ::AreaRuleProto& DrawElementProto::_internal_area() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::AreaRuleProto* p = _impl_.area_; + return p != nullptr ? *p : reinterpret_cast(::_AreaRuleProto_default_instance_); } inline const ::AreaRuleProto& DrawElementProto::area() const { // @@protoc_insertion_point(field_get:DrawElementProto.area) - return area_ != NULL ? *area_ - : *::AreaRuleProto::internal_default_instance(); + return _internal_area(); } -inline ::AreaRuleProto* DrawElementProto::mutable_area() { - - if (area_ == NULL) { - area_ = new ::AreaRuleProto; +inline void DrawElementProto::unsafe_arena_set_allocated_area(::AreaRuleProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.area_); } - // @@protoc_insertion_point(field_mutable:DrawElementProto.area) - return area_; + _impl_.area_ = reinterpret_cast<::AreaRuleProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:DrawElementProto.area) } inline ::AreaRuleProto* DrawElementProto::release_area() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000001u; + ::AreaRuleProto* released = _impl_.area_; + _impl_.area_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::AreaRuleProto* DrawElementProto::unsafe_arena_release_area() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:DrawElementProto.area) - - ::AreaRuleProto* temp = area_; - area_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000001u; + ::AreaRuleProto* temp = _impl_.area_; + _impl_.area_ = nullptr; return temp; } -inline void DrawElementProto::set_allocated_area(::AreaRuleProto* area) { - delete area_; - area_ = area; - if (area) { - - } else { - +inline ::AreaRuleProto* DrawElementProto::_internal_mutable_area() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000001u; + if (_impl_.area_ == nullptr) { + auto* p = CreateMaybeMessage<::AreaRuleProto>(GetArenaForAllocation()); + _impl_.area_ = reinterpret_cast<::AreaRuleProto*>(p); } + return _impl_.area_; +} +inline ::AreaRuleProto* DrawElementProto::mutable_area() { + ::AreaRuleProto* _msg = _internal_mutable_area(); + // @@protoc_insertion_point(field_mutable:DrawElementProto.area) + return _msg; +} +inline void DrawElementProto::set_allocated_area(::AreaRuleProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::AreaRuleProto*>(_impl_.area_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::AreaRuleProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + + _impl_.area_ = reinterpret_cast<::AreaRuleProto*>(value); // @@protoc_insertion_point(field_set_allocated:DrawElementProto.area) } // .SymbolRuleProto symbol = 4; inline bool DrawElementProto::has_symbol() const { - return this != internal_default_instance() && symbol_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; + PROTOBUF_ASSUME(!value || _impl_.symbol_ != nullptr); + return value; } inline void DrawElementProto::clear_symbol() { - if (GetArenaNoVirtual() == NULL && symbol_ != NULL) delete symbol_; - symbol_ = NULL; + if (_impl_.symbol_ != nullptr) _impl_.symbol_->Clear(); + _impl_._has_bits_[0] &= ~0x00000002u; +} +inline const ::SymbolRuleProto& DrawElementProto::_internal_symbol() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::SymbolRuleProto* p = _impl_.symbol_; + return p != nullptr ? *p : reinterpret_cast(::_SymbolRuleProto_default_instance_); } inline const ::SymbolRuleProto& DrawElementProto::symbol() const { // @@protoc_insertion_point(field_get:DrawElementProto.symbol) - return symbol_ != NULL ? *symbol_ - : *::SymbolRuleProto::internal_default_instance(); + return _internal_symbol(); } -inline ::SymbolRuleProto* DrawElementProto::mutable_symbol() { - - if (symbol_ == NULL) { - symbol_ = new ::SymbolRuleProto; +inline void DrawElementProto::unsafe_arena_set_allocated_symbol(::SymbolRuleProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.symbol_); } - // @@protoc_insertion_point(field_mutable:DrawElementProto.symbol) - return symbol_; + _impl_.symbol_ = reinterpret_cast<::SymbolRuleProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000002u; + } else { + _impl_._has_bits_[0] &= ~0x00000002u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:DrawElementProto.symbol) } inline ::SymbolRuleProto* DrawElementProto::release_symbol() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000002u; + ::SymbolRuleProto* released = _impl_.symbol_; + _impl_.symbol_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::SymbolRuleProto* DrawElementProto::unsafe_arena_release_symbol() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:DrawElementProto.symbol) - - ::SymbolRuleProto* temp = symbol_; - symbol_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000002u; + ::SymbolRuleProto* temp = _impl_.symbol_; + _impl_.symbol_ = nullptr; return temp; } -inline void DrawElementProto::set_allocated_symbol(::SymbolRuleProto* symbol) { - delete symbol_; - symbol_ = symbol; - if (symbol) { - - } else { - +inline ::SymbolRuleProto* DrawElementProto::_internal_mutable_symbol() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000002u; + if (_impl_.symbol_ == nullptr) { + auto* p = CreateMaybeMessage<::SymbolRuleProto>(GetArenaForAllocation()); + _impl_.symbol_ = reinterpret_cast<::SymbolRuleProto*>(p); } + return _impl_.symbol_; +} +inline ::SymbolRuleProto* DrawElementProto::mutable_symbol() { + ::SymbolRuleProto* _msg = _internal_mutable_symbol(); + // @@protoc_insertion_point(field_mutable:DrawElementProto.symbol) + return _msg; +} +inline void DrawElementProto::set_allocated_symbol(::SymbolRuleProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::SymbolRuleProto*>(_impl_.symbol_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::SymbolRuleProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000002u; + } else { + _impl_._has_bits_[0] &= ~0x00000002u; + } + + _impl_.symbol_ = reinterpret_cast<::SymbolRuleProto*>(value); // @@protoc_insertion_point(field_set_allocated:DrawElementProto.symbol) } // .CaptionRuleProto caption = 5; inline bool DrawElementProto::has_caption() const { - return this != internal_default_instance() && caption_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0; + PROTOBUF_ASSUME(!value || _impl_.caption_ != nullptr); + return value; } inline void DrawElementProto::clear_caption() { - if (GetArenaNoVirtual() == NULL && caption_ != NULL) delete caption_; - caption_ = NULL; + if (_impl_.caption_ != nullptr) _impl_.caption_->Clear(); + _impl_._has_bits_[0] &= ~0x00000004u; +} +inline const ::CaptionRuleProto& DrawElementProto::_internal_caption() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::CaptionRuleProto* p = _impl_.caption_; + return p != nullptr ? *p : reinterpret_cast(::_CaptionRuleProto_default_instance_); } inline const ::CaptionRuleProto& DrawElementProto::caption() const { // @@protoc_insertion_point(field_get:DrawElementProto.caption) - return caption_ != NULL ? *caption_ - : *::CaptionRuleProto::internal_default_instance(); + return _internal_caption(); } -inline ::CaptionRuleProto* DrawElementProto::mutable_caption() { - - if (caption_ == NULL) { - caption_ = new ::CaptionRuleProto; +inline void DrawElementProto::unsafe_arena_set_allocated_caption(::CaptionRuleProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.caption_); } - // @@protoc_insertion_point(field_mutable:DrawElementProto.caption) - return caption_; + _impl_.caption_ = reinterpret_cast<::CaptionRuleProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000004u; + } else { + _impl_._has_bits_[0] &= ~0x00000004u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:DrawElementProto.caption) } inline ::CaptionRuleProto* DrawElementProto::release_caption() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000004u; + ::CaptionRuleProto* released = _impl_.caption_; + _impl_.caption_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::CaptionRuleProto* DrawElementProto::unsafe_arena_release_caption() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:DrawElementProto.caption) - - ::CaptionRuleProto* temp = caption_; - caption_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000004u; + ::CaptionRuleProto* temp = _impl_.caption_; + _impl_.caption_ = nullptr; return temp; } -inline void DrawElementProto::set_allocated_caption(::CaptionRuleProto* caption) { - delete caption_; - caption_ = caption; - if (caption) { - - } else { - +inline ::CaptionRuleProto* DrawElementProto::_internal_mutable_caption() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000004u; + if (_impl_.caption_ == nullptr) { + auto* p = CreateMaybeMessage<::CaptionRuleProto>(GetArenaForAllocation()); + _impl_.caption_ = reinterpret_cast<::CaptionRuleProto*>(p); } + return _impl_.caption_; +} +inline ::CaptionRuleProto* DrawElementProto::mutable_caption() { + ::CaptionRuleProto* _msg = _internal_mutable_caption(); + // @@protoc_insertion_point(field_mutable:DrawElementProto.caption) + return _msg; +} +inline void DrawElementProto::set_allocated_caption(::CaptionRuleProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::CaptionRuleProto*>(_impl_.caption_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::CaptionRuleProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000004u; + } else { + _impl_._has_bits_[0] &= ~0x00000004u; + } + + _impl_.caption_ = reinterpret_cast<::CaptionRuleProto*>(value); // @@protoc_insertion_point(field_set_allocated:DrawElementProto.caption) } // .CircleRuleProto circle = 6; inline bool DrawElementProto::has_circle() const { - return this != internal_default_instance() && circle_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000008u) != 0; + PROTOBUF_ASSUME(!value || _impl_.circle_ != nullptr); + return value; } inline void DrawElementProto::clear_circle() { - if (GetArenaNoVirtual() == NULL && circle_ != NULL) delete circle_; - circle_ = NULL; + if (_impl_.circle_ != nullptr) _impl_.circle_->Clear(); + _impl_._has_bits_[0] &= ~0x00000008u; +} +inline const ::CircleRuleProto& DrawElementProto::_internal_circle() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::CircleRuleProto* p = _impl_.circle_; + return p != nullptr ? *p : reinterpret_cast(::_CircleRuleProto_default_instance_); } inline const ::CircleRuleProto& DrawElementProto::circle() const { // @@protoc_insertion_point(field_get:DrawElementProto.circle) - return circle_ != NULL ? *circle_ - : *::CircleRuleProto::internal_default_instance(); + return _internal_circle(); } -inline ::CircleRuleProto* DrawElementProto::mutable_circle() { - - if (circle_ == NULL) { - circle_ = new ::CircleRuleProto; +inline void DrawElementProto::unsafe_arena_set_allocated_circle(::CircleRuleProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.circle_); } - // @@protoc_insertion_point(field_mutable:DrawElementProto.circle) - return circle_; + _impl_.circle_ = reinterpret_cast<::CircleRuleProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000008u; + } else { + _impl_._has_bits_[0] &= ~0x00000008u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:DrawElementProto.circle) } inline ::CircleRuleProto* DrawElementProto::release_circle() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000008u; + ::CircleRuleProto* released = _impl_.circle_; + _impl_.circle_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::CircleRuleProto* DrawElementProto::unsafe_arena_release_circle() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:DrawElementProto.circle) - - ::CircleRuleProto* temp = circle_; - circle_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000008u; + ::CircleRuleProto* temp = _impl_.circle_; + _impl_.circle_ = nullptr; return temp; } -inline void DrawElementProto::set_allocated_circle(::CircleRuleProto* circle) { - delete circle_; - circle_ = circle; - if (circle) { - - } else { - +inline ::CircleRuleProto* DrawElementProto::_internal_mutable_circle() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000008u; + if (_impl_.circle_ == nullptr) { + auto* p = CreateMaybeMessage<::CircleRuleProto>(GetArenaForAllocation()); + _impl_.circle_ = reinterpret_cast<::CircleRuleProto*>(p); } + return _impl_.circle_; +} +inline ::CircleRuleProto* DrawElementProto::mutable_circle() { + ::CircleRuleProto* _msg = _internal_mutable_circle(); + // @@protoc_insertion_point(field_mutable:DrawElementProto.circle) + return _msg; +} +inline void DrawElementProto::set_allocated_circle(::CircleRuleProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::CircleRuleProto*>(_impl_.circle_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::CircleRuleProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000008u; + } else { + _impl_._has_bits_[0] &= ~0x00000008u; + } + + _impl_.circle_ = reinterpret_cast<::CircleRuleProto*>(value); // @@protoc_insertion_point(field_set_allocated:DrawElementProto.circle) } // .PathTextRuleProto path_text = 7; inline bool DrawElementProto::has_path_text() const { - return this != internal_default_instance() && path_text_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000010u) != 0; + PROTOBUF_ASSUME(!value || _impl_.path_text_ != nullptr); + return value; } inline void DrawElementProto::clear_path_text() { - if (GetArenaNoVirtual() == NULL && path_text_ != NULL) delete path_text_; - path_text_ = NULL; + if (_impl_.path_text_ != nullptr) _impl_.path_text_->Clear(); + _impl_._has_bits_[0] &= ~0x00000010u; +} +inline const ::PathTextRuleProto& DrawElementProto::_internal_path_text() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::PathTextRuleProto* p = _impl_.path_text_; + return p != nullptr ? *p : reinterpret_cast(::_PathTextRuleProto_default_instance_); } inline const ::PathTextRuleProto& DrawElementProto::path_text() const { // @@protoc_insertion_point(field_get:DrawElementProto.path_text) - return path_text_ != NULL ? *path_text_ - : *::PathTextRuleProto::internal_default_instance(); + return _internal_path_text(); } -inline ::PathTextRuleProto* DrawElementProto::mutable_path_text() { - - if (path_text_ == NULL) { - path_text_ = new ::PathTextRuleProto; +inline void DrawElementProto::unsafe_arena_set_allocated_path_text(::PathTextRuleProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.path_text_); } - // @@protoc_insertion_point(field_mutable:DrawElementProto.path_text) - return path_text_; + _impl_.path_text_ = reinterpret_cast<::PathTextRuleProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000010u; + } else { + _impl_._has_bits_[0] &= ~0x00000010u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:DrawElementProto.path_text) } inline ::PathTextRuleProto* DrawElementProto::release_path_text() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000010u; + ::PathTextRuleProto* released = _impl_.path_text_; + _impl_.path_text_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::PathTextRuleProto* DrawElementProto::unsafe_arena_release_path_text() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:DrawElementProto.path_text) - - ::PathTextRuleProto* temp = path_text_; - path_text_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000010u; + ::PathTextRuleProto* temp = _impl_.path_text_; + _impl_.path_text_ = nullptr; return temp; } -inline void DrawElementProto::set_allocated_path_text(::PathTextRuleProto* path_text) { - delete path_text_; - path_text_ = path_text; - if (path_text) { - - } else { - +inline ::PathTextRuleProto* DrawElementProto::_internal_mutable_path_text() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000010u; + if (_impl_.path_text_ == nullptr) { + auto* p = CreateMaybeMessage<::PathTextRuleProto>(GetArenaForAllocation()); + _impl_.path_text_ = reinterpret_cast<::PathTextRuleProto*>(p); } + return _impl_.path_text_; +} +inline ::PathTextRuleProto* DrawElementProto::mutable_path_text() { + ::PathTextRuleProto* _msg = _internal_mutable_path_text(); + // @@protoc_insertion_point(field_mutable:DrawElementProto.path_text) + return _msg; +} +inline void DrawElementProto::set_allocated_path_text(::PathTextRuleProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::PathTextRuleProto*>(_impl_.path_text_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::PathTextRuleProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000010u; + } else { + _impl_._has_bits_[0] &= ~0x00000010u; + } + + _impl_.path_text_ = reinterpret_cast<::PathTextRuleProto*>(value); // @@protoc_insertion_point(field_set_allocated:DrawElementProto.path_text) } // .ShieldRuleProto shield = 8; inline bool DrawElementProto::has_shield() const { - return this != internal_default_instance() && shield_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000020u) != 0; + PROTOBUF_ASSUME(!value || _impl_.shield_ != nullptr); + return value; } inline void DrawElementProto::clear_shield() { - if (GetArenaNoVirtual() == NULL && shield_ != NULL) delete shield_; - shield_ = NULL; + if (_impl_.shield_ != nullptr) _impl_.shield_->Clear(); + _impl_._has_bits_[0] &= ~0x00000020u; +} +inline const ::ShieldRuleProto& DrawElementProto::_internal_shield() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::ShieldRuleProto* p = _impl_.shield_; + return p != nullptr ? *p : reinterpret_cast(::_ShieldRuleProto_default_instance_); } inline const ::ShieldRuleProto& DrawElementProto::shield() const { // @@protoc_insertion_point(field_get:DrawElementProto.shield) - return shield_ != NULL ? *shield_ - : *::ShieldRuleProto::internal_default_instance(); + return _internal_shield(); } -inline ::ShieldRuleProto* DrawElementProto::mutable_shield() { - - if (shield_ == NULL) { - shield_ = new ::ShieldRuleProto; +inline void DrawElementProto::unsafe_arena_set_allocated_shield(::ShieldRuleProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.shield_); } - // @@protoc_insertion_point(field_mutable:DrawElementProto.shield) - return shield_; + _impl_.shield_ = reinterpret_cast<::ShieldRuleProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000020u; + } else { + _impl_._has_bits_[0] &= ~0x00000020u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:DrawElementProto.shield) } inline ::ShieldRuleProto* DrawElementProto::release_shield() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000020u; + ::ShieldRuleProto* released = _impl_.shield_; + _impl_.shield_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::ShieldRuleProto* DrawElementProto::unsafe_arena_release_shield() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:DrawElementProto.shield) - - ::ShieldRuleProto* temp = shield_; - shield_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000020u; + ::ShieldRuleProto* temp = _impl_.shield_; + _impl_.shield_ = nullptr; return temp; } -inline void DrawElementProto::set_allocated_shield(::ShieldRuleProto* shield) { - delete shield_; - shield_ = shield; - if (shield) { - - } else { - +inline ::ShieldRuleProto* DrawElementProto::_internal_mutable_shield() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000020u; + if (_impl_.shield_ == nullptr) { + auto* p = CreateMaybeMessage<::ShieldRuleProto>(GetArenaForAllocation()); + _impl_.shield_ = reinterpret_cast<::ShieldRuleProto*>(p); } + return _impl_.shield_; +} +inline ::ShieldRuleProto* DrawElementProto::mutable_shield() { + ::ShieldRuleProto* _msg = _internal_mutable_shield(); + // @@protoc_insertion_point(field_mutable:DrawElementProto.shield) + return _msg; +} +inline void DrawElementProto::set_allocated_shield(::ShieldRuleProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::ShieldRuleProto*>(_impl_.shield_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::ShieldRuleProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000020u; + } else { + _impl_._has_bits_[0] &= ~0x00000020u; + } + + _impl_.shield_ = reinterpret_cast<::ShieldRuleProto*>(value); // @@protoc_insertion_point(field_set_allocated:DrawElementProto.shield) } // repeated string apply_if = 9; +inline int DrawElementProto::_internal_apply_if_size() const { + return _internal_apply_if().size(); +} inline int DrawElementProto::apply_if_size() const { - return apply_if_.size(); + return _internal_apply_if_size(); } inline void DrawElementProto::clear_apply_if() { - apply_if_.Clear(); + _internal_mutable_apply_if()->Clear(); } -inline const ::std::string& DrawElementProto::apply_if(int index) const { +inline std::string* DrawElementProto::add_apply_if() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + std::string* _s = _internal_mutable_apply_if()->Add(); + // @@protoc_insertion_point(field_add_mutable:DrawElementProto.apply_if) + return _s; +} +inline const std::string& DrawElementProto::apply_if(int index) const { // @@protoc_insertion_point(field_get:DrawElementProto.apply_if) - return apply_if_.Get(index); + return _internal_apply_if().Get(index); } -inline ::std::string* DrawElementProto::mutable_apply_if(int index) { +inline std::string* DrawElementProto::mutable_apply_if(int index) { // @@protoc_insertion_point(field_mutable:DrawElementProto.apply_if) - return apply_if_.Mutable(index); + return _internal_mutable_apply_if()->Mutable(index); } -inline void DrawElementProto::set_apply_if(int index, const ::std::string& value) { +inline void DrawElementProto::set_apply_if(int index, const std::string& value) { + _internal_mutable_apply_if()->Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:DrawElementProto.apply_if) - apply_if_.Mutable(index)->assign(value); } -#if LANG_CXX11 -inline void DrawElementProto::set_apply_if(int index, ::std::string&& value) { +inline void DrawElementProto::set_apply_if(int index, std::string&& value) { + _internal_mutable_apply_if()->Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:DrawElementProto.apply_if) - apply_if_.Mutable(index)->assign(std::move(value)); } -#endif inline void DrawElementProto::set_apply_if(int index, const char* value) { - GOOGLE_DCHECK(value != NULL); - apply_if_.Mutable(index)->assign(value); + ABSL_DCHECK(value != nullptr); + _internal_mutable_apply_if()->Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:DrawElementProto.apply_if) } -inline void DrawElementProto::set_apply_if(int index, const char* value, size_t size) { - apply_if_.Mutable(index)->assign( - reinterpret_cast(value), size); +inline void DrawElementProto::set_apply_if(int index, const char* value, + std::size_t size) { + _internal_mutable_apply_if()->Mutable(index)->assign( + reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:DrawElementProto.apply_if) } -inline ::std::string* DrawElementProto::add_apply_if() { - // @@protoc_insertion_point(field_add_mutable:DrawElementProto.apply_if) - return apply_if_.Add(); +inline void DrawElementProto::set_apply_if(int index, absl::string_view value) { + _internal_mutable_apply_if()->Mutable(index)->assign(value.data(), + value.size()); + // @@protoc_insertion_point(field_set_string_piece:DrawElementProto.apply_if) } -inline void DrawElementProto::add_apply_if(const ::std::string& value) { - apply_if_.Add()->assign(value); +inline void DrawElementProto::add_apply_if(const std::string& value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _internal_mutable_apply_if()->Add()->assign(value); // @@protoc_insertion_point(field_add:DrawElementProto.apply_if) } -#if LANG_CXX11 -inline void DrawElementProto::add_apply_if(::std::string&& value) { - apply_if_.Add(std::move(value)); +inline void DrawElementProto::add_apply_if(std::string&& value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _internal_mutable_apply_if()->Add(std::move(value)); // @@protoc_insertion_point(field_add:DrawElementProto.apply_if) } -#endif inline void DrawElementProto::add_apply_if(const char* value) { - GOOGLE_DCHECK(value != NULL); - apply_if_.Add()->assign(value); + ABSL_DCHECK(value != nullptr); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _internal_mutable_apply_if()->Add()->assign(value); // @@protoc_insertion_point(field_add_char:DrawElementProto.apply_if) } -inline void DrawElementProto::add_apply_if(const char* value, size_t size) { - apply_if_.Add()->assign(reinterpret_cast(value), size); +inline void DrawElementProto::add_apply_if(const char* value, std::size_t size) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _internal_mutable_apply_if()->Add()->assign( + reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:DrawElementProto.apply_if) } -inline const ::google::protobuf::RepeatedPtrField< ::std::string>& +inline void DrawElementProto::add_apply_if(absl::string_view value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _internal_mutable_apply_if()->Add()->assign(value.data(), value.size()); + // @@protoc_insertion_point(field_add_string_piece:DrawElementProto.apply_if) +} +inline const ::google::protobuf::RepeatedPtrField& DrawElementProto::apply_if() const { // @@protoc_insertion_point(field_list:DrawElementProto.apply_if) - return apply_if_; + return _internal_apply_if(); } -inline ::google::protobuf::RepeatedPtrField< ::std::string>* -DrawElementProto::mutable_apply_if() { +inline ::google::protobuf::RepeatedPtrField* DrawElementProto::mutable_apply_if() { // @@protoc_insertion_point(field_mutable_list:DrawElementProto.apply_if) - return &apply_if_; + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + return _internal_mutable_apply_if(); +} +inline const ::google::protobuf::RepeatedPtrField& +DrawElementProto::_internal_apply_if() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.apply_if_; +} +inline ::google::protobuf::RepeatedPtrField* +DrawElementProto::_internal_mutable_apply_if() { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return &_impl_.apply_if_; } // ------------------------------------------------------------------- @@ -3334,85 +5921,99 @@ DrawElementProto::mutable_apply_if() { // string name = 1; inline void ClassifElementProto::clear_name() { - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + _impl_.name_.ClearToEmpty(); } -inline const ::std::string& ClassifElementProto::name() const { +inline const std::string& ClassifElementProto::name() const { // @@protoc_insertion_point(field_get:ClassifElementProto.name) - return name_.GetNoArena(); + return _internal_name(); } -inline void ClassifElementProto::set_name(const ::std::string& value) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); +template +inline PROTOBUF_ALWAYS_INLINE void ClassifElementProto::set_name(Arg_&& arg, + Args_... args) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.name_.Set(static_cast(arg), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:ClassifElementProto.name) } -#if LANG_CXX11 -inline void ClassifElementProto::set_name(::std::string&& value) { - - name_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:ClassifElementProto.name) -} -#endif -inline void ClassifElementProto::set_name(const char* value) { - GOOGLE_DCHECK(value != NULL); - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:ClassifElementProto.name) -} -inline void ClassifElementProto::set_name(const char* value, size_t size) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:ClassifElementProto.name) -} -inline ::std::string* ClassifElementProto::mutable_name() { - +inline std::string* ClassifElementProto::mutable_name() { + std::string* _s = _internal_mutable_name(); // @@protoc_insertion_point(field_mutable:ClassifElementProto.name) - return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return _s; } -inline ::std::string* ClassifElementProto::release_name() { +inline const std::string& ClassifElementProto::_internal_name() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.name_.Get(); +} +inline void ClassifElementProto::_internal_set_name(const std::string& value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.name_.Set(value, GetArenaForAllocation()); +} +inline std::string* ClassifElementProto::_internal_mutable_name() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + return _impl_.name_.Mutable( GetArenaForAllocation()); +} +inline std::string* ClassifElementProto::release_name() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:ClassifElementProto.name) - - return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return _impl_.name_.Release(); } -inline void ClassifElementProto::set_allocated_name(::std::string* name) { - if (name != NULL) { - - } else { - - } - name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); +inline void ClassifElementProto::set_allocated_name(std::string* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_.name_.SetAllocated(value, GetArenaForAllocation()); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (_impl_.name_.IsDefault()) { + _impl_.name_.Set("", GetArenaForAllocation()); + } + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:ClassifElementProto.name) } // repeated .DrawElementProto element = 2; +inline int ClassifElementProto::_internal_element_size() const { + return _internal_element().size(); +} inline int ClassifElementProto::element_size() const { - return element_.size(); + return _internal_element_size(); } inline void ClassifElementProto::clear_element() { - element_.Clear(); -} -inline const ::DrawElementProto& ClassifElementProto::element(int index) const { - // @@protoc_insertion_point(field_get:ClassifElementProto.element) - return element_.Get(index); + _internal_mutable_element()->Clear(); } inline ::DrawElementProto* ClassifElementProto::mutable_element(int index) { // @@protoc_insertion_point(field_mutable:ClassifElementProto.element) - return element_.Mutable(index); -} -inline ::DrawElementProto* ClassifElementProto::add_element() { - // @@protoc_insertion_point(field_add:ClassifElementProto.element) - return element_.Add(); + return _internal_mutable_element()->Mutable(index); } inline ::google::protobuf::RepeatedPtrField< ::DrawElementProto >* ClassifElementProto::mutable_element() { // @@protoc_insertion_point(field_mutable_list:ClassifElementProto.element) - return &element_; + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + return _internal_mutable_element(); +} +inline const ::DrawElementProto& ClassifElementProto::element(int index) const { + // @@protoc_insertion_point(field_get:ClassifElementProto.element) + return _internal_element().Get(index); +} +inline ::DrawElementProto* ClassifElementProto::add_element() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ::DrawElementProto* _add = _internal_mutable_element()->Add(); + // @@protoc_insertion_point(field_add:ClassifElementProto.element) + return _add; } inline const ::google::protobuf::RepeatedPtrField< ::DrawElementProto >& ClassifElementProto::element() const { // @@protoc_insertion_point(field_list:ClassifElementProto.element) - return element_; + return _internal_element(); +} +inline const ::google::protobuf::RepeatedPtrField<::DrawElementProto>& +ClassifElementProto::_internal_element() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.element_; +} +inline ::google::protobuf::RepeatedPtrField<::DrawElementProto>* +ClassifElementProto::_internal_mutable_element() { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return &_impl_.element_; } // ------------------------------------------------------------------- @@ -3421,131 +6022,169 @@ ClassifElementProto::element() const { // string name = 1; inline void ColorElementProto::clear_name() { - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + _impl_.name_.ClearToEmpty(); } -inline const ::std::string& ColorElementProto::name() const { +inline const std::string& ColorElementProto::name() const { // @@protoc_insertion_point(field_get:ColorElementProto.name) - return name_.GetNoArena(); + return _internal_name(); } -inline void ColorElementProto::set_name(const ::std::string& value) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); +template +inline PROTOBUF_ALWAYS_INLINE void ColorElementProto::set_name(Arg_&& arg, + Args_... args) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.name_.Set(static_cast(arg), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:ColorElementProto.name) } -#if LANG_CXX11 -inline void ColorElementProto::set_name(::std::string&& value) { - - name_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:ColorElementProto.name) -} -#endif -inline void ColorElementProto::set_name(const char* value) { - GOOGLE_DCHECK(value != NULL); - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:ColorElementProto.name) -} -inline void ColorElementProto::set_name(const char* value, size_t size) { - - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:ColorElementProto.name) -} -inline ::std::string* ColorElementProto::mutable_name() { - +inline std::string* ColorElementProto::mutable_name() { + std::string* _s = _internal_mutable_name(); // @@protoc_insertion_point(field_mutable:ColorElementProto.name) - return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return _s; } -inline ::std::string* ColorElementProto::release_name() { +inline const std::string& ColorElementProto::_internal_name() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.name_.Get(); +} +inline void ColorElementProto::_internal_set_name(const std::string& value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.name_.Set(value, GetArenaForAllocation()); +} +inline std::string* ColorElementProto::_internal_mutable_name() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + return _impl_.name_.Mutable( GetArenaForAllocation()); +} +inline std::string* ColorElementProto::release_name() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:ColorElementProto.name) - - return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return _impl_.name_.Release(); } -inline void ColorElementProto::set_allocated_name(::std::string* name) { - if (name != NULL) { - - } else { - - } - name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); +inline void ColorElementProto::set_allocated_name(std::string* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_.name_.SetAllocated(value, GetArenaForAllocation()); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + if (_impl_.name_.IsDefault()) { + _impl_.name_.Set("", GetArenaForAllocation()); + } + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:ColorElementProto.name) } // uint32 color = 2; inline void ColorElementProto::clear_color() { - color_ = 0u; + _impl_.color_ = 0u; } -inline ::google::protobuf::uint32 ColorElementProto::color() const { +inline ::uint32_t ColorElementProto::color() const { // @@protoc_insertion_point(field_get:ColorElementProto.color) - return color_; + return _internal_color(); } -inline void ColorElementProto::set_color(::google::protobuf::uint32 value) { - - color_ = value; +inline void ColorElementProto::set_color(::uint32_t value) { + _internal_set_color(value); // @@protoc_insertion_point(field_set:ColorElementProto.color) } +inline ::uint32_t ColorElementProto::_internal_color() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.color_; +} +inline void ColorElementProto::_internal_set_color(::uint32_t value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.color_ = value; +} // float x = 3; inline void ColorElementProto::clear_x() { - x_ = 0; + _impl_.x_ = 0; } inline float ColorElementProto::x() const { // @@protoc_insertion_point(field_get:ColorElementProto.x) - return x_; + return _internal_x(); } inline void ColorElementProto::set_x(float value) { - - x_ = value; + _internal_set_x(value); // @@protoc_insertion_point(field_set:ColorElementProto.x) } +inline float ColorElementProto::_internal_x() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.x_; +} +inline void ColorElementProto::_internal_set_x(float value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.x_ = value; +} // float y = 4; inline void ColorElementProto::clear_y() { - y_ = 0; + _impl_.y_ = 0; } inline float ColorElementProto::y() const { // @@protoc_insertion_point(field_get:ColorElementProto.y) - return y_; + return _internal_y(); } inline void ColorElementProto::set_y(float value) { - - y_ = value; + _internal_set_y(value); // @@protoc_insertion_point(field_set:ColorElementProto.y) } +inline float ColorElementProto::_internal_y() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.y_; +} +inline void ColorElementProto::_internal_set_y(float value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ; + _impl_.y_ = value; +} // ------------------------------------------------------------------- // ColorsElementProto // repeated .ColorElementProto value = 1; +inline int ColorsElementProto::_internal_value_size() const { + return _internal_value().size(); +} inline int ColorsElementProto::value_size() const { - return value_.size(); + return _internal_value_size(); } inline void ColorsElementProto::clear_value() { - value_.Clear(); -} -inline const ::ColorElementProto& ColorsElementProto::value(int index) const { - // @@protoc_insertion_point(field_get:ColorsElementProto.value) - return value_.Get(index); + _internal_mutable_value()->Clear(); } inline ::ColorElementProto* ColorsElementProto::mutable_value(int index) { // @@protoc_insertion_point(field_mutable:ColorsElementProto.value) - return value_.Mutable(index); -} -inline ::ColorElementProto* ColorsElementProto::add_value() { - // @@protoc_insertion_point(field_add:ColorsElementProto.value) - return value_.Add(); + return _internal_mutable_value()->Mutable(index); } inline ::google::protobuf::RepeatedPtrField< ::ColorElementProto >* ColorsElementProto::mutable_value() { // @@protoc_insertion_point(field_mutable_list:ColorsElementProto.value) - return &value_; + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + return _internal_mutable_value(); +} +inline const ::ColorElementProto& ColorsElementProto::value(int index) const { + // @@protoc_insertion_point(field_get:ColorsElementProto.value) + return _internal_value().Get(index); +} +inline ::ColorElementProto* ColorsElementProto::add_value() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ::ColorElementProto* _add = _internal_mutable_value()->Add(); + // @@protoc_insertion_point(field_add:ColorsElementProto.value) + return _add; } inline const ::google::protobuf::RepeatedPtrField< ::ColorElementProto >& ColorsElementProto::value() const { // @@protoc_insertion_point(field_list:ColorsElementProto.value) - return value_; + return _internal_value(); +} +inline const ::google::protobuf::RepeatedPtrField<::ColorElementProto>& +ColorsElementProto::_internal_value() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.value_; +} +inline ::google::protobuf::RepeatedPtrField<::ColorElementProto>* +ColorsElementProto::_internal_mutable_value() { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return &_impl_.value_; } // ------------------------------------------------------------------- @@ -3553,120 +6192,167 @@ ColorsElementProto::value() const { // ContainerProto // repeated .ClassifElementProto cont = 1; +inline int ContainerProto::_internal_cont_size() const { + return _internal_cont().size(); +} inline int ContainerProto::cont_size() const { - return cont_.size(); + return _internal_cont_size(); } inline void ContainerProto::clear_cont() { - cont_.Clear(); -} -inline const ::ClassifElementProto& ContainerProto::cont(int index) const { - // @@protoc_insertion_point(field_get:ContainerProto.cont) - return cont_.Get(index); + _internal_mutable_cont()->Clear(); } inline ::ClassifElementProto* ContainerProto::mutable_cont(int index) { // @@protoc_insertion_point(field_mutable:ContainerProto.cont) - return cont_.Mutable(index); -} -inline ::ClassifElementProto* ContainerProto::add_cont() { - // @@protoc_insertion_point(field_add:ContainerProto.cont) - return cont_.Add(); + return _internal_mutable_cont()->Mutable(index); } inline ::google::protobuf::RepeatedPtrField< ::ClassifElementProto >* ContainerProto::mutable_cont() { // @@protoc_insertion_point(field_mutable_list:ContainerProto.cont) - return &cont_; + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + return _internal_mutable_cont(); +} +inline const ::ClassifElementProto& ContainerProto::cont(int index) const { + // @@protoc_insertion_point(field_get:ContainerProto.cont) + return _internal_cont().Get(index); +} +inline ::ClassifElementProto* ContainerProto::add_cont() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + ::ClassifElementProto* _add = _internal_mutable_cont()->Add(); + // @@protoc_insertion_point(field_add:ContainerProto.cont) + return _add; } inline const ::google::protobuf::RepeatedPtrField< ::ClassifElementProto >& ContainerProto::cont() const { // @@protoc_insertion_point(field_list:ContainerProto.cont) - return cont_; + return _internal_cont(); +} +inline const ::google::protobuf::RepeatedPtrField<::ClassifElementProto>& +ContainerProto::_internal_cont() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return _impl_.cont_; +} +inline ::google::protobuf::RepeatedPtrField<::ClassifElementProto>* +ContainerProto::_internal_mutable_cont() { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + return &_impl_.cont_; } // .ColorsElementProto colors = 2; inline bool ContainerProto::has_colors() const { - return this != internal_default_instance() && colors_ != NULL; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; + PROTOBUF_ASSUME(!value || _impl_.colors_ != nullptr); + return value; } inline void ContainerProto::clear_colors() { - if (GetArenaNoVirtual() == NULL && colors_ != NULL) delete colors_; - colors_ = NULL; + if (_impl_.colors_ != nullptr) _impl_.colors_->Clear(); + _impl_._has_bits_[0] &= ~0x00000001u; +} +inline const ::ColorsElementProto& ContainerProto::_internal_colors() const { + PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race); + const ::ColorsElementProto* p = _impl_.colors_; + return p != nullptr ? *p : reinterpret_cast(::_ColorsElementProto_default_instance_); } inline const ::ColorsElementProto& ContainerProto::colors() const { // @@protoc_insertion_point(field_get:ContainerProto.colors) - return colors_ != NULL ? *colors_ - : *::ColorsElementProto::internal_default_instance(); + return _internal_colors(); } -inline ::ColorsElementProto* ContainerProto::mutable_colors() { - - if (colors_ == NULL) { - colors_ = new ::ColorsElementProto; +inline void ContainerProto::unsafe_arena_set_allocated_colors(::ColorsElementProto* value) { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (GetArenaForAllocation() == nullptr) { + delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.colors_); } - // @@protoc_insertion_point(field_mutable:ContainerProto.colors) - return colors_; + _impl_.colors_ = reinterpret_cast<::ColorsElementProto*>(value); + if (value != nullptr) { + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ContainerProto.colors) } inline ::ColorsElementProto* ContainerProto::release_colors() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + + _impl_._has_bits_[0] &= ~0x00000001u; + ::ColorsElementProto* released = _impl_.colors_; + _impl_.colors_ = nullptr; +#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE + auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + if (GetArenaForAllocation() == nullptr) { + delete old; + } +#else // PROTOBUF_FORCE_COPY_IN_RELEASE + if (GetArenaForAllocation() != nullptr) { + released = ::google::protobuf::internal::DuplicateIfNonNull(released); + } +#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE + return released; +} +inline ::ColorsElementProto* ContainerProto::unsafe_arena_release_colors() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); // @@protoc_insertion_point(field_release:ContainerProto.colors) - - ::ColorsElementProto* temp = colors_; - colors_ = NULL; + + _impl_._has_bits_[0] &= ~0x00000001u; + ::ColorsElementProto* temp = _impl_.colors_; + _impl_.colors_ = nullptr; return temp; } -inline void ContainerProto::set_allocated_colors(::ColorsElementProto* colors) { - delete colors_; - colors_ = colors; - if (colors) { - - } else { - +inline ::ColorsElementProto* ContainerProto::_internal_mutable_colors() { + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + _impl_._has_bits_[0] |= 0x00000001u; + if (_impl_.colors_ == nullptr) { + auto* p = CreateMaybeMessage<::ColorsElementProto>(GetArenaForAllocation()); + _impl_.colors_ = reinterpret_cast<::ColorsElementProto*>(p); } + return _impl_.colors_; +} +inline ::ColorsElementProto* ContainerProto::mutable_colors() { + ::ColorsElementProto* _msg = _internal_mutable_colors(); + // @@protoc_insertion_point(field_mutable:ContainerProto.colors) + return _msg; +} +inline void ContainerProto::set_allocated_colors(::ColorsElementProto* value) { + ::google::protobuf::Arena* message_arena = GetArenaForAllocation(); + PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); + if (message_arena == nullptr) { + delete reinterpret_cast<::ColorsElementProto*>(_impl_.colors_); + } + + if (value != nullptr) { + ::google::protobuf::Arena* submessage_arena = + ::google::protobuf::Arena::InternalGetOwningArena(reinterpret_cast<::ColorsElementProto*>(value)); + if (message_arena != submessage_arena) { + value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena); + } + _impl_._has_bits_[0] |= 0x00000001u; + } else { + _impl_._has_bits_[0] &= ~0x00000001u; + } + + _impl_.colors_ = reinterpret_cast<::ColorsElementProto*>(value); // @@protoc_insertion_point(field_set_allocated:ContainerProto.colors) } -#endif // !PROTOBUF_INLINE_NOT_IN_HEADERS -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif // __GNUC__ // @@protoc_insertion_point(namespace_scope) -#ifndef SWIG namespace google { namespace protobuf { -template <> struct is_proto_enum< ::LineJoin> : ::google::protobuf::internal::true_type {}; -template <> struct is_proto_enum< ::LineCap> : ::google::protobuf::internal::true_type {}; +template <> +struct is_proto_enum<::LineJoin> : std::true_type {}; +template <> +struct is_proto_enum<::LineCap> : std::true_type {}; } // namespace protobuf } // namespace google -#endif // SWIG // @@protoc_insertion_point(global_scope) -#endif // PROTOBUF_indexer_2fdrules_5fstruct_2eproto__INCLUDED +#include "google/protobuf/port_undef.inc" + +#endif // GOOGLE_PROTOBUF_INCLUDED_drules_5fstruct_2eproto_2epb_2eh diff --git a/indexer/scales_patch.hpp b/indexer/scales_patch.hpp index 81224f3eb9..c0f0ef98f0 100644 --- a/indexer/scales_patch.hpp +++ b/indexer/scales_patch.hpp @@ -15,7 +15,7 @@ inline uint32_t PatchMinDrawableScale(uint32_t s) inline uint32_t PatchMaxDrawableScale(uint32_t s) { - std::min(s + kPatchScaleShift, static_cast(GetUpperStyleScale())); + return std::min(s + kPatchScaleShift, static_cast(GetUpperStyleScale())); } #else // BUILD_DESIGNER diff --git a/qt/build_style/build_common.cpp b/qt/build_style/build_common.cpp index 8ef0ad88a5..78f1c80f4a 100644 --- a/qt/build_style/build_common.cpp +++ b/qt/build_style/build_common.cpp @@ -8,10 +8,7 @@ #include #include #include -#include -#include -#include // std::quoted #include #include @@ -122,8 +119,3 @@ QString GetExternalPath(QString const & name, QString const & primaryPath, } return path; } - -QString GetProtobufEggPath() -{ - return GetExternalPath("protobuf-3.3.0-py2.7.egg", "kothic", "../3party/protobuf"); -} diff --git a/qt/build_style/build_common.h b/qt/build_style/build_common.h index a73beef8e3..9a9bbc8f44 100644 --- a/qt/build_style/build_common.h +++ b/qt/build_style/build_common.h @@ -21,4 +21,3 @@ QString JoinPathQt(std::initializer_list folders); QString GetExternalPath(QString const & name, QString const & primaryPath, QString const & secondaryPath); -QString GetProtobufEggPath(); diff --git a/qt/build_style/build_drules.cpp b/qt/build_style/build_drules.cpp index c5b08824d6..85494fb041 100644 --- a/qt/build_style/build_drules.cpp +++ b/qt/build_style/build_drules.cpp @@ -24,17 +24,13 @@ void BuildDrawingRulesImpl(QString const & mapcssFile, QString const & outputDir if (QFile(outputFile).exists()) throw std::runtime_error("Output directory is not clear"); - // Add path to the protobuf EGG in the PROTOBUF_EGG_PATH environment variable - QProcessEnvironment env{QProcessEnvironment::systemEnvironment()}; - env.insert("PROTOBUF_EGG_PATH", GetProtobufEggPath()); - // Run the script (void)ExecProcess("python", { GetExternalPath("libkomwm.py", "kothic/src", "../tools/kothic/src"), "-s", mapcssFile, "-o", outputTemplate, "-x", "True", - }, &env); + }); // Ensure that generated file is not empty. if (QFile(outputFile).size() == 0) diff --git a/qt/build_style/build_statistics.cpp b/qt/build_style/build_statistics.cpp index 328f4b82a5..bc2fa04e6f 100644 --- a/qt/build_style/build_statistics.cpp +++ b/qt/build_style/build_statistics.cpp @@ -22,16 +22,12 @@ QString GetStyleStatistics(QString const & mapcssMappingFile, QString const & dr if (!QFile(drulesFile).exists()) throw std::runtime_error("drawing-rules file does not exist at " + drulesFile.toStdString()); - // Add path to the protobuf EGG in the PROTOBUF_EGG_PATH environment variable. - QProcessEnvironment env{QProcessEnvironment::systemEnvironment()}; - env.insert("PROTOBUF_EGG_PATH", GetProtobufEggPath()); - // Run the script. return ExecProcess("python", { GetExternalPath("drules_info.py", "kothic/src", "../tools/python/stylesheet"), mapcssMappingFile, drulesFile, - }, &env); + }); } QString GetCurrentStyleStatistics() diff --git a/qt/main.cpp b/qt/main.cpp index 17766fc4d3..bb67dea7ea 100644 --- a/qt/main.cpp +++ b/qt/main.cpp @@ -241,26 +241,26 @@ int main(int argc, char * argv[]) ); w.show(); returnCode = app.exec(); - } #ifdef BUILD_DESIGNER - if (build_style::NeedRecalculate && !mapcssFilePath.isEmpty()) - { - try + if (build_style::NeedRecalculate && !mapcssFilePath.isEmpty()) { - build_style::RunRecalculationGeometryScript(mapcssFilePath); + try + { + build_style::RunRecalculationGeometryScript(mapcssFilePath); + } + catch (std::exception & e) + { + QMessageBox msgBox; + msgBox.setWindowTitle("Error"); + msgBox.setText(e.what()); + msgBox.setStandardButtons(QMessageBox::Ok); + msgBox.setDefaultButton(QMessageBox::Ok); + msgBox.exec(); + } } - catch (std::exception & e) - { - QMessageBox msgBox; - msgBox.setWindowTitle("Error"); - msgBox.setText(e.what()); - msgBox.setStandardButtons(QMessageBox::Ok); - msgBox.setDefaultButton(QMessageBox::Ok); - msgBox.exec(); - } - } #endif // BUILD_DESIGNER + } LOG_SHORT(LINFO, ("Organic Maps finished with code", returnCode)); return returnCode; diff --git a/qt/preferences_dialog.cpp b/qt/preferences_dialog.cpp index 69ce85a863..24e5b487a9 100644 --- a/qt/preferences_dialog.cpp +++ b/qt/preferences_dialog.cpp @@ -95,7 +95,7 @@ namespace qt indexRegenCheckBox->setChecked(enabled); connect(indexRegenCheckBox, &QCheckBox::stateChanged, [](int i) { - settings::Set(kEnabledAutoRegenGeomIndex, static_cast(i)) + settings::Set(kEnabledAutoRegenGeomIndex, static_cast(i)); }); } #endif diff --git a/tools/kothic b/tools/kothic index 51864cec29..2260f364af 160000 --- a/tools/kothic +++ b/tools/kothic @@ -1 +1 @@ -Subproject commit 51864cec294c56ca949618671e06dcc4f2543874 +Subproject commit 2260f364af8165e870b6bda7cefd63727945b210 diff --git a/tools/python/stylesheet/README.md b/tools/python/stylesheet/README.md new file mode 100644 index 0000000000..d20b211a8e --- /dev/null +++ b/tools/python/stylesheet/README.md @@ -0,0 +1,5 @@ +# Command to regenerate tools/python/stylesheet/drules_struct_pb2.py + +``` +protoc --proto_path=indexer --python_out=tools/python/stylesheet indexer/drules_struct.proto +``` diff --git a/tools/python/stylesheet/drules_struct_pb2.py b/tools/python/stylesheet/drules_struct_pb2.py deleted file mode 100644 index ac627d03ad..0000000000 --- a/tools/python/stylesheet/drules_struct_pb2.py +++ /dev/null @@ -1,1101 +0,0 @@ -# Generated by the protocol buffer compiler. DO NOT EDIT! -# source: indexer/drules_struct.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) -from google.protobuf.internal import enum_type_wrapper -from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection -from google.protobuf import symbol_database as _symbol_database -from google.protobuf import descriptor_pb2 -# @@protoc_insertion_point(imports) - -_sym_db = _symbol_database.Default() - - - - -DESCRIPTOR = _descriptor.FileDescriptor( - name='indexer/drules_struct.proto', - package='', - syntax='proto3', - serialized_pb=_b('\n\x1bindexer/drules_struct.proto\"*\n\x0c\x44\x61shDotProto\x12\n\n\x02\x64\x64\x18\x01 \x03(\x01\x12\x0e\n\x06offset\x18\x02 \x01(\x01\":\n\x0cPathSymProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04step\x18\x02 \x01(\x01\x12\x0e\n\x06offset\x18\x03 \x01(\x01\"\xaf\x01\n\rLineRuleProto\x12\r\n\x05width\x18\x01 \x01(\x01\x12\r\n\x05\x63olor\x18\x02 \x01(\r\x12\x1e\n\x07\x64\x61shdot\x18\x03 \x01(\x0b\x32\r.DashDotProto\x12\x10\n\x08priority\x18\x04 \x01(\x05\x12\x1e\n\x07pathsym\x18\x05 \x01(\x0b\x32\r.PathSymProto\x12\x17\n\x04join\x18\x06 \x01(\x0e\x32\t.LineJoin\x12\x15\n\x03\x63\x61p\x18\x07 \x01(\x0e\x32\x08.LineCap\"\x9c\x01\n\x0cLineDefProto\x12\r\n\x05width\x18\x01 \x01(\x01\x12\r\n\x05\x63olor\x18\x02 \x01(\r\x12\x1e\n\x07\x64\x61shdot\x18\x03 \x01(\x0b\x32\r.DashDotProto\x12\x1e\n\x07pathsym\x18\x04 \x01(\x0b\x32\r.PathSymProto\x12\x17\n\x04join\x18\x06 \x01(\x0e\x32\t.LineJoin\x12\x15\n\x03\x63\x61p\x18\x07 \x01(\x0e\x32\x08.LineCap\"O\n\rAreaRuleProto\x12\r\n\x05\x63olor\x18\x01 \x01(\r\x12\x1d\n\x06\x62order\x18\x02 \x01(\x0b\x32\r.LineDefProto\x12\x10\n\x08priority\x18\x03 \x01(\x05\"_\n\x0fSymbolRuleProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x16\n\x0e\x61pply_for_type\x18\x02 \x01(\x05\x12\x10\n\x08priority\x18\x03 \x01(\x05\x12\x14\n\x0cmin_distance\x18\x04 \x01(\x05\"\x8d\x01\n\x0f\x43\x61ptionDefProto\x12\x0e\n\x06height\x18\x01 \x01(\x05\x12\r\n\x05\x63olor\x18\x02 \x01(\r\x12\x14\n\x0cstroke_color\x18\x03 \x01(\r\x12\x10\n\x08offset_x\x18\x04 \x01(\x05\x12\x10\n\x08offset_y\x18\x05 \x01(\x05\x12\x0c\n\x04text\x18\x06 \x01(\t\x12\x13\n\x0bis_optional\x18\x07 \x01(\x08\"l\n\x10\x43\x61ptionRuleProto\x12!\n\x07primary\x18\x01 \x01(\x0b\x32\x10.CaptionDefProto\x12#\n\tsecondary\x18\x02 \x01(\x0b\x32\x10.CaptionDefProto\x12\x10\n\x08priority\x18\x03 \x01(\x05\"a\n\x0f\x43ircleRuleProto\x12\x0e\n\x06radius\x18\x01 \x01(\x01\x12\r\n\x05\x63olor\x18\x02 \x01(\r\x12\x1d\n\x06\x62order\x18\x03 \x01(\x0b\x32\r.LineDefProto\x12\x10\n\x08priority\x18\x04 \x01(\x05\"m\n\x11PathTextRuleProto\x12!\n\x07primary\x18\x01 \x01(\x0b\x32\x10.CaptionDefProto\x12#\n\tsecondary\x18\x02 \x01(\x0b\x32\x10.CaptionDefProto\x12\x10\n\x08priority\x18\x03 \x01(\x05\"\x9d\x01\n\x0fShieldRuleProto\x12\x0e\n\x06height\x18\x01 \x01(\x05\x12\r\n\x05\x63olor\x18\x02 \x01(\r\x12\x14\n\x0cstroke_color\x18\x03 \x01(\r\x12\x10\n\x08priority\x18\x04 \x01(\x05\x12\x14\n\x0cmin_distance\x18\x05 \x01(\x05\x12\x12\n\ntext_color\x18\x06 \x01(\r\x12\x19\n\x11text_stroke_color\x18\x07 \x01(\r\"\xa1\x02\n\x10\x44rawElementProto\x12\r\n\x05scale\x18\x01 \x01(\x05\x12\x1d\n\x05lines\x18\x02 \x03(\x0b\x32\x0e.LineRuleProto\x12\x1c\n\x04\x61rea\x18\x03 \x01(\x0b\x32\x0e.AreaRuleProto\x12 \n\x06symbol\x18\x04 \x01(\x0b\x32\x10.SymbolRuleProto\x12\"\n\x07\x63\x61ption\x18\x05 \x01(\x0b\x32\x11.CaptionRuleProto\x12 \n\x06\x63ircle\x18\x06 \x01(\x0b\x32\x10.CircleRuleProto\x12%\n\tpath_text\x18\x07 \x01(\x0b\x32\x12.PathTextRuleProto\x12 \n\x06shield\x18\x08 \x01(\x0b\x32\x10.ShieldRuleProto\x12\x10\n\x08\x61pply_if\x18\t \x03(\t\"G\n\x13\x43lassifElementProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\"\n\x07\x65lement\x18\x02 \x03(\x0b\x32\x11.DrawElementProto\"F\n\x11\x43olorElementProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05\x63olor\x18\x02 \x01(\r\x12\t\n\x01x\x18\x03 \x01(\x02\x12\t\n\x01y\x18\x04 \x01(\x02\"7\n\x12\x43olorsElementProto\x12!\n\x05value\x18\x01 \x03(\x0b\x32\x12.ColorElementProto\"Y\n\x0e\x43ontainerProto\x12\"\n\x04\x63ont\x18\x01 \x03(\x0b\x32\x14.ClassifElementProto\x12#\n\x06\x63olors\x18\x02 \x01(\x0b\x32\x13.ColorsElementProto*4\n\x08LineJoin\x12\r\n\tROUNDJOIN\x10\x00\x12\r\n\tBEVELJOIN\x10\x01\x12\n\n\x06NOJOIN\x10\x02*3\n\x07LineCap\x12\x0c\n\x08ROUNDCAP\x10\x00\x12\x0b\n\x07\x42UTTCAP\x10\x01\x12\r\n\tSQUARECAP\x10\x02\x42\x02H\x03\x62\x06proto3') -) - -_LINEJOIN = _descriptor.EnumDescriptor( - name='LineJoin', - full_name='LineJoin', - filename=None, - file=DESCRIPTOR, - values=[ - _descriptor.EnumValueDescriptor( - name='ROUNDJOIN', index=0, number=0, - options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='BEVELJOIN', index=1, number=1, - options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='NOJOIN', index=2, number=2, - options=None, - type=None), - ], - containing_type=None, - options=None, - serialized_start=1859, - serialized_end=1911, -) -_sym_db.RegisterEnumDescriptor(_LINEJOIN) - -LineJoin = enum_type_wrapper.EnumTypeWrapper(_LINEJOIN) -_LINECAP = _descriptor.EnumDescriptor( - name='LineCap', - full_name='LineCap', - filename=None, - file=DESCRIPTOR, - values=[ - _descriptor.EnumValueDescriptor( - name='ROUNDCAP', index=0, number=0, - options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='BUTTCAP', index=1, number=1, - options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='SQUARECAP', index=2, number=2, - options=None, - type=None), - ], - containing_type=None, - options=None, - serialized_start=1913, - serialized_end=1964, -) -_sym_db.RegisterEnumDescriptor(_LINECAP) - -LineCap = enum_type_wrapper.EnumTypeWrapper(_LINECAP) -ROUNDJOIN = 0 -BEVELJOIN = 1 -NOJOIN = 2 -ROUNDCAP = 0 -BUTTCAP = 1 -SQUARECAP = 2 - - - -_DASHDOTPROTO = _descriptor.Descriptor( - name='DashDotProto', - full_name='DashDotProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='dd', full_name='DashDotProto.dd', index=0, - number=1, type=1, cpp_type=5, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='offset', full_name='DashDotProto.offset', index=1, - number=2, type=1, cpp_type=5, label=1, - has_default_value=False, default_value=float(0), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=31, - serialized_end=73, -) - - -_PATHSYMPROTO = _descriptor.Descriptor( - name='PathSymProto', - full_name='PathSymProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='name', full_name='PathSymProto.name', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='step', full_name='PathSymProto.step', index=1, - number=2, type=1, cpp_type=5, label=1, - has_default_value=False, default_value=float(0), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='offset', full_name='PathSymProto.offset', index=2, - number=3, type=1, cpp_type=5, label=1, - has_default_value=False, default_value=float(0), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=75, - serialized_end=133, -) - - -_LINERULEPROTO = _descriptor.Descriptor( - name='LineRuleProto', - full_name='LineRuleProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='width', full_name='LineRuleProto.width', index=0, - number=1, type=1, cpp_type=5, label=1, - has_default_value=False, default_value=float(0), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='color', full_name='LineRuleProto.color', index=1, - number=2, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='dashdot', full_name='LineRuleProto.dashdot', index=2, - number=3, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='priority', full_name='LineRuleProto.priority', index=3, - number=4, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='pathsym', full_name='LineRuleProto.pathsym', index=4, - number=5, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='join', full_name='LineRuleProto.join', index=5, - number=6, type=14, cpp_type=8, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='cap', full_name='LineRuleProto.cap', index=6, - number=7, type=14, cpp_type=8, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=136, - serialized_end=311, -) - - -_LINEDEFPROTO = _descriptor.Descriptor( - name='LineDefProto', - full_name='LineDefProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='width', full_name='LineDefProto.width', index=0, - number=1, type=1, cpp_type=5, label=1, - has_default_value=False, default_value=float(0), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='color', full_name='LineDefProto.color', index=1, - number=2, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='dashdot', full_name='LineDefProto.dashdot', index=2, - number=3, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='pathsym', full_name='LineDefProto.pathsym', index=3, - number=4, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='join', full_name='LineDefProto.join', index=4, - number=6, type=14, cpp_type=8, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='cap', full_name='LineDefProto.cap', index=5, - number=7, type=14, cpp_type=8, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=314, - serialized_end=470, -) - - -_AREARULEPROTO = _descriptor.Descriptor( - name='AreaRuleProto', - full_name='AreaRuleProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='color', full_name='AreaRuleProto.color', index=0, - number=1, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='border', full_name='AreaRuleProto.border', index=1, - number=2, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='priority', full_name='AreaRuleProto.priority', index=2, - number=3, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=472, - serialized_end=551, -) - - -_SYMBOLRULEPROTO = _descriptor.Descriptor( - name='SymbolRuleProto', - full_name='SymbolRuleProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='name', full_name='SymbolRuleProto.name', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='apply_for_type', full_name='SymbolRuleProto.apply_for_type', index=1, - number=2, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='priority', full_name='SymbolRuleProto.priority', index=2, - number=3, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='min_distance', full_name='SymbolRuleProto.min_distance', index=3, - number=4, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=553, - serialized_end=648, -) - - -_CAPTIONDEFPROTO = _descriptor.Descriptor( - name='CaptionDefProto', - full_name='CaptionDefProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='height', full_name='CaptionDefProto.height', index=0, - number=1, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='color', full_name='CaptionDefProto.color', index=1, - number=2, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='stroke_color', full_name='CaptionDefProto.stroke_color', index=2, - number=3, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='offset_x', full_name='CaptionDefProto.offset_x', index=3, - number=4, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='offset_y', full_name='CaptionDefProto.offset_y', index=4, - number=5, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='text', full_name='CaptionDefProto.text', index=5, - number=6, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='is_optional', full_name='CaptionDefProto.is_optional', index=6, - number=7, type=8, cpp_type=7, label=1, - has_default_value=False, default_value=False, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=651, - serialized_end=792, -) - - -_CAPTIONRULEPROTO = _descriptor.Descriptor( - name='CaptionRuleProto', - full_name='CaptionRuleProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='primary', full_name='CaptionRuleProto.primary', index=0, - number=1, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='secondary', full_name='CaptionRuleProto.secondary', index=1, - number=2, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='priority', full_name='CaptionRuleProto.priority', index=2, - number=3, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=794, - serialized_end=902, -) - - -_CIRCLERULEPROTO = _descriptor.Descriptor( - name='CircleRuleProto', - full_name='CircleRuleProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='radius', full_name='CircleRuleProto.radius', index=0, - number=1, type=1, cpp_type=5, label=1, - has_default_value=False, default_value=float(0), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='color', full_name='CircleRuleProto.color', index=1, - number=2, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='border', full_name='CircleRuleProto.border', index=2, - number=3, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='priority', full_name='CircleRuleProto.priority', index=3, - number=4, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=904, - serialized_end=1001, -) - - -_PATHTEXTRULEPROTO = _descriptor.Descriptor( - name='PathTextRuleProto', - full_name='PathTextRuleProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='primary', full_name='PathTextRuleProto.primary', index=0, - number=1, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='secondary', full_name='PathTextRuleProto.secondary', index=1, - number=2, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='priority', full_name='PathTextRuleProto.priority', index=2, - number=3, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=1003, - serialized_end=1112, -) - - -_SHIELDRULEPROTO = _descriptor.Descriptor( - name='ShieldRuleProto', - full_name='ShieldRuleProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='height', full_name='ShieldRuleProto.height', index=0, - number=1, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='color', full_name='ShieldRuleProto.color', index=1, - number=2, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='stroke_color', full_name='ShieldRuleProto.stroke_color', index=2, - number=3, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='priority', full_name='ShieldRuleProto.priority', index=3, - number=4, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='min_distance', full_name='ShieldRuleProto.min_distance', index=4, - number=5, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='text_color', full_name='ShieldRuleProto.text_color', index=5, - number=6, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='text_stroke_color', full_name='ShieldRuleProto.text_stroke_color', index=6, - number=7, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=1115, - serialized_end=1272, -) - - -_DRAWELEMENTPROTO = _descriptor.Descriptor( - name='DrawElementProto', - full_name='DrawElementProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='scale', full_name='DrawElementProto.scale', index=0, - number=1, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='lines', full_name='DrawElementProto.lines', index=1, - number=2, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='area', full_name='DrawElementProto.area', index=2, - number=3, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='symbol', full_name='DrawElementProto.symbol', index=3, - number=4, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='caption', full_name='DrawElementProto.caption', index=4, - number=5, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='circle', full_name='DrawElementProto.circle', index=5, - number=6, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='path_text', full_name='DrawElementProto.path_text', index=6, - number=7, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='shield', full_name='DrawElementProto.shield', index=7, - number=8, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='apply_if', full_name='DrawElementProto.apply_if', index=8, - number=9, type=9, cpp_type=9, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=1275, - serialized_end=1564, -) - - -_CLASSIFELEMENTPROTO = _descriptor.Descriptor( - name='ClassifElementProto', - full_name='ClassifElementProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='name', full_name='ClassifElementProto.name', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='element', full_name='ClassifElementProto.element', index=1, - number=2, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=1566, - serialized_end=1637, -) - - -_COLORELEMENTPROTO = _descriptor.Descriptor( - name='ColorElementProto', - full_name='ColorElementProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='name', full_name='ColorElementProto.name', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='color', full_name='ColorElementProto.color', index=1, - number=2, type=13, cpp_type=3, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='x', full_name='ColorElementProto.x', index=2, - number=3, type=2, cpp_type=6, label=1, - has_default_value=False, default_value=float(0), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='y', full_name='ColorElementProto.y', index=3, - number=4, type=2, cpp_type=6, label=1, - has_default_value=False, default_value=float(0), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=1639, - serialized_end=1709, -) - - -_COLORSELEMENTPROTO = _descriptor.Descriptor( - name='ColorsElementProto', - full_name='ColorsElementProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='value', full_name='ColorsElementProto.value', index=0, - number=1, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=1711, - serialized_end=1766, -) - - -_CONTAINERPROTO = _descriptor.Descriptor( - name='ContainerProto', - full_name='ContainerProto', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='cont', full_name='ContainerProto.cont', index=0, - number=1, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - _descriptor.FieldDescriptor( - name='colors', full_name='ContainerProto.colors', index=1, - number=2, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - options=None), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=1768, - serialized_end=1857, -) - -_LINERULEPROTO.fields_by_name['dashdot'].message_type = _DASHDOTPROTO -_LINERULEPROTO.fields_by_name['pathsym'].message_type = _PATHSYMPROTO -_LINERULEPROTO.fields_by_name['join'].enum_type = _LINEJOIN -_LINERULEPROTO.fields_by_name['cap'].enum_type = _LINECAP -_LINEDEFPROTO.fields_by_name['dashdot'].message_type = _DASHDOTPROTO -_LINEDEFPROTO.fields_by_name['pathsym'].message_type = _PATHSYMPROTO -_LINEDEFPROTO.fields_by_name['join'].enum_type = _LINEJOIN -_LINEDEFPROTO.fields_by_name['cap'].enum_type = _LINECAP -_AREARULEPROTO.fields_by_name['border'].message_type = _LINEDEFPROTO -_CAPTIONRULEPROTO.fields_by_name['primary'].message_type = _CAPTIONDEFPROTO -_CAPTIONRULEPROTO.fields_by_name['secondary'].message_type = _CAPTIONDEFPROTO -_CIRCLERULEPROTO.fields_by_name['border'].message_type = _LINEDEFPROTO -_PATHTEXTRULEPROTO.fields_by_name['primary'].message_type = _CAPTIONDEFPROTO -_PATHTEXTRULEPROTO.fields_by_name['secondary'].message_type = _CAPTIONDEFPROTO -_DRAWELEMENTPROTO.fields_by_name['lines'].message_type = _LINERULEPROTO -_DRAWELEMENTPROTO.fields_by_name['area'].message_type = _AREARULEPROTO -_DRAWELEMENTPROTO.fields_by_name['symbol'].message_type = _SYMBOLRULEPROTO -_DRAWELEMENTPROTO.fields_by_name['caption'].message_type = _CAPTIONRULEPROTO -_DRAWELEMENTPROTO.fields_by_name['circle'].message_type = _CIRCLERULEPROTO -_DRAWELEMENTPROTO.fields_by_name['path_text'].message_type = _PATHTEXTRULEPROTO -_DRAWELEMENTPROTO.fields_by_name['shield'].message_type = _SHIELDRULEPROTO -_CLASSIFELEMENTPROTO.fields_by_name['element'].message_type = _DRAWELEMENTPROTO -_COLORSELEMENTPROTO.fields_by_name['value'].message_type = _COLORELEMENTPROTO -_CONTAINERPROTO.fields_by_name['cont'].message_type = _CLASSIFELEMENTPROTO -_CONTAINERPROTO.fields_by_name['colors'].message_type = _COLORSELEMENTPROTO -DESCRIPTOR.message_types_by_name['DashDotProto'] = _DASHDOTPROTO -DESCRIPTOR.message_types_by_name['PathSymProto'] = _PATHSYMPROTO -DESCRIPTOR.message_types_by_name['LineRuleProto'] = _LINERULEPROTO -DESCRIPTOR.message_types_by_name['LineDefProto'] = _LINEDEFPROTO -DESCRIPTOR.message_types_by_name['AreaRuleProto'] = _AREARULEPROTO -DESCRIPTOR.message_types_by_name['SymbolRuleProto'] = _SYMBOLRULEPROTO -DESCRIPTOR.message_types_by_name['CaptionDefProto'] = _CAPTIONDEFPROTO -DESCRIPTOR.message_types_by_name['CaptionRuleProto'] = _CAPTIONRULEPROTO -DESCRIPTOR.message_types_by_name['CircleRuleProto'] = _CIRCLERULEPROTO -DESCRIPTOR.message_types_by_name['PathTextRuleProto'] = _PATHTEXTRULEPROTO -DESCRIPTOR.message_types_by_name['ShieldRuleProto'] = _SHIELDRULEPROTO -DESCRIPTOR.message_types_by_name['DrawElementProto'] = _DRAWELEMENTPROTO -DESCRIPTOR.message_types_by_name['ClassifElementProto'] = _CLASSIFELEMENTPROTO -DESCRIPTOR.message_types_by_name['ColorElementProto'] = _COLORELEMENTPROTO -DESCRIPTOR.message_types_by_name['ColorsElementProto'] = _COLORSELEMENTPROTO -DESCRIPTOR.message_types_by_name['ContainerProto'] = _CONTAINERPROTO -DESCRIPTOR.enum_types_by_name['LineJoin'] = _LINEJOIN -DESCRIPTOR.enum_types_by_name['LineCap'] = _LINECAP -_sym_db.RegisterFileDescriptor(DESCRIPTOR) - -DashDotProto = _reflection.GeneratedProtocolMessageType('DashDotProto', (_message.Message,), dict( - DESCRIPTOR = _DASHDOTPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:DashDotProto) - )) -_sym_db.RegisterMessage(DashDotProto) - -PathSymProto = _reflection.GeneratedProtocolMessageType('PathSymProto', (_message.Message,), dict( - DESCRIPTOR = _PATHSYMPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:PathSymProto) - )) -_sym_db.RegisterMessage(PathSymProto) - -LineRuleProto = _reflection.GeneratedProtocolMessageType('LineRuleProto', (_message.Message,), dict( - DESCRIPTOR = _LINERULEPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:LineRuleProto) - )) -_sym_db.RegisterMessage(LineRuleProto) - -LineDefProto = _reflection.GeneratedProtocolMessageType('LineDefProto', (_message.Message,), dict( - DESCRIPTOR = _LINEDEFPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:LineDefProto) - )) -_sym_db.RegisterMessage(LineDefProto) - -AreaRuleProto = _reflection.GeneratedProtocolMessageType('AreaRuleProto', (_message.Message,), dict( - DESCRIPTOR = _AREARULEPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:AreaRuleProto) - )) -_sym_db.RegisterMessage(AreaRuleProto) - -SymbolRuleProto = _reflection.GeneratedProtocolMessageType('SymbolRuleProto', (_message.Message,), dict( - DESCRIPTOR = _SYMBOLRULEPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:SymbolRuleProto) - )) -_sym_db.RegisterMessage(SymbolRuleProto) - -CaptionDefProto = _reflection.GeneratedProtocolMessageType('CaptionDefProto', (_message.Message,), dict( - DESCRIPTOR = _CAPTIONDEFPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:CaptionDefProto) - )) -_sym_db.RegisterMessage(CaptionDefProto) - -CaptionRuleProto = _reflection.GeneratedProtocolMessageType('CaptionRuleProto', (_message.Message,), dict( - DESCRIPTOR = _CAPTIONRULEPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:CaptionRuleProto) - )) -_sym_db.RegisterMessage(CaptionRuleProto) - -CircleRuleProto = _reflection.GeneratedProtocolMessageType('CircleRuleProto', (_message.Message,), dict( - DESCRIPTOR = _CIRCLERULEPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:CircleRuleProto) - )) -_sym_db.RegisterMessage(CircleRuleProto) - -PathTextRuleProto = _reflection.GeneratedProtocolMessageType('PathTextRuleProto', (_message.Message,), dict( - DESCRIPTOR = _PATHTEXTRULEPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:PathTextRuleProto) - )) -_sym_db.RegisterMessage(PathTextRuleProto) - -ShieldRuleProto = _reflection.GeneratedProtocolMessageType('ShieldRuleProto', (_message.Message,), dict( - DESCRIPTOR = _SHIELDRULEPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:ShieldRuleProto) - )) -_sym_db.RegisterMessage(ShieldRuleProto) - -DrawElementProto = _reflection.GeneratedProtocolMessageType('DrawElementProto', (_message.Message,), dict( - DESCRIPTOR = _DRAWELEMENTPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:DrawElementProto) - )) -_sym_db.RegisterMessage(DrawElementProto) - -ClassifElementProto = _reflection.GeneratedProtocolMessageType('ClassifElementProto', (_message.Message,), dict( - DESCRIPTOR = _CLASSIFELEMENTPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:ClassifElementProto) - )) -_sym_db.RegisterMessage(ClassifElementProto) - -ColorElementProto = _reflection.GeneratedProtocolMessageType('ColorElementProto', (_message.Message,), dict( - DESCRIPTOR = _COLORELEMENTPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:ColorElementProto) - )) -_sym_db.RegisterMessage(ColorElementProto) - -ColorsElementProto = _reflection.GeneratedProtocolMessageType('ColorsElementProto', (_message.Message,), dict( - DESCRIPTOR = _COLORSELEMENTPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:ColorsElementProto) - )) -_sym_db.RegisterMessage(ColorsElementProto) - -ContainerProto = _reflection.GeneratedProtocolMessageType('ContainerProto', (_message.Message,), dict( - DESCRIPTOR = _CONTAINERPROTO, - __module__ = 'indexer.drules_struct_pb2' - # @@protoc_insertion_point(class_scope:ContainerProto) - )) -_sym_db.RegisterMessage(ContainerProto) - - -DESCRIPTOR.has_options = True -DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('H\003')) -# @@protoc_insertion_point(module_scope) diff --git a/tools/python/stylesheet/drules_struct_pb2.py b/tools/python/stylesheet/drules_struct_pb2.py new file mode 120000 index 0000000000..fecbbd34aa --- /dev/null +++ b/tools/python/stylesheet/drules_struct_pb2.py @@ -0,0 +1 @@ +../../kothic/src/drules_struct_pb2.py \ No newline at end of file diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 96a9cc8bb9..7f12590e87 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -3,6 +3,7 @@ OMIM_ROOT = $(PROJECT_DIR)/../.. QT_PATH[arch=x86_64] = /usr/local/opt/qt@5 QT_PATH[arch=arm64] = /opt/homebrew/opt/qt@5 BOOST_ROOT = $(OMIM_ROOT)/3party/boost +PROTOBUF_PATHS = $(OMIM_ROOT)/3party/protobuf/protobuf/third_party/abseil-cpp/ $(OMIM_ROOT)/3party/protobuf/protobuf/src // jansson is included in many libs, and is also used in headers (leaks to other libs) HEADER_SEARCH_PATHS = $(inherited) $(OMIM_ROOT) $(BOOST_ROOT) $(OMIM_ROOT)/3party/jansson $(OMIM_ROOT)/3party/jansson/jansson/src diff --git a/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj b/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj index fa500f0cf0..62d0d6e8c2 100644 --- a/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj +++ b/xcode/drape_frontend/drape_frontend.xcodeproj/project.pbxproj @@ -999,6 +999,10 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "${PROTOBUF_PATHS}", + ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -1007,6 +1011,10 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "${PROTOBUF_PATHS}", + ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; diff --git a/xcode/indexer/indexer.xcodeproj/project.pbxproj b/xcode/indexer/indexer.xcodeproj/project.pbxproj index b2b4dbbbbf..d8cd5209c8 100644 --- a/xcode/indexer/indexer.xcodeproj/project.pbxproj +++ b/xcode/indexer/indexer.xcodeproj/project.pbxproj @@ -1093,6 +1093,10 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "${PROTOBUF_PATHS}", + ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -1101,6 +1105,10 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "${PROTOBUF_PATHS}", + ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; diff --git a/xcode/map/map.xcodeproj/project.pbxproj b/xcode/map/map.xcodeproj/project.pbxproj index c9d2efd6bc..e202b94f04 100644 --- a/xcode/map/map.xcodeproj/project.pbxproj +++ b/xcode/map/map.xcodeproj/project.pbxproj @@ -787,6 +787,10 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "${PROTOBUF_PATHS}", + ); PRODUCT_NAME = "$(TARGET_NAME)"; WARNING_CFLAGS = "-Wno-deprecated-register "; }; @@ -796,6 +800,10 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "${PROTOBUF_PATHS}", + ); PRODUCT_NAME = "$(TARGET_NAME)"; WARNING_CFLAGS = "-Wno-deprecated-register "; }; diff --git a/xcode/protobuf/protobuf.xcodeproj/project.pbxproj b/xcode/protobuf/protobuf.xcodeproj/project.pbxproj index 19e2b8b8b3..e5134dc7a0 100644 --- a/xcode/protobuf/protobuf.xcodeproj/project.pbxproj +++ b/xcode/protobuf/protobuf.xcodeproj/project.pbxproj @@ -7,31 +7,1198 @@ objects = { /* Begin PBXBuildFile section */ - 45B8534D1F13C1340087F8ED /* arena.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8534C1F13C1340087F8ED /* arena.cc */; }; - 45B853541F13C17D0087F8ED /* arenastring.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8534E1F13C17D0087F8ED /* arenastring.cc */; }; - 45B853551F13C17D0087F8ED /* extension_set.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8534F1F13C17D0087F8ED /* extension_set.cc */; }; - 45B853561F13C17D0087F8ED /* generated_message_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853501F13C17D0087F8ED /* generated_message_util.cc */; }; - 45B853571F13C17D0087F8ED /* message_lite.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853511F13C17D0087F8ED /* message_lite.cc */; }; - 45B853581F13C17D0087F8ED /* repeated_field.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853521F13C17D0087F8ED /* repeated_field.cc */; }; - 45B853591F13C17D0087F8ED /* wire_format_lite.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853531F13C17D0087F8ED /* wire_format_lite.cc */; }; - 45B8535D1F13C1B30087F8ED /* coded_stream.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8535A1F13C1B30087F8ED /* coded_stream.cc */; }; - 45B8535E1F13C1B30087F8ED /* zero_copy_stream_impl_lite.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8535B1F13C1B30087F8ED /* zero_copy_stream_impl_lite.cc */; }; - 45B8535F1F13C1B30087F8ED /* zero_copy_stream.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8535C1F13C1B30087F8ED /* zero_copy_stream.cc */; }; - 45B8536E1F13C22E0087F8ED /* atomicops_internals_x86_gcc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853621F13C22E0087F8ED /* atomicops_internals_x86_gcc.cc */; }; - 45B8536F1F13C22E0087F8ED /* bytestream.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853631F13C22E0087F8ED /* bytestream.cc */; }; - 45B853701F13C22E0087F8ED /* common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853641F13C22E0087F8ED /* common.cc */; }; - 45B853711F13C22E0087F8ED /* int128.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853651F13C22E0087F8ED /* int128.cc */; }; - 45B853721F13C22E0087F8ED /* once.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853661F13C22E0087F8ED /* once.cc */; }; - 45B853731F13C22E0087F8ED /* status.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853671F13C22E0087F8ED /* status.cc */; }; - 45B853741F13C22E0087F8ED /* statusor.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853681F13C22E0087F8ED /* statusor.cc */; }; - 45B853751F13C22E0087F8ED /* stringpiece.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853691F13C22E0087F8ED /* stringpiece.cc */; }; - 45B853761F13C22E0087F8ED /* stringprintf.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8536A1F13C22E0087F8ED /* stringprintf.cc */; }; - 45B853771F13C22E0087F8ED /* structurally_valid.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8536B1F13C22E0087F8ED /* structurally_valid.cc */; }; - 45B853781F13C22E0087F8ED /* strutil.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8536C1F13C22E0087F8ED /* strutil.cc */; }; - 45B853791F13C22E0087F8ED /* time.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8536D1F13C22E0087F8ED /* time.cc */; }; + 16488D6B2A683671001BC240 /* range2-neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 16488ABC2A6827B2001BC240 /* range2-neon.c */; }; + 16488D6C2A683671001BC240 /* range2-sse.c in Sources */ = {isa = PBXBuildFile; fileRef = 16488ABD2A6827B2001BC240 /* range2-sse.c */; }; + 16488D802A683744001BC240 /* libutf8_range.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 16488D6A2A6835C8001BC240 /* libutf8_range.a */; }; + 164891DC2A683893001BC240 /* port_undef.inc in Sources */ = {isa = PBXBuildFile; fileRef = 16488B042A682C59001BC240 /* port_undef.inc */; }; + 164891DD2A683893001BC240 /* port_def.inc in Sources */ = {isa = PBXBuildFile; fileRef = 16488B022A682C40001BC240 /* port_def.inc */; }; + 164891DE2A683893001BC240 /* any_lite.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487DEA2A6826F6001BC240 /* any_lite.cc */; }; + 164891DF2A683893001BC240 /* any.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D642A6826F3001BC240 /* any.h */; }; + 164891E02A683893001BC240 /* arena_align.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F4C2A6826F8001BC240 /* arena_align.cc */; }; + 164891E12A683893001BC240 /* arena_align.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487DCC2A6826F5001BC240 /* arena_align.h */; }; + 164891E22A683893001BC240 /* arena_allocation_policy.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F4E2A6826F8001BC240 /* arena_allocation_policy.h */; }; + 164891E32A683893001BC240 /* arena_cleanup.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487DDE2A6826F6001BC240 /* arena_cleanup.h */; }; + 164891E62A683893001BC240 /* arena.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F182A6826F7001BC240 /* arena.h */; }; + 164891E72A683893001BC240 /* arenastring.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487DBD2A6826F5001BC240 /* arenastring.h */; }; + 164891E82A683893001BC240 /* arenaz_sampler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F5E2A6826F9001BC240 /* arenaz_sampler.cc */; }; + 164891E92A683893001BC240 /* arenaz_sampler.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F0B2A6826F6001BC240 /* arenaz_sampler.h */; }; + 164891EA2A683893001BC240 /* descriptor_database.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F392A6826F8001BC240 /* descriptor_database.cc */; }; + 164891EB2A683893001BC240 /* descriptor_database.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D7C2A6826F4001BC240 /* descriptor_database.h */; }; + 164891EC2A683893001BC240 /* descriptor_legacy.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D9B2A6826F4001BC240 /* descriptor_legacy.h */; }; + 164891ED2A683893001BC240 /* descriptor.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487DED2A6826F6001BC240 /* descriptor.cc */; }; + 164891EE2A683893001BC240 /* descriptor.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F112A6826F6001BC240 /* descriptor.h */; }; + 164891EF2A683893001BC240 /* dynamic_message.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487D752A6826F4001BC240 /* dynamic_message.cc */; }; + 164891F02A683893001BC240 /* dynamic_message.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F5C2A6826F9001BC240 /* dynamic_message.h */; }; + 164891F12A683893001BC240 /* endian.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D4F2A6826F3001BC240 /* endian.h */; }; + 164891F22A683893001BC240 /* explicitly_constructed.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F442A6826F8001BC240 /* explicitly_constructed.h */; }; + 164891F32A683893001BC240 /* extension_set_inl.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F242A6826F7001BC240 /* extension_set_inl.h */; }; + 164891F42A683893001BC240 /* extension_set.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487DC52A6826F5001BC240 /* extension_set.h */; }; + 164891F52A683893001BC240 /* field_access_listener.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487DD82A6826F5001BC240 /* field_access_listener.h */; }; + 164891F62A683893001BC240 /* generated_enum_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487D2A2A6826F3001BC240 /* generated_enum_util.cc */; }; + 164891F72A683893001BC240 /* generated_enum_util.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F592A6826F9001BC240 /* generated_enum_util.h */; }; + 164891F82A683893001BC240 /* generated_message_tctable_decl.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D482A6826F3001BC240 /* generated_message_tctable_decl.h */; }; + 164891F92A683893001BC240 /* generated_message_tctable_impl.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D662A6826F3001BC240 /* generated_message_tctable_impl.h */; }; + 164891FA2A683893001BC240 /* generated_message_tctable_lite.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487DE82A6826F6001BC240 /* generated_message_tctable_lite.cc */; }; + 164891FB2A683893001BC240 /* generated_message_util.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D652A6826F3001BC240 /* generated_message_util.h */; }; + 164891FC2A683893001BC240 /* has_bits.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D4E2A6826F3001BC240 /* has_bits.h */; }; + 164891FD2A683893001BC240 /* implicit_weak_message.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F542A6826F8001BC240 /* implicit_weak_message.cc */; }; + 164891FE2A683893001BC240 /* implicit_weak_message.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D6F2A6826F4001BC240 /* implicit_weak_message.h */; }; + 164891FF2A683893001BC240 /* inlined_string_field.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F432A6826F8001BC240 /* inlined_string_field.cc */; }; + 164892002A683893001BC240 /* inlined_string_field.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F3B2A6826F8001BC240 /* inlined_string_field.h */; }; + 164892012A683893001BC240 /* zero_copy_stream_impl.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F642A6826F9001BC240 /* zero_copy_stream_impl.h */; }; + 164892022A683893001BC240 /* zero_copy_stream_impl_lite.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F662A6826F9001BC240 /* zero_copy_stream_impl_lite.cc */; }; + 164892032A683893001BC240 /* zero_copy_stream_impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F692A6826F9001BC240 /* zero_copy_stream_impl.cc */; }; + 164892042A683893001BC240 /* coded_stream.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F6A2A6826F9001BC240 /* coded_stream.cc */; }; + 164892052A683893001BC240 /* zero_copy_stream_impl_lite.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F6E2A6826F9001BC240 /* zero_copy_stream_impl_lite.h */; }; + 164892062A683893001BC240 /* zero_copy_stream.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F732A6826F9001BC240 /* zero_copy_stream.cc */; }; + 164892072A683893001BC240 /* zero_copy_stream.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F782A6826F9001BC240 /* zero_copy_stream.h */; }; + 164892082A683893001BC240 /* io_win32.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F792A6826F9001BC240 /* io_win32.cc */; }; + 164892092A683893001BC240 /* package_info.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F7E2A6826F9001BC240 /* package_info.h */; }; + 1648920A2A683893001BC240 /* io_win32.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F812A6826F9001BC240 /* io_win32.h */; }; + 1648920B2A683893001BC240 /* coded_stream.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F822A6826F9001BC240 /* coded_stream.h */; }; + 1648920D2A683893001BC240 /* map_entry_lite.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D842A6826F4001BC240 /* map_entry_lite.h */; }; + 1648920E2A683893001BC240 /* map_entry.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D9A2A6826F4001BC240 /* map_entry.h */; }; + 1648920F2A683893001BC240 /* map_field_lite.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F532A6826F8001BC240 /* map_field_lite.h */; }; + 164892102A683893001BC240 /* map_type_handler.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D6C2A6826F4001BC240 /* map_type_handler.h */; }; + 164892112A683893001BC240 /* map.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487DD72A6826F5001BC240 /* map.cc */; }; + 164892122A683893001BC240 /* map.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F2C2A6826F7001BC240 /* map.h */; }; + 164892132A683893001BC240 /* message_lite.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F202A6826F7001BC240 /* message_lite.h */; }; + 164892142A683893001BC240 /* metadata_lite.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D602A6826F3001BC240 /* metadata_lite.h */; }; + 164892152A683893001BC240 /* package_info.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D6A2A6826F4001BC240 /* package_info.h */; }; + 164892162A683893001BC240 /* parse_context.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487D5A2A6826F3001BC240 /* parse_context.cc */; }; + 164892172A683893001BC240 /* parse_context.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D522A6826F3001BC240 /* parse_context.h */; }; + 164892182A683893001BC240 /* port.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487D782A6826F4001BC240 /* port.cc */; }; + 164892192A683893001BC240 /* port.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D9D2A6826F5001BC240 /* port.h */; }; + 1648921A2A683893001BC240 /* repeated_field.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487DA12A6826F5001BC240 /* repeated_field.h */; }; + 1648921B2A683893001BC240 /* repeated_ptr_field.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487DA22A6826F5001BC240 /* repeated_ptr_field.cc */; }; + 1648921C2A683893001BC240 /* repeated_ptr_field.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487DCE2A6826F5001BC240 /* repeated_ptr_field.h */; }; + 1648921D2A683893001BC240 /* serial_arena.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D6E2A6826F4001BC240 /* serial_arena.h */; }; + 1648921E2A683893001BC240 /* string_block.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487D292A6826F3001BC240 /* string_block.h */; }; + 1648921F2A683893001BC240 /* string_member_robber.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F5B2A6826F9001BC240 /* string_member_robber.h */; }; + 164892202A683893001BC240 /* port.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F852A6826F9001BC240 /* port.h */; }; + 164892212A683893001BC240 /* common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16487F862A6826F9001BC240 /* common.cc */; }; + 164892222A683893001BC240 /* status_macros.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F872A6826F9001BC240 /* status_macros.h */; }; + 164892232A683893001BC240 /* common.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F882A6826F9001BC240 /* common.h */; }; + 164892242A683893001BC240 /* platform_macros.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F892A6826F9001BC240 /* platform_macros.h */; }; + 164892252A683893001BC240 /* callback.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F8B2A6826F9001BC240 /* callback.h */; }; + 164892262A683893001BC240 /* thread_safe_arena.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F3F2A6826F8001BC240 /* thread_safe_arena.h */; }; + 164892272A683893001BC240 /* varint_shuffle.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F362A6826F8001BC240 /* varint_shuffle.h */; }; + 164892282A683893001BC240 /* wire_format_lite.h in Sources */ = {isa = PBXBuildFile; fileRef = 16487F0A2A6826F6001BC240 /* wire_format_lite.h */; }; + 164892292A683893001BC240 /* arena.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8534C1F13C1340087F8ED /* arena.cc */; }; + 1648922A2A683894001BC240 /* arenastring.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8534E1F13C17D0087F8ED /* arenastring.cc */; }; + 1648922B2A683894001BC240 /* extension_set.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B8534F1F13C17D0087F8ED /* extension_set.cc */; }; + 1648922C2A683894001BC240 /* generated_message_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853501F13C17D0087F8ED /* generated_message_util.cc */; }; + 1648922D2A683894001BC240 /* message_lite.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853511F13C17D0087F8ED /* message_lite.cc */; }; + 1648922E2A683894001BC240 /* repeated_field.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853521F13C17D0087F8ED /* repeated_field.cc */; }; + 1648922F2A683894001BC240 /* wire_format_lite.cc in Sources */ = {isa = PBXBuildFile; fileRef = 45B853531F13C17D0087F8ED /* wire_format_lite.cc */; }; + 1648D3E72A684017001BC240 /* naive.c in Sources */ = {isa = PBXBuildFile; fileRef = 16488ACD2A6827B2001BC240 /* naive.c */; }; + 1648D4552A68429C001BC240 /* port_undef.inc in Headers */ = {isa = PBXBuildFile; fileRef = 16488B042A682C59001BC240 /* port_undef.inc */; }; + 1648D4562A68429C001BC240 /* port_def.inc in Headers */ = {isa = PBXBuildFile; fileRef = 16488B022A682C40001BC240 /* port_def.inc */; }; + 1648D4572A68429C001BC240 /* any.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D642A6826F3001BC240 /* any.h */; }; + 1648D4582A68429C001BC240 /* arena_align.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487DCC2A6826F5001BC240 /* arena_align.h */; }; + 1648D4592A68429C001BC240 /* arena_allocation_policy.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F4E2A6826F8001BC240 /* arena_allocation_policy.h */; }; + 1648D45A2A68429C001BC240 /* arena_cleanup.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487DDE2A6826F6001BC240 /* arena_cleanup.h */; }; + 1648D45C2A68429C001BC240 /* arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F182A6826F7001BC240 /* arena.h */; }; + 1648D45D2A68429C001BC240 /* arenastring.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487DBD2A6826F5001BC240 /* arenastring.h */; }; + 1648D45E2A68429C001BC240 /* arenaz_sampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F0B2A6826F6001BC240 /* arenaz_sampler.h */; }; + 1648D45F2A68429C001BC240 /* descriptor_database.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D7C2A6826F4001BC240 /* descriptor_database.h */; }; + 1648D4602A68429C001BC240 /* descriptor_legacy.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D9B2A6826F4001BC240 /* descriptor_legacy.h */; }; + 1648D4612A68429C001BC240 /* descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F112A6826F6001BC240 /* descriptor.h */; }; + 1648D4622A68429C001BC240 /* dynamic_message.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F5C2A6826F9001BC240 /* dynamic_message.h */; }; + 1648D4632A68429C001BC240 /* endian.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D4F2A6826F3001BC240 /* endian.h */; }; + 1648D4642A68429C001BC240 /* explicitly_constructed.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F442A6826F8001BC240 /* explicitly_constructed.h */; }; + 1648D4652A68429C001BC240 /* extension_set_inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F242A6826F7001BC240 /* extension_set_inl.h */; }; + 1648D4662A68429C001BC240 /* extension_set.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487DC52A6826F5001BC240 /* extension_set.h */; }; + 1648D4672A68429C001BC240 /* field_access_listener.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487DD82A6826F5001BC240 /* field_access_listener.h */; }; + 1648D4682A68429C001BC240 /* generated_enum_util.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F592A6826F9001BC240 /* generated_enum_util.h */; }; + 1648D4692A68429C001BC240 /* generated_message_tctable_decl.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D482A6826F3001BC240 /* generated_message_tctable_decl.h */; }; + 1648D46A2A68429C001BC240 /* generated_message_tctable_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D662A6826F3001BC240 /* generated_message_tctable_impl.h */; }; + 1648D46B2A68429C001BC240 /* generated_message_util.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D652A6826F3001BC240 /* generated_message_util.h */; }; + 1648D46C2A68429C001BC240 /* has_bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D4E2A6826F3001BC240 /* has_bits.h */; }; + 1648D46D2A68429C001BC240 /* implicit_weak_message.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D6F2A6826F4001BC240 /* implicit_weak_message.h */; }; + 1648D46E2A68429C001BC240 /* inlined_string_field.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F3B2A6826F8001BC240 /* inlined_string_field.h */; }; + 1648D46F2A68429C001BC240 /* zero_copy_stream_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F642A6826F9001BC240 /* zero_copy_stream_impl.h */; }; + 1648D4702A68429C001BC240 /* zero_copy_stream_impl_lite.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F6E2A6826F9001BC240 /* zero_copy_stream_impl_lite.h */; }; + 1648D4712A68429C001BC240 /* zero_copy_stream.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F782A6826F9001BC240 /* zero_copy_stream.h */; }; + 1648D4722A68429C001BC240 /* package_info.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F7E2A6826F9001BC240 /* package_info.h */; }; + 1648D4732A68429C001BC240 /* io_win32.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F812A6826F9001BC240 /* io_win32.h */; }; + 1648D4742A68429C001BC240 /* coded_stream.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F822A6826F9001BC240 /* coded_stream.h */; }; + 1648D4752A68429C001BC240 /* map_entry_lite.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D842A6826F4001BC240 /* map_entry_lite.h */; }; + 1648D4762A68429C001BC240 /* map_entry.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D9A2A6826F4001BC240 /* map_entry.h */; }; + 1648D4772A68429C001BC240 /* map_field_lite.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F532A6826F8001BC240 /* map_field_lite.h */; }; + 1648D4782A68429C001BC240 /* map_type_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D6C2A6826F4001BC240 /* map_type_handler.h */; }; + 1648D4792A68429C001BC240 /* map.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F2C2A6826F7001BC240 /* map.h */; }; + 1648D47A2A68429C001BC240 /* message_lite.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F202A6826F7001BC240 /* message_lite.h */; }; + 1648D47B2A68429C001BC240 /* metadata_lite.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D602A6826F3001BC240 /* metadata_lite.h */; }; + 1648D47C2A68429C001BC240 /* package_info.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D6A2A6826F4001BC240 /* package_info.h */; }; + 1648D47D2A68429C001BC240 /* parse_context.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D522A6826F3001BC240 /* parse_context.h */; }; + 1648D47E2A68429C001BC240 /* port.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D9D2A6826F5001BC240 /* port.h */; }; + 1648D47F2A68429C001BC240 /* repeated_field.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487DA12A6826F5001BC240 /* repeated_field.h */; }; + 1648D4802A68429C001BC240 /* repeated_ptr_field.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487DCE2A6826F5001BC240 /* repeated_ptr_field.h */; }; + 1648D4812A68429C001BC240 /* serial_arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D6E2A6826F4001BC240 /* serial_arena.h */; }; + 1648D4822A68429C001BC240 /* string_block.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487D292A6826F3001BC240 /* string_block.h */; }; + 1648D4832A68429C001BC240 /* string_member_robber.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F5B2A6826F9001BC240 /* string_member_robber.h */; }; + 1648D4842A68429C001BC240 /* port.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F852A6826F9001BC240 /* port.h */; }; + 1648D4852A68429C001BC240 /* status_macros.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F872A6826F9001BC240 /* status_macros.h */; }; + 1648D4862A68429C001BC240 /* common.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F882A6826F9001BC240 /* common.h */; }; + 1648D4872A68429C001BC240 /* platform_macros.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F892A6826F9001BC240 /* platform_macros.h */; }; + 1648D4882A68429C001BC240 /* callback.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F8B2A6826F9001BC240 /* callback.h */; }; + 1648D4892A68429C001BC240 /* thread_safe_arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F3F2A6826F8001BC240 /* thread_safe_arena.h */; }; + 1648D48A2A68429C001BC240 /* varint_shuffle.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F362A6826F8001BC240 /* varint_shuffle.h */; }; + 1648D48B2A68429C001BC240 /* wire_format_lite.h in Headers */ = {isa = PBXBuildFile; fileRef = 16487F0A2A6826F6001BC240 /* wire_format_lite.h */; }; + 1648D4972A6842CD001BC240 /* cord_analysis.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881C12A68272B001BC240 /* cord_analysis.cc */; }; + 1648D4982A6842CD001BC240 /* numbers.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881C22A68272B001BC240 /* numbers.h */; }; + 1648D49A2A6842CD001BC240 /* match.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881C62A68272B001BC240 /* match.cc */; }; + 1648D49B2A6842CD001BC240 /* cord_analysis.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881C72A68272B001BC240 /* cord_analysis.h */; }; + 1648D49C2A6842CD001BC240 /* cord_buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881CC2A68272B001BC240 /* cord_buffer.cc */; }; + 1648D49D2A6842CD001BC240 /* str_format.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881CE2A68272B001BC240 /* str_format.h */; }; + 1648D49E2A6842CD001BC240 /* str_split.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881D02A68272B001BC240 /* str_split.h */; }; + 1648D49F2A6842CD001BC240 /* stl_type_traits.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881D22A68272B001BC240 /* stl_type_traits.h */; }; + 1648D4A02A6842CD001BC240 /* cord_rep_crc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881D42A68272B001BC240 /* cord_rep_crc.cc */; }; + 1648D4A12A6842CD001BC240 /* charconv_bigint.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881D52A68272B001BC240 /* charconv_bigint.cc */; }; + 1648D4A22A6842CD001BC240 /* cord_rep_btree_reader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881D82A68272B001BC240 /* cord_rep_btree_reader.cc */; }; + 1648D4A32A6842CD001BC240 /* cordz_info.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881D92A68272B001BC240 /* cordz_info.cc */; }; + 1648D4A42A6842CD001BC240 /* cordz_update_tracker.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881DB2A68272B001BC240 /* cordz_update_tracker.h */; }; + 1648D4A62A6842CD001BC240 /* char_map.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881DD2A68272B001BC240 /* char_map.h */; }; + 1648D4A72A6842CD001BC240 /* stringify_sink.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881DE2A68272B001BC240 /* stringify_sink.cc */; }; + 1648D4A82A6842CD001BC240 /* cord_rep_btree.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881E02A68272B001BC240 /* cord_rep_btree.h */; }; + 1648D4A92A6842CD001BC240 /* cord_internal.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881E22A68272B001BC240 /* cord_internal.cc */; }; + 1648D4AA2A6842CD001BC240 /* pow10_helper.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881E32A68272C001BC240 /* pow10_helper.h */; }; + 1648D4AB2A6842CD001BC240 /* damerau_levenshtein_distance.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881E62A68272C001BC240 /* damerau_levenshtein_distance.h */; }; + 1648D4AC2A6842CD001BC240 /* cordz_sample_token.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881E82A68272C001BC240 /* cordz_sample_token.cc */; }; + 1648D4AD2A6842CD001BC240 /* cord_rep_consume.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881E92A68272C001BC240 /* cord_rep_consume.cc */; }; + 1648D4AE2A6842CD001BC240 /* charconv_parse.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881EB2A68272C001BC240 /* charconv_parse.cc */; }; + 1648D4AF2A6842CD001BC240 /* memutil.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881ED2A68272C001BC240 /* memutil.h */; }; + 1648D4B02A6842CD001BC240 /* float_conversion.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881EF2A68272C001BC240 /* float_conversion.h */; }; + 1648D4B12A6842CD001BC240 /* arg.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881F02A68272C001BC240 /* arg.cc */; }; + 1648D4B22A6842CD001BC240 /* float_conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881F12A68272C001BC240 /* float_conversion.cc */; }; + 1648D4B32A6842CD001BC240 /* output.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881F22A68272C001BC240 /* output.cc */; }; + 1648D4B42A6842CD001BC240 /* parser.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881F62A68272C001BC240 /* parser.h */; }; + 1648D4B52A6842CD001BC240 /* arg.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881F72A68272C001BC240 /* arg.h */; }; + 1648D4B62A6842CD001BC240 /* bind.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881F82A68272C001BC240 /* bind.cc */; }; + 1648D4B72A6842CD001BC240 /* parser.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881F92A68272C001BC240 /* parser.cc */; }; + 1648D4B82A6842CD001BC240 /* extension.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164881FA2A68272C001BC240 /* extension.cc */; }; + 1648D4B92A6842CD001BC240 /* output.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881FB2A68272C001BC240 /* output.h */; }; + 1648D4BA2A6842CD001BC240 /* checker.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881FC2A68272C001BC240 /* checker.h */; }; + 1648D4BB2A6842CD001BC240 /* constexpr_parser.h in Sources */ = {isa = PBXBuildFile; fileRef = 164881FD2A68272C001BC240 /* constexpr_parser.h */; }; + 1648D4BC2A6842CD001BC240 /* extension.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882012A68272C001BC240 /* extension.h */; }; + 1648D4BD2A6842CD001BC240 /* bind.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882032A68272C001BC240 /* bind.h */; }; + 1648D4BE2A6842CD001BC240 /* str_join_internal.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882062A68272C001BC240 /* str_join_internal.h */; }; + 1648D4BF2A6842CD001BC240 /* has_absl_stringify.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882072A68272C001BC240 /* has_absl_stringify.h */; }; + 1648D4C02A6842CD001BC240 /* cord_rep_btree_reader.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882082A68272C001BC240 /* cord_rep_btree_reader.h */; }; + 1648D4C12A6842CD001BC240 /* cord_rep_flat.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882092A68272C001BC240 /* cord_rep_flat.h */; }; + 1648D4C22A6842CD001BC240 /* cordz_handle.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648820B2A68272C001BC240 /* cordz_handle.h */; }; + 1648D4C32A6842CD001BC240 /* cordz_functions.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648820C2A68272C001BC240 /* cordz_functions.h */; }; + 1648D4C42A6842CD001BC240 /* cordz_sample_token.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648820D2A68272C001BC240 /* cordz_sample_token.h */; }; + 1648D4C62A6842CD001BC240 /* cord_rep_ring.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648820F2A68272C001BC240 /* cord_rep_ring.cc */; }; + 1648D4C72A6842CD001BC240 /* cordz_handle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882102A68272C001BC240 /* cordz_handle.cc */; }; + 1648D4C82A6842CD001BC240 /* cord_rep_btree_navigator.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882132A68272C001BC240 /* cord_rep_btree_navigator.h */; }; + 1648D4C92A6842CD001BC240 /* charconv_bigint.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882142A68272C001BC240 /* charconv_bigint.h */; }; + 1648D4CA2A6842CD001BC240 /* cord_rep_crc.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882152A68272C001BC240 /* cord_rep_crc.h */; }; + 1648D4CB2A6842CD001BC240 /* memutil.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882162A68272C001BC240 /* memutil.cc */; }; + 1648D4CC2A6842CD001BC240 /* ostringstream.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882172A68272C001BC240 /* ostringstream.cc */; }; + 1648D4CD2A6842CD001BC240 /* pow10_helper.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882182A68272C001BC240 /* pow10_helper.cc */; }; + 1648D4CE2A6842CD001BC240 /* escaping.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882192A68272C001BC240 /* escaping.h */; }; + 1648D4CF2A6842CD001BC240 /* cordz_statistics.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648821A2A68272C001BC240 /* cordz_statistics.h */; }; + 1648D4D02A6842CD001BC240 /* utf8.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648821D2A68272C001BC240 /* utf8.cc */; }; + 1648D4D12A6842CD001BC240 /* cord_rep_ring_reader.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648821F2A68272C001BC240 /* cord_rep_ring_reader.h */; }; + 1648D4D22A6842CD001BC240 /* cordz_info.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882202A68272C001BC240 /* cordz_info.h */; }; + 1648D4D32A6842CD001BC240 /* resize_uninitialized.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882212A68272C001BC240 /* resize_uninitialized.h */; }; + 1648D4D42A6842CD001BC240 /* cord_data_edge.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882232A68272C001BC240 /* cord_data_edge.h */; }; + 1648D4D52A6842CD001BC240 /* ostringstream.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882242A68272C001BC240 /* ostringstream.h */; }; + 1648D4D62A6842CD001BC240 /* stringify_sink.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882262A68272C001BC240 /* stringify_sink.h */; }; + 1648D4D72A6842CD001BC240 /* string_constant.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882272A68272C001BC240 /* string_constant.h */; }; + 1648D4D82A6842CD001BC240 /* damerau_levenshtein_distance.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882282A68272C001BC240 /* damerau_levenshtein_distance.cc */; }; + 1648D4D92A6842CD001BC240 /* cord_internal.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648822A2A68272C001BC240 /* cord_internal.h */; }; + 1648D4DA2A6842CD001BC240 /* charconv_parse.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648822B2A68272C001BC240 /* charconv_parse.h */; }; + 1648D4DB2A6842CD001BC240 /* cord_rep_consume.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648822C2A68272C001BC240 /* cord_rep_consume.h */; }; + 1648D4DC2A6842CD001BC240 /* cordz_functions.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648822F2A68272C001BC240 /* cordz_functions.cc */; }; + 1648D4DD2A6842CD001BC240 /* cord_rep_btree_navigator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882312A68272C001BC240 /* cord_rep_btree_navigator.cc */; }; + 1648D4DF2A6842CD001BC240 /* cordz_update_scope.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882332A68272C001BC240 /* cordz_update_scope.h */; }; + 1648D4E02A6842CD001BC240 /* utf8.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882342A68272C001BC240 /* utf8.h */; }; + 1648D4E12A6842CD001BC240 /* escaping.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882352A68272C001BC240 /* escaping.cc */; }; + 1648D4E22A6842CD001BC240 /* cord_rep_btree.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882362A68272C001BC240 /* cord_rep_btree.cc */; }; + 1648D4E32A6842CD001BC240 /* str_split_internal.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882372A68272C001BC240 /* str_split_internal.h */; }; + 1648D4E42A6842CD001BC240 /* cord_rep_ring.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882382A68272C001BC240 /* cord_rep_ring.h */; }; + 1648D4E62A6842CD001BC240 /* str_replace.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648823A2A68272C001BC240 /* str_replace.h */; }; + 1648D4E72A6842CD001BC240 /* string_view.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648823B2A68272C001BC240 /* string_view.cc */; }; + 1648D4E82A6842CD001BC240 /* str_join.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648823C2A68272C001BC240 /* str_join.h */; }; + 1648D4E92A6842CD001BC240 /* str_cat.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648823D2A68272C001BC240 /* str_cat.cc */; }; + 1648D4EA2A6842CD001BC240 /* cord_buffer.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648823E2A68272C001BC240 /* cord_buffer.h */; }; + 1648D4EC2A6842CD001BC240 /* ascii.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882422A68272C001BC240 /* ascii.h */; }; + 1648D4EF2A6842CD001BC240 /* cord.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882452A68272C001BC240 /* cord.cc */; }; + 1648D4F02A6842CD001BC240 /* escaping.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882462A68272C001BC240 /* escaping.h */; }; + 1648D4F12A6842CD001BC240 /* charconv.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882472A68272C001BC240 /* charconv.h */; }; + 1648D4F42A6842CD001BC240 /* match.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648824A2A68272C001BC240 /* match.h */; }; + 1648D4F62A6842CD001BC240 /* ascii.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648824E2A68272C001BC240 /* ascii.cc */; }; + 1648D4F72A6842CD001BC240 /* numbers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648824F2A68272C001BC240 /* numbers.cc */; }; + 1648D4F82A6842CD001BC240 /* charconv.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882502A68272C001BC240 /* charconv.cc */; }; + 1648D4FA2A6842CD001BC240 /* strip.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882532A68272C001BC240 /* strip.h */; }; + 1648D4FB2A6842CD001BC240 /* str_split.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882572A68272C001BC240 /* str_split.cc */; }; + 1648D4FC2A6842CD001BC240 /* cord.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648825A2A68272C001BC240 /* cord.h */; }; + 1648D4FD2A6842CD001BC240 /* substitute.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648825C2A68272C001BC240 /* substitute.cc */; }; + 1648D4FE2A6842CD001BC240 /* substitute.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648825D2A68272C001BC240 /* substitute.h */; }; + 1648D4FF2A6842CD001BC240 /* escaping.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882612A68272C001BC240 /* escaping.cc */; }; + 1648D5002A6842CD001BC240 /* string_view.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882622A68272C001BC240 /* string_view.h */; }; + 1648D5012A6842CD001BC240 /* str_replace.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882632A68272C001BC240 /* str_replace.cc */; }; + 1648D5022A6842CD001BC240 /* str_cat.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882642A68272C001BC240 /* str_cat.h */; }; + 1648D5032A6842CD001BC240 /* bad_variant_access.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882692A68272C001BC240 /* bad_variant_access.h */; }; + 1648D5042A6842CD001BC240 /* bad_any_cast.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648826B2A68272C001BC240 /* bad_any_cast.h */; }; + 1648D5062A6842CD001BC240 /* bad_any_cast.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648826E2A68272C001BC240 /* bad_any_cast.cc */; }; + 1648D5072A6842CD001BC240 /* transform_args.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882702A68272C001BC240 /* transform_args.h */; }; + 1648D5082A6842CD001BC240 /* optional.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882752A68272C001BC240 /* optional.h */; }; + 1648D5092A6842CD001BC240 /* parentheses.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882762A68272C001BC240 /* parentheses.h */; }; + 1648D50A2A6842CD001BC240 /* span.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882782A68272C001BC240 /* span.h */; }; + 1648D50B2A6842CD001BC240 /* variant.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648827A2A68272C001BC240 /* variant.h */; }; + 1648D50C2A6842CD001BC240 /* optional.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648827C2A68272C001BC240 /* optional.h */; }; + 1648D50D2A6842CD001BC240 /* bad_optional_access.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648827D2A68272C001BC240 /* bad_optional_access.h */; }; + 1648D50E2A6842CD001BC240 /* compare.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648827F2A68272C001BC240 /* compare.h */; }; + 1648D50F2A6842CD001BC240 /* bad_optional_access.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882802A68272C001BC240 /* bad_optional_access.cc */; }; + 1648D5102A6842CD001BC240 /* span.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882822A68272C001BC240 /* span.h */; }; + 1648D5112A6842CD001BC240 /* bad_variant_access.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882842A68272C001BC240 /* bad_variant_access.cc */; }; + 1648D5122A6842CD001BC240 /* any.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882852A68272C001BC240 /* any.h */; }; + 1648D5132A6842CD001BC240 /* variant.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882872A68272C001BC240 /* variant.h */; }; + 1648D5142A6842CD001BC240 /* commandlineflag.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648828A2A68272C001BC240 /* commandlineflag.h */; }; + 1648D5152A6842CD001BC240 /* declare.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648828B2A68272C001BC240 /* declare.h */; }; + 1648D5162A6842CD001BC240 /* parse.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648828D2A68272C001BC240 /* parse.cc */; }; + 1648D5182A6842CD001BC240 /* usage.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882912A68272C001BC240 /* usage.cc */; }; + 1648D5192A6842CD001BC240 /* config.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882922A68272C001BC240 /* config.h */; }; + 1648D51A2A6842CD001BC240 /* parse.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882942A68272C001BC240 /* parse.h */; }; + 1648D51B2A6842CD001BC240 /* flag.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882952A68272C001BC240 /* flag.h */; }; + 1648D51C2A6842CD001BC240 /* commandlineflag.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882972A68272C001BC240 /* commandlineflag.h */; }; + 1648D51D2A6842CD001BC240 /* private_handle_accessor.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882982A68272C001BC240 /* private_handle_accessor.cc */; }; + 1648D51E2A6842CD001BC240 /* usage.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648829A2A68272C001BC240 /* usage.cc */; }; + 1648D51F2A6842CD001BC240 /* parse.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648829C2A68272C001BC240 /* parse.h */; }; + 1648D5202A6842CD001BC240 /* flag.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648829D2A68272C001BC240 /* flag.h */; }; + 1648D5212A6842CD001BC240 /* program_name.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648829E2A68272C001BC240 /* program_name.cc */; }; + 1648D5222A6842CD001BC240 /* program_name.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648829F2A68272C001BC240 /* program_name.h */; }; + 1648D5232A6842CD001BC240 /* registry.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882A02A68272C001BC240 /* registry.h */; }; + 1648D5242A6842CD001BC240 /* path_util.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882A12A68272C001BC240 /* path_util.h */; }; + 1648D5252A6842CD001BC240 /* private_handle_accessor.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882A32A68272C001BC240 /* private_handle_accessor.h */; }; + 1648D5262A6842CD001BC240 /* flag.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882A52A68272C001BC240 /* flag.cc */; }; + 1648D5272A6842CD001BC240 /* sequence_lock.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882A62A68272C001BC240 /* sequence_lock.h */; }; + 1648D5282A6842CD001BC240 /* usage.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882A82A68272C001BC240 /* usage.h */; }; + 1648D5292A6842CD001BC240 /* commandlineflag.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882A92A68272C001BC240 /* commandlineflag.cc */; }; + 1648D52A2A6842CD001BC240 /* marshalling.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882AA2A68272C001BC240 /* marshalling.h */; }; + 1648D52B2A6842CD001BC240 /* usage_config.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882AE2A68272C001BC240 /* usage_config.cc */; }; + 1648D52D2A6842CD001BC240 /* flag.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882B32A68272C001BC240 /* flag.cc */; }; + 1648D52E2A6842CD001BC240 /* marshalling.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882B42A68272C001BC240 /* marshalling.cc */; }; + 1648D52F2A6842CD001BC240 /* usage_config.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882B62A68272C001BC240 /* usage_config.h */; }; + 1648D5302A6842CD001BC240 /* usage.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882B72A68272C001BC240 /* usage.h */; }; + 1648D5312A6842CD001BC240 /* commandlineflag.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882B92A68272C001BC240 /* commandlineflag.cc */; }; + 1648D5322A6842CD001BC240 /* memory.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882BE2A68272C001BC240 /* memory.h */; }; + 1648D5332A6842CD001BC240 /* blocking_counter.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882C02A68272C001BC240 /* blocking_counter.h */; }; + 1648D5342A6842CD001BC240 /* blocking_counter.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882C22A68272C001BC240 /* blocking_counter.cc */; }; + 1648D5352A6842CD001BC240 /* notification.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882C32A68272C001BC240 /* notification.h */; }; + 1648D5362A6842CD001BC240 /* mutex.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882C42A68272C001BC240 /* mutex.cc */; }; + 1648D5372A6842CD001BC240 /* barrier.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882C72A68272C001BC240 /* barrier.h */; }; + 1648D53A2A6842CD001BC240 /* per_thread_sem.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882CC2A68272C001BC240 /* per_thread_sem.cc */; }; + 1648D53B2A6842CD001BC240 /* per_thread_sem.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882CE2A68272C001BC240 /* per_thread_sem.h */; }; + 1648D53C2A6842CD001BC240 /* futex.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882CF2A68272C001BC240 /* futex.h */; }; + 1648D53D2A6842CD001BC240 /* graphcycles.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882D02A68272C001BC240 /* graphcycles.h */; }; + 1648D53E2A6842CD001BC240 /* waiter.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882D12A68272C001BC240 /* waiter.h */; }; + 1648D53F2A6842CD001BC240 /* thread_pool.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882D32A68272C001BC240 /* thread_pool.h */; }; + 1648D5402A6842CD001BC240 /* create_thread_identity.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882D42A68272C001BC240 /* create_thread_identity.cc */; }; + 1648D5412A6842CD001BC240 /* waiter.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882D52A68272C001BC240 /* waiter.cc */; }; + 1648D5422A6842CD001BC240 /* create_thread_identity.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882D62A68272C001BC240 /* create_thread_identity.h */; }; + 1648D5432A6842CD001BC240 /* kernel_timeout.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882D72A68272C001BC240 /* kernel_timeout.h */; }; + 1648D5442A6842CD001BC240 /* graphcycles.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882D82A68272C001BC240 /* graphcycles.cc */; }; + 1648D5452A6842CD001BC240 /* barrier.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882D92A68272C001BC240 /* barrier.cc */; }; + 1648D5472A6842CD001BC240 /* notification.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882DC2A68272C001BC240 /* notification.cc */; }; + 1648D5482A6842CD001BC240 /* mutex.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882DF2A68272C001BC240 /* mutex.h */; }; + 1648D5492A6842CD001BC240 /* low_level_hash.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882E72A68272C001BC240 /* low_level_hash.cc */; }; + 1648D54A2A6842CD001BC240 /* hash.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882E82A68272C001BC240 /* hash.cc */; }; + 1648D54B2A6842CD001BC240 /* spy_hash_state.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882E92A68272C001BC240 /* spy_hash_state.h */; }; + 1648D54C2A6842CD001BC240 /* low_level_hash.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882EA2A68272C001BC240 /* low_level_hash.h */; }; + 1648D54D2A6842CD001BC240 /* print_hash_of.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882EB2A68272C001BC240 /* print_hash_of.cc */; }; + 1648D54E2A6842CD001BC240 /* city.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882EC2A68272C001BC240 /* city.h */; }; + 1648D54F2A6842CD001BC240 /* city.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882ED2A68272C001BC240 /* city.cc */; }; + 1648D5502A6842CD001BC240 /* hash.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882EE2A68272C001BC240 /* hash.h */; }; + 1648D5522A6842CD001BC240 /* hash.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882F32A68272C001BC240 /* hash.h */; }; + 1648D5532A6842CD001BC240 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164882FD2A68272C001BC240 /* symbolize.cc */; }; + 1648D5542A6842CD001BC240 /* failure_signal_handler.h in Sources */ = {isa = PBXBuildFile; fileRef = 164882FE2A68272C001BC240 /* failure_signal_handler.h */; }; + 1648D5552A6842CD001BC240 /* failure_signal_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883002A68272C001BC240 /* failure_signal_handler.cc */; }; + 1648D5562A6842CD001BC240 /* stacktrace.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883012A68272C001BC240 /* stacktrace.h */; }; + 1648D5572A6842CD001BC240 /* symbolize.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883022A68272C001BC240 /* symbolize.h */; }; + 1648D5582A6842CD001BC240 /* leak_check.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883032A68272C001BC240 /* leak_check.h */; }; + 1648D5592A6842CD001BC240 /* stacktrace_config.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883052A68272C001BC240 /* stacktrace_config.h */; }; + 1648D55A2A6842CD001BC240 /* examine_stack.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883072A68272C001BC240 /* examine_stack.h */; }; + 1648D55B2A6842CD001BC240 /* examine_stack.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883082A68272C001BC240 /* examine_stack.cc */; }; + 1648D55C2A6842CD001BC240 /* vdso_support.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883092A68272C001BC240 /* vdso_support.cc */; }; + 1648D55D2A6842CD001BC240 /* stack_consumption.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648830C2A68272C001BC240 /* stack_consumption.cc */; }; + 1648D55E2A6842CD001BC240 /* demangle.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648830D2A68272C001BC240 /* demangle.h */; }; + 1648D55F2A6842CD001BC240 /* symbolize.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648830E2A68272C001BC240 /* symbolize.h */; }; + 1648D5602A6842CD001BC240 /* address_is_readable.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883102A68272C001BC240 /* address_is_readable.h */; }; + 1648D5612A6842CD001BC240 /* stack_consumption.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883112A68272C001BC240 /* stack_consumption.h */; }; + 1648D5622A6842CD001BC240 /* address_is_readable.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883122A68272C001BC240 /* address_is_readable.cc */; }; + 1648D5632A6842CD001BC240 /* elf_mem_image.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883152A68272C001BC240 /* elf_mem_image.h */; }; + 1648D5642A6842CD001BC240 /* elf_mem_image.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883162A68272C001BC240 /* elf_mem_image.cc */; }; + 1648D5652A6842CD001BC240 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883182A68272C001BC240 /* demangle.cc */; }; + 1648D5662A6842CD001BC240 /* vdso_support.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648831D2A68272C001BC240 /* vdso_support.h */; }; + 1648D5672A6842CD001BC240 /* leak_check.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883262A68272C001BC240 /* leak_check.cc */; }; + 1648D5682A6842CD001BC240 /* stacktrace.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883272A68272C001BC240 /* stacktrace.cc */; }; + 1648D56A2A6842CD001BC240 /* crc32c_inline.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648832F2A68272C001BC240 /* crc32c_inline.h */; }; + 1648D56B2A6842CD001BC240 /* crc_cord_state.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883302A68272C001BC240 /* crc_cord_state.h */; }; + 1648D56C2A6842CD001BC240 /* non_temporal_memcpy.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883312A68272C001BC240 /* non_temporal_memcpy.h */; }; + 1648D56D2A6842CD001BC240 /* crc_memcpy.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883322A68272C001BC240 /* crc_memcpy.h */; }; + 1648D56E2A6842CD001BC240 /* crc_x86_arm_combined.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883332A68272C001BC240 /* crc_x86_arm_combined.cc */; }; + 1648D56F2A6842CD001BC240 /* crc.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883342A68272C001BC240 /* crc.h */; }; + 1648D5702A6842CD001BC240 /* crc_cord_state.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883352A68272C001BC240 /* crc_cord_state.cc */; }; + 1648D5712A6842CD001BC240 /* crc_internal.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883362A68272C001BC240 /* crc_internal.h */; }; + 1648D5722A6842CD001BC240 /* crc_memcpy_fallback.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883372A68272C001BC240 /* crc_memcpy_fallback.cc */; }; + 1648D5732A6842CD001BC240 /* non_temporal_arm_intrinsics.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883382A68272C001BC240 /* non_temporal_arm_intrinsics.h */; }; + 1648D5742A6842CD001BC240 /* crc32_x86_arm_combined_simd.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648833B2A68272C001BC240 /* crc32_x86_arm_combined_simd.h */; }; + 1648D5752A6842CD001BC240 /* crc32c.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648833C2A68272C001BC240 /* crc32c.h */; }; + 1648D5762A6842CD001BC240 /* cpu_detect.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648833D2A68272C001BC240 /* cpu_detect.h */; }; + 1648D5772A6842CD001BC240 /* cpu_detect.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648833E2A68272C001BC240 /* cpu_detect.cc */; }; + 1648D5782A6842CD001BC240 /* crc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648833F2A68272C001BC240 /* crc.cc */; }; + 1648D5792A6842CD001BC240 /* crc_non_temporal_memcpy.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883402A68272C001BC240 /* crc_non_temporal_memcpy.cc */; }; + 1648D57A2A6842CD001BC240 /* crc_memcpy_x86_64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883422A68272C001BC240 /* crc_memcpy_x86_64.cc */; }; + 1648D57B2A6842CD001BC240 /* crc32c.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883432A68272C001BC240 /* crc32c.cc */; }; + 1648D57C2A6842CD001BC240 /* crc32c.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883452A68272C001BC240 /* crc32c.h */; }; + 1648D57E2A6842CD001BC240 /* type_traits.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648834B2A68272C001BC240 /* type_traits.h */; }; + 1648D57F2A6842CD001BC240 /* status_payload_printer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648834D2A68272C001BC240 /* status_payload_printer.cc */; }; + 1648D5802A6842CD001BC240 /* status.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648834E2A68272C001BC240 /* status.cc */; }; + 1648D5812A6842CD001BC240 /* status.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883502A68272C001BC240 /* status.h */; }; + 1648D5822A6842CD001BC240 /* status_payload_printer.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883512A68272C001BC240 /* status_payload_printer.h */; }; + 1648D5832A6842CD001BC240 /* statusor.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883522A68272C001BC240 /* statusor.h */; }; + 1648D5842A6842CD001BC240 /* status_internal.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883542A68272C001BC240 /* status_internal.h */; }; + 1648D5852A6842CD001BC240 /* statusor_internal.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883552A68272C001BC240 /* statusor_internal.h */; }; + 1648D5862A6842CD001BC240 /* statusor.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164883562A68272C001BC240 /* statusor.cc */; }; + 1648D5872A6842CD001BC240 /* algorithm.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648835C2A68272C001BC240 /* algorithm.h */; }; + 1648D5882A6842CD001BC240 /* container.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648835E2A68272C001BC240 /* container.h */; }; + 1648D58A2A6842CD001BC240 /* time.h in Sources */ = {isa = PBXBuildFile; fileRef = 164883632A68272C001BC240 /* time.h */; }; + 1648D58E2A6842CD001BC240 /* civil_time.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885E02A68272D001BC240 /* civil_time.h */; }; + 1648D58F2A6842CD001BC240 /* time_zone.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885E12A68272D001BC240 /* time_zone.h */; }; + 1648D5902A6842CD001BC240 /* zone_info_source.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885E22A68272D001BC240 /* zone_info_source.h */; }; + 1648D5912A6842CD001BC240 /* civil_time_detail.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885E32A68272D001BC240 /* civil_time_detail.h */; }; + 1648D5922A6842CD001BC240 /* time_zone_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885E62A68272D001BC240 /* time_zone_format.cc */; }; + 1648D5932A6842CD001BC240 /* time_zone_fixed.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885E72A68272D001BC240 /* time_zone_fixed.h */; }; + 1648D5942A6842CD001BC240 /* time_zone_if.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885E82A68272D001BC240 /* time_zone_if.h */; }; + 1648D5952A6842CD001BC240 /* time_zone_impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885EA2A68272D001BC240 /* time_zone_impl.cc */; }; + 1648D5972A6842CD001BC240 /* time_zone_lookup.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885EC2A68272D001BC240 /* time_zone_lookup.cc */; }; + 1648D5982A6842CD001BC240 /* time_zone_info.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885ED2A68272D001BC240 /* time_zone_info.cc */; }; + 1648D5992A6842CD001BC240 /* time_zone_if.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885EE2A68272D001BC240 /* time_zone_if.cc */; }; + 1648D59A2A6842CD001BC240 /* time_zone_fixed.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885F02A68272D001BC240 /* time_zone_fixed.cc */; }; + 1648D59B2A6842CD001BC240 /* zone_info_source.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885F12A68272D001BC240 /* zone_info_source.cc */; }; + 1648D59C2A6842CD001BC240 /* time_zone_libc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885F22A68272D001BC240 /* time_zone_libc.cc */; }; + 1648D59D2A6842CD001BC240 /* time_zone_posix.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885F32A68272D001BC240 /* time_zone_posix.h */; }; + 1648D59E2A6842CD001BC240 /* tzfile.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885F42A68272D001BC240 /* tzfile.h */; }; + 1648D59F2A6842CD001BC240 /* time_zone_libc.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885F52A68272D001BC240 /* time_zone_libc.h */; }; + 1648D5A02A6842CD001BC240 /* civil_time_detail.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885F62A68272D001BC240 /* civil_time_detail.cc */; }; + 1648D5A12A6842CD001BC240 /* time_zone_info.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885F72A68272D001BC240 /* time_zone_info.h */; }; + 1648D5A22A6842CD001BC240 /* time_zone_impl.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885F82A68272D001BC240 /* time_zone_impl.h */; }; + 1648D5A32A6842CD001BC240 /* time_zone_posix.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885FA2A68272D001BC240 /* time_zone_posix.cc */; }; + 1648D5A42A6842CD001BC240 /* civil_time.h in Sources */ = {isa = PBXBuildFile; fileRef = 164885FC2A68272D001BC240 /* civil_time.h */; }; + 1648D5A52A6842CD001BC240 /* clock.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885FE2A68272D001BC240 /* clock.cc */; }; + 1648D5A62A6842CD001BC240 /* duration.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164885FF2A68272D001BC240 /* duration.cc */; }; + 1648D5A72A6842CD001BC240 /* civil_time.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886002A68272D001BC240 /* civil_time.cc */; }; + 1648D5AA2A6842CD001BC240 /* format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886072A68272D001BC240 /* format.cc */; }; + 1648D5AB2A6842CD001BC240 /* time.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886082A68272D001BC240 /* time.cc */; }; + 1648D5AC2A6842CD001BC240 /* clock.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648860A2A68272D001BC240 /* clock.h */; }; + 1648D5AD2A6842CD001BC240 /* node_hash_map.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648860C2A68272D001BC240 /* node_hash_map.h */; }; + 1648D5AE2A6842CD001BC240 /* flat_hash_map.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648860D2A68272D001BC240 /* flat_hash_map.h */; }; + 1648D5B22A6842CD001BC240 /* fixed_array.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886132A68272D001BC240 /* fixed_array.h */; }; + 1648D5B42A6842CD001BC240 /* compressed_tuple.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648861C2A68272D001BC240 /* compressed_tuple.h */; }; + 1648D5B52A6842CD001BC240 /* btree_container.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648861E2A68272D001BC240 /* btree_container.h */; }; + 1648D5B62A6842CD001BC240 /* container_memory.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648861F2A68272D001BC240 /* container_memory.h */; }; + 1648D5B72A6842CD001BC240 /* raw_hash_set.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886242A68272D001BC240 /* raw_hash_set.h */; }; + 1648D5B82A6842CD001BC240 /* hash_function_defaults.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886252A68272D001BC240 /* hash_function_defaults.h */; }; + 1648D5B92A6842CD001BC240 /* hashtablez_sampler.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886262A68272D001BC240 /* hashtablez_sampler.h */; }; + 1648D5BB2A6842CD001BC240 /* raw_hash_set.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648862A2A68272D001BC240 /* raw_hash_set.cc */; }; + 1648D5BC2A6842CD001BC240 /* hashtable_debug.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648862D2A68272D001BC240 /* hashtable_debug.h */; }; + 1648D5BD2A6842CE001BC240 /* inlined_vector.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648862E2A68272D001BC240 /* inlined_vector.h */; }; + 1648D5BE2A6842CE001BC240 /* raw_hash_map.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648862F2A68272D001BC240 /* raw_hash_map.h */; }; + 1648D5BF2A6842CE001BC240 /* layout.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886332A68272D001BC240 /* layout.h */; }; + 1648D5C02A6842CE001BC240 /* btree.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886342A68272D001BC240 /* btree.h */; }; + 1648D5C12A6842CE001BC240 /* hashtable_debug_hooks.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886352A68272D001BC240 /* hashtable_debug_hooks.h */; }; + 1648D5C22A6842CE001BC240 /* hashtablez_sampler_force_weak_definition.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886362A68272D001BC240 /* hashtablez_sampler_force_weak_definition.cc */; }; + 1648D5C32A6842CE001BC240 /* node_slot_policy.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886372A68272D001BC240 /* node_slot_policy.h */; }; + 1648D5C42A6842CE001BC240 /* hash_policy_traits.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886382A68272D001BC240 /* hash_policy_traits.h */; }; + 1648D5C52A6842CE001BC240 /* common.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648863A2A68272D001BC240 /* common.h */; }; + 1648D5C62A6842CE001BC240 /* common_policy_traits.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648863F2A68272D001BC240 /* common_policy_traits.h */; }; + 1648D5C82A6842CE001BC240 /* tracked.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886422A68272D001BC240 /* tracked.h */; }; + 1648D5C92A6842CE001BC240 /* hashtablez_sampler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886432A68272D001BC240 /* hashtablez_sampler.cc */; }; + 1648D5CA2A6842CE001BC240 /* counting_allocator.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886472A68272D001BC240 /* counting_allocator.h */; }; + 1648D5CB2A6842CE001BC240 /* btree_set.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886492A68272D001BC240 /* btree_set.h */; }; + 1648D5CC2A6842CE001BC240 /* inlined_vector.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648864B2A68272D001BC240 /* inlined_vector.h */; }; + 1648D5CD2A6842CE001BC240 /* btree_map.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648864E2A68272D001BC240 /* btree_map.h */; }; + 1648D5CE2A6842CE001BC240 /* flat_hash_set.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886532A68272D001BC240 /* flat_hash_set.h */; }; + 1648D5CF2A6842CE001BC240 /* node_hash_set.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886552A68272D001BC240 /* node_hash_set.h */; }; + 1648D5D02A6842CE001BC240 /* int128.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886592A68272D001BC240 /* int128.cc */; }; + 1648D5D22A6842CE001BC240 /* representation.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886602A68272D001BC240 /* representation.h */; }; + 1648D5D32A6842CE001BC240 /* bits.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886612A68272D001BC240 /* bits.h */; }; + 1648D5D52A6842CE001BC240 /* int128.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886652A68272D001BC240 /* int128.h */; }; + 1648D5D62A6842CE001BC240 /* bits.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886672A68272D001BC240 /* bits.h */; }; + 1648D5D72A6842CE001BC240 /* cleanup.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886692A68272D001BC240 /* cleanup.h */; }; + 1648D5D82A6842CE001BC240 /* cleanup.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648866D2A68272D001BC240 /* cleanup.h */; }; + 1648D5D92A6842CE001BC240 /* exponential_biased.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886722A68272D001BC240 /* exponential_biased.h */; }; + 1648D5DA2A6842CE001BC240 /* periodic_sampler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886732A68272D001BC240 /* periodic_sampler.cc */; }; + 1648D5DB2A6842CE001BC240 /* sample_recorder.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886762A68272D001BC240 /* sample_recorder.h */; }; + 1648D5DC2A6842CE001BC240 /* periodic_sampler.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886772A68272D001BC240 /* periodic_sampler.h */; }; + 1648D5DD2A6842CE001BC240 /* exponential_biased.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886792A68272D001BC240 /* exponential_biased.cc */; }; + 1648D5DF2A6842CE001BC240 /* structured.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648867F2A68272D001BC240 /* structured.h */; }; + 1648D5E12A6842CE001BC240 /* die_if_null.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886852A68272D001BC240 /* die_if_null.cc */; }; + 1648D5E22A6842CE001BC240 /* absl_log.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886862A68272D001BC240 /* absl_log.h */; }; + 1648D5E32A6842CE001BC240 /* flags.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886872A68272D001BC240 /* flags.h */; }; + 1648D5E52A6842CE001BC240 /* log_sink_registry.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886892A68272D001BC240 /* log_sink_registry.h */; }; + 1648D5E62A6842CE001BC240 /* log_sink.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648868A2A68272D001BC240 /* log_sink.h */; }; + 1648D5E72A6842CE001BC240 /* log_message.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648868E2A68272D001BC240 /* log_message.h */; }; + 1648D5E82A6842CE001BC240 /* log_format.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648868F2A68272D001BC240 /* log_format.h */; }; + 1648D5E92A6842CE001BC240 /* structured.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886902A68272D001BC240 /* structured.h */; }; + 1648D5EA2A6842CE001BC240 /* log_impl.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886922A68272D001BC240 /* log_impl.h */; }; + 1648D5EB2A6842CE001BC240 /* log_sink_set.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886932A68272D001BC240 /* log_sink_set.h */; }; + 1648D5EC2A6842CE001BC240 /* append_truncated.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886942A68272D001BC240 /* append_truncated.h */; }; + 1648D5ED2A6842CE001BC240 /* nullguard.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886952A68272D001BC240 /* nullguard.cc */; }; + 1648D5EE2A6842CE001BC240 /* nullstream.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886962A68272D001BC240 /* nullstream.h */; }; + 1648D5EF2A6842CE001BC240 /* proto.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886972A68272D001BC240 /* proto.h */; }; + 1648D5F02A6842CE001BC240 /* config.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886982A68272D001BC240 /* config.h */; }; + 1648D5F12A6842CE001BC240 /* proto.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886992A68272D001BC240 /* proto.cc */; }; + 1648D5F22A6842CE001BC240 /* check_impl.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648869A2A68272D001BC240 /* check_impl.h */; }; + 1648D5F32A6842CE001BC240 /* log_message.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648869B2A68272D001BC240 /* log_message.cc */; }; + 1648D5F42A6842CE001BC240 /* conditions.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648869D2A68272D001BC240 /* conditions.cc */; }; + 1648D5F52A6842CE001BC240 /* flags.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648869E2A68272D001BC240 /* flags.h */; }; + 1648D5F62A6842CE001BC240 /* globals.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886A22A68272D001BC240 /* globals.h */; }; + 1648D5F72A6842CE001BC240 /* check_op.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886A32A68272D001BC240 /* check_op.h */; }; + 1648D5F82A6842CE001BC240 /* globals.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886A42A68272D001BC240 /* globals.cc */; }; + 1648D5F92A6842CE001BC240 /* strip.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886A72A68272D001BC240 /* strip.h */; }; + 1648D5FA2A6842CE001BC240 /* check_op.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886A92A68272D001BC240 /* check_op.cc */; }; + 1648D5FB2A6842CE001BC240 /* log_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886AA2A68272D001BC240 /* log_format.cc */; }; + 1648D5FC2A6842CE001BC240 /* conditions.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886AB2A68272D001BC240 /* conditions.h */; }; + 1648D5FD2A6842CE001BC240 /* log_sink_set.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886AC2A68272D001BC240 /* log_sink_set.cc */; }; + 1648D5FE2A6842CE001BC240 /* voidify.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886AD2A68272D001BC240 /* voidify.h */; }; + 1648D5FF2A6842CE001BC240 /* nullguard.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886AE2A68272D001BC240 /* nullguard.h */; }; + 1648D6012A6842CE001BC240 /* log_streamer.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886B02A68272D001BC240 /* log_streamer.h */; }; + 1648D6022A6842CE001BC240 /* globals.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886B12A68272D001BC240 /* globals.h */; }; + 1648D6032A6842CE001BC240 /* log_entry.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886B22A68272D001BC240 /* log_entry.h */; }; + 1648D6042A6842CE001BC240 /* globals.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886B42A68272D001BC240 /* globals.cc */; }; + 1648D6052A6842CE001BC240 /* flags.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886B72A68272D001BC240 /* flags.cc */; }; + 1648D6062A6842CE001BC240 /* log.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886B82A68272D001BC240 /* log.h */; }; + 1648D6072A6842CE001BC240 /* check.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886B92A68272D001BC240 /* check.h */; }; + 1648D6082A6842CE001BC240 /* log_entry.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886BA2A68272D001BC240 /* log_entry.cc */; }; + 1648D6092A6842CE001BC240 /* initialize.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886BC2A68272D001BC240 /* initialize.h */; }; + 1648D60A2A6842CE001BC240 /* die_if_null.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886C02A68272D001BC240 /* die_if_null.h */; }; + 1648D60B2A6842CE001BC240 /* absl_check.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886C32A68272D001BC240 /* absl_check.h */; }; + 1648D60C2A6842CE001BC240 /* log_sink.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886C42A68272D001BC240 /* log_sink.cc */; }; + 1648D60D2A6842CE001BC240 /* initialize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886C72A68272D001BC240 /* initialize.cc */; }; + 1648D60E2A6842CE001BC240 /* gaussian_distribution.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886CB2A68272D001BC240 /* gaussian_distribution.cc */; }; + 1648D60F2A6842CE001BC240 /* poisson_distribution.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886D02A68272D001BC240 /* poisson_distribution.h */; }; + 1648D6102A6842CE001BC240 /* discrete_distribution.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886D22A68272D001BC240 /* discrete_distribution.cc */; }; + 1648D6112A6842CE001BC240 /* bit_gen_ref.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886D32A68272D001BC240 /* bit_gen_ref.h */; }; + 1648D6122A6842CE001BC240 /* uniform_int_distribution.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886D62A68272D001BC240 /* uniform_int_distribution.h */; }; + 1648D6132A6842CE001BC240 /* distributions.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886D72A68272D001BC240 /* distributions.h */; }; + 1648D6152A6842CE001BC240 /* uniform_real_distribution.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886DA2A68272D001BC240 /* uniform_real_distribution.h */; }; + 1648D6162A6842CE001BC240 /* seed_gen_exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886DB2A68272D001BC240 /* seed_gen_exception.cc */; }; + 1648D6182A6842CE001BC240 /* bernoulli_distribution.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886E02A68272D001BC240 /* bernoulli_distribution.h */; }; + 1648D6192A6842CE001BC240 /* seed_gen_exception.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886E12A68272D001BC240 /* seed_gen_exception.h */; }; + 1648D61A2A6842CE001BC240 /* gaussian_distribution_gentables.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886E42A68272D001BC240 /* gaussian_distribution_gentables.cc */; }; + 1648D61B2A6842CE001BC240 /* explicit_seed_seq.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886E72A68272D001BC240 /* explicit_seed_seq.h */; }; + 1648D61C2A6842CE001BC240 /* randen_detect.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886E82A68272D001BC240 /* randen_detect.h */; }; + 1648D61D2A6842CE001BC240 /* randen_slow.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886E92A68272D001BC240 /* randen_slow.h */; }; + 1648D61E2A6842CE001BC240 /* fast_uniform_bits.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886EA2A68272D001BC240 /* fast_uniform_bits.h */; }; + 1648D61F2A6842CE001BC240 /* iostream_state_saver.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886EB2A68272D001BC240 /* iostream_state_saver.h */; }; + 1648D6202A6842CE001BC240 /* traits.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886EC2A68272D001BC240 /* traits.h */; }; + 1648D6222A6842CE001BC240 /* nonsecure_base.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886EE2A68272D001BC240 /* nonsecure_base.h */; }; + 1648D6232A6842CE001BC240 /* randen_traits.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886F22A68272D001BC240 /* randen_traits.h */; }; + 1648D6252A6842CE001BC240 /* seed_material.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886F62A68272D001BC240 /* seed_material.cc */; }; + 1648D6262A6842CE001BC240 /* randen_slow.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164886F82A68272D001BC240 /* randen_slow.cc */; }; + 1648D6272A6842CE001BC240 /* fastmath.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886FA2A68272D001BC240 /* fastmath.h */; }; + 1648D6282A6842CE001BC240 /* uniform_helper.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886FB2A68272D001BC240 /* uniform_helper.h */; }; + 1648D6292A6842CE001BC240 /* randen_engine.h in Sources */ = {isa = PBXBuildFile; fileRef = 164886FF2A68272D001BC240 /* randen_engine.h */; }; + 1648D62A2A6842CE001BC240 /* chi_square.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887012A68272D001BC240 /* chi_square.cc */; }; + 1648D62B2A6842CE001BC240 /* randen_hwaes.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887032A68272D001BC240 /* randen_hwaes.h */; }; + 1648D62C2A6842CE001BC240 /* chi_square.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887042A68272D001BC240 /* chi_square.h */; }; + 1648D62D2A6842CE001BC240 /* distribution_caller.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887072A68272D001BC240 /* distribution_caller.h */; }; + 1648D62F2A6842CE001BC240 /* randen.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887092A68272D001BC240 /* randen.cc */; }; + 1648D6302A6842CE001BC240 /* randen_detect.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648870A2A68272D001BC240 /* randen_detect.cc */; }; + 1648D6312A6842CE001BC240 /* seed_material.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648870B2A68272D001BC240 /* seed_material.h */; }; + 1648D6322A6842CE001BC240 /* sequence_urbg.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648870D2A68272D001BC240 /* sequence_urbg.h */; }; + 1648D6342A6842CE001BC240 /* salted_seed_seq.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887102A68272D001BC240 /* salted_seed_seq.h */; }; + 1648D6352A6842CE001BC240 /* randen_round_keys.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887112A68272D001BC240 /* randen_round_keys.cc */; }; + 1648D6362A6842CE001BC240 /* pool_urbg.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887122A68272D001BC240 /* pool_urbg.h */; }; + 1648D6382A6842CE001BC240 /* generate_real.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887142A68272D001BC240 /* generate_real.h */; }; + 1648D6392A6842CE001BC240 /* pcg_engine.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887162A68272D001BC240 /* pcg_engine.h */; }; + 1648D63A2A6842CE001BC240 /* randen_hwaes.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887192A68272D001BC240 /* randen_hwaes.cc */; }; + 1648D63B2A6842CE001BC240 /* pool_urbg.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648871A2A68272D001BC240 /* pool_urbg.cc */; }; + 1648D63C2A6842CE001BC240 /* platform.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648871B2A68272D001BC240 /* platform.h */; }; + 1648D63D2A6842CE001BC240 /* wide_multiply.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648871D2A68272D001BC240 /* wide_multiply.h */; }; + 1648D63E2A6842CE001BC240 /* randen.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648871F2A68272D001BC240 /* randen.h */; }; + 1648D63F2A6842CE001BC240 /* log_uniform_int_distribution.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887202A68272D001BC240 /* log_uniform_int_distribution.h */; }; + 1648D6412A6842CE001BC240 /* seed_sequences.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887242A68272D001BC240 /* seed_sequences.h */; }; + 1648D6422A6842CE001BC240 /* beta_distribution.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887272A68272D001BC240 /* beta_distribution.h */; }; + 1648D6432A6842CE001BC240 /* zipf_distribution.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887282A68272D001BC240 /* zipf_distribution.h */; }; + 1648D6442A6842CE001BC240 /* exponential_distribution.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648872A2A68272D001BC240 /* exponential_distribution.h */; }; + 1648D6452A6842CE001BC240 /* gaussian_distribution.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648872B2A68272D001BC240 /* gaussian_distribution.h */; }; + 1648D6462A6842CE001BC240 /* discrete_distribution.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648872C2A68272D001BC240 /* discrete_distribution.h */; }; + 1648D6472A6842CE001BC240 /* random.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648872E2A68272D001BC240 /* random.h */; }; + 1648D6482A6842CE001BC240 /* seed_sequences.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887302A68272D001BC240 /* seed_sequences.cc */; }; + 1648D6492A6842CE001BC240 /* bind_front.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887322A68272D001BC240 /* bind_front.h */; }; + 1648D64A2A6842CE001BC240 /* function_ref.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887332A68272D001BC240 /* function_ref.h */; }; + 1648D64C2A6842CE001BC240 /* function_ref.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887382A68272D001BC240 /* function_ref.h */; }; + 1648D64D2A6842CE001BC240 /* front_binder.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887392A68272D001BC240 /* front_binder.h */; }; + 1648D64E2A6842CE001BC240 /* any_invocable.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648873A2A68272D001BC240 /* any_invocable.h */; }; + 1648D64F2A6842CE001BC240 /* any_invocable.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648873E2A68272D001BC240 /* any_invocable.h */; }; + 1648D6502A6842CE001BC240 /* policy_checks.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887402A68272D001BC240 /* policy_checks.h */; }; + 1648D6512A6842CE001BC240 /* port.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887422A68272D001BC240 /* port.h */; }; + 1648D6522A6842CE001BC240 /* config.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887452A68272D001BC240 /* config.h */; }; + 1648D6532A6842CE001BC240 /* casts.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648874A2A68272D001BC240 /* casts.h */; }; + 1648D6542A6842CE001BC240 /* spinlock.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648874D2A68272D001BC240 /* spinlock.h */; }; + 1648D6552A6842CE001BC240 /* prefetch.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648874E2A68272D001BC240 /* prefetch.h */; }; + 1648D6562A6842CE001BC240 /* scoped_set_env.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648874F2A68272D001BC240 /* scoped_set_env.h */; }; + 1648D6572A6842CE001BC240 /* spinlock_wait.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887502A68272D001BC240 /* spinlock_wait.cc */; }; + 1648D6582A6842CE001BC240 /* cycleclock.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887512A68272D001BC240 /* cycleclock.cc */; }; + 1648D6592A6842CE001BC240 /* scheduling_mode.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887522A68272D001BC240 /* scheduling_mode.h */; }; + 1648D65A2A6842CE001BC240 /* per_thread_tls.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887532A68272D001BC240 /* per_thread_tls.h */; }; + 1648D65B2A6842CE001BC240 /* strerror.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887542A68272D001BC240 /* strerror.h */; }; + 1648D65C2A6842CE001BC240 /* errno_saver.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887562A68272D001BC240 /* errno_saver.h */; }; + 1648D65E2A6842CE001BC240 /* fast_type_id.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887582A68272D001BC240 /* fast_type_id.h */; }; + 1648D65F2A6842CE001BC240 /* spinlock.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887592A68272D001BC240 /* spinlock.cc */; }; + 1648D6602A6842CE001BC240 /* unscaledcycleclock.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648875C2A68272D001BC240 /* unscaledcycleclock.cc */; }; + 1648D6612A6842CE001BC240 /* endian.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648875D2A68272D001BC240 /* endian.h */; }; + 1648D6642A6842CE001BC240 /* sysinfo.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887612A68272D001BC240 /* sysinfo.h */; }; + 1648D6652A6842CE001BC240 /* tsan_mutex_interface.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887622A68272D001BC240 /* tsan_mutex_interface.h */; }; + 1648D6662A6842CE001BC240 /* thread_identity.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887652A68272D001BC240 /* thread_identity.h */; }; + 1648D6672A6842CE001BC240 /* unaligned_access.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887682A68272D001BC240 /* unaligned_access.h */; }; + 1648D6682A6842CE001BC240 /* scoped_set_env.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887692A68272D001BC240 /* scoped_set_env.cc */; }; + 1648D6692A6842CE001BC240 /* sysinfo.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648876B2A68272D001BC240 /* sysinfo.cc */; }; + 1648D66A2A6842CE001BC240 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648876C2A68272D001BC240 /* raw_logging.cc */; }; + 1648D66B2A6842CE001BC240 /* direct_mmap.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648876D2A68272D001BC240 /* direct_mmap.h */; }; + 1648D66C2A6842CE001BC240 /* unscaledcycleclock.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648876F2A68272D001BC240 /* unscaledcycleclock.h */; }; + 1648D66D2A6842CE001BC240 /* throw_delegate.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887702A68272D001BC240 /* throw_delegate.cc */; }; + 1648D66E2A6842CE001BC240 /* invoke.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887712A68272D001BC240 /* invoke.h */; }; + 1648D66F2A6842CE001BC240 /* pretty_function.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887722A68272D001BC240 /* pretty_function.h */; }; + 1648D6702A6842CE001BC240 /* inline_variable.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887732A68272D001BC240 /* inline_variable.h */; }; + 1648D6712A6842CE001BC240 /* unscaledcycleclock_config.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887742A68272D001BC240 /* unscaledcycleclock_config.h */; }; + 1648D6722A6842CE001BC240 /* cycleclock.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887752A68272D001BC240 /* cycleclock.h */; }; + 1648D6732A6842CE001BC240 /* low_level_alloc.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887762A68272D001BC240 /* low_level_alloc.h */; }; + 1648D6742A6842CE001BC240 /* strerror.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887782A68272D001BC240 /* strerror.cc */; }; + 1648D6752A6842CE001BC240 /* atomic_hook.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648877A2A68272D001BC240 /* atomic_hook.h */; }; + 1648D6762A6842CE001BC240 /* identity.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648877B2A68272D001BC240 /* identity.h */; }; + 1648D6772A6842CE001BC240 /* thread_annotations.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648877E2A68272D001BC240 /* thread_annotations.h */; }; + 1648D6782A6842CE001BC240 /* low_level_scheduling.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887812A68272D001BC240 /* low_level_scheduling.h */; }; + 1648D6792A6842CE001BC240 /* raw_logging.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887822A68272D001BC240 /* raw_logging.h */; }; + 1648D67A2A6842CE001BC240 /* cycleclock_config.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887842A68272D001BC240 /* cycleclock_config.h */; }; + 1648D67B2A6842CE001BC240 /* thread_identity.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887852A68272D001BC240 /* thread_identity.cc */; }; + 1648D67C2A6842CE001BC240 /* throw_delegate.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887862A68272D001BC240 /* throw_delegate.h */; }; + 1648D67D2A6842CE001BC240 /* low_level_alloc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 164887882A68272D001BC240 /* low_level_alloc.cc */; }; + 1648D67E2A6842CE001BC240 /* hide_ptr.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887892A68272D001BC240 /* hide_ptr.h */; }; + 1648D67F2A6842CE001BC240 /* spinlock_wait.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648878C2A68272D001BC240 /* spinlock_wait.h */; }; + 1648D6802A6842CE001BC240 /* dynamic_annotations.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648878D2A68272D001BC240 /* dynamic_annotations.h */; }; + 1648D6812A6842CE001BC240 /* attributes.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887902A68272D001BC240 /* attributes.h */; }; + 1648D6822A6842CE001BC240 /* options.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887912A68272D001BC240 /* options.h */; }; + 1648D6832A6842CE001BC240 /* const_init.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887932A68272D001BC240 /* const_init.h */; }; + 1648D6842A6842CE001BC240 /* macros.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887982A68272D001BC240 /* macros.h */; }; + 1648D6852A6842CE001BC240 /* thread_annotations.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887992A68272D001BC240 /* thread_annotations.h */; }; + 1648D6862A6842CE001BC240 /* log_severity.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1648879A2A68272D001BC240 /* log_severity.cc */; }; + 1648D6872A6842CE001BC240 /* optimization.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648879C2A68272D001BC240 /* optimization.h */; }; + 1648D6882A6842CE001BC240 /* log_severity.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648879D2A68272D001BC240 /* log_severity.h */; }; + 1648D6892A6842CE001BC240 /* call_once.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648879E2A68272D001BC240 /* call_once.h */; }; + 1648D68A2A6842CE001BC240 /* dynamic_annotations.h in Sources */ = {isa = PBXBuildFile; fileRef = 1648879F2A68272D001BC240 /* dynamic_annotations.h */; }; + 1648D68B2A6842CE001BC240 /* utility.h in Sources */ = {isa = PBXBuildFile; fileRef = 164887A52A68272D001BC240 /* utility.h */; }; + 1648D68D2A6843E0001BC240 /* libabsl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1648D4962A6842B2001BC240 /* libabsl.a */; }; + 1648D68E2A6845B4001BC240 /* utf8_validity.cc in Sources */ = {isa = PBXBuildFile; fileRef = 16488ABF2A6827B2001BC240 /* utf8_validity.cc */; }; + 1648D68F2A6845B4001BC240 /* utf8_validity.h in Sources */ = {isa = PBXBuildFile; fileRef = 16488AE52A6827B2001BC240 /* utf8_validity.h */; }; + 1648D6902A6845C0001BC240 /* libabsl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1648D4962A6842B2001BC240 /* libabsl.a */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 16487D292A6826F3001BC240 /* string_block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = string_block.h; path = protobuf/src/google/protobuf/string_block.h; sourceTree = ""; }; + 16487D2A2A6826F3001BC240 /* generated_enum_util.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = generated_enum_util.cc; path = protobuf/src/google/protobuf/generated_enum_util.cc; sourceTree = ""; }; + 16487D482A6826F3001BC240 /* generated_message_tctable_decl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = generated_message_tctable_decl.h; path = protobuf/src/google/protobuf/generated_message_tctable_decl.h; sourceTree = ""; }; + 16487D4E2A6826F3001BC240 /* has_bits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = has_bits.h; path = protobuf/src/google/protobuf/has_bits.h; sourceTree = ""; }; + 16487D4F2A6826F3001BC240 /* endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = endian.h; path = protobuf/src/google/protobuf/endian.h; sourceTree = ""; }; + 16487D522A6826F3001BC240 /* parse_context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parse_context.h; path = protobuf/src/google/protobuf/parse_context.h; sourceTree = ""; }; + 16487D5A2A6826F3001BC240 /* parse_context.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parse_context.cc; path = protobuf/src/google/protobuf/parse_context.cc; sourceTree = ""; }; + 16487D602A6826F3001BC240 /* metadata_lite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = metadata_lite.h; path = protobuf/src/google/protobuf/metadata_lite.h; sourceTree = ""; }; + 16487D642A6826F3001BC240 /* any.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = any.h; path = protobuf/src/google/protobuf/any.h; sourceTree = ""; }; + 16487D652A6826F3001BC240 /* generated_message_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = generated_message_util.h; path = protobuf/src/google/protobuf/generated_message_util.h; sourceTree = ""; }; + 16487D662A6826F3001BC240 /* generated_message_tctable_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = generated_message_tctable_impl.h; path = protobuf/src/google/protobuf/generated_message_tctable_impl.h; sourceTree = ""; }; + 16487D6A2A6826F4001BC240 /* package_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = package_info.h; path = protobuf/src/google/protobuf/package_info.h; sourceTree = ""; }; + 16487D6C2A6826F4001BC240 /* map_type_handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map_type_handler.h; path = protobuf/src/google/protobuf/map_type_handler.h; sourceTree = ""; }; + 16487D6E2A6826F4001BC240 /* serial_arena.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = serial_arena.h; path = protobuf/src/google/protobuf/serial_arena.h; sourceTree = ""; }; + 16487D6F2A6826F4001BC240 /* implicit_weak_message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = implicit_weak_message.h; path = protobuf/src/google/protobuf/implicit_weak_message.h; sourceTree = ""; }; + 16487D752A6826F4001BC240 /* dynamic_message.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic_message.cc; path = protobuf/src/google/protobuf/dynamic_message.cc; sourceTree = ""; }; + 16487D782A6826F4001BC240 /* port.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = port.cc; path = protobuf/src/google/protobuf/port.cc; sourceTree = ""; }; + 16487D7C2A6826F4001BC240 /* descriptor_database.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = descriptor_database.h; path = protobuf/src/google/protobuf/descriptor_database.h; sourceTree = ""; }; + 16487D842A6826F4001BC240 /* map_entry_lite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map_entry_lite.h; path = protobuf/src/google/protobuf/map_entry_lite.h; sourceTree = ""; }; + 16487D9A2A6826F4001BC240 /* map_entry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map_entry.h; path = protobuf/src/google/protobuf/map_entry.h; sourceTree = ""; }; + 16487D9B2A6826F4001BC240 /* descriptor_legacy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = descriptor_legacy.h; path = protobuf/src/google/protobuf/descriptor_legacy.h; sourceTree = ""; }; + 16487D9D2A6826F5001BC240 /* port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = port.h; path = protobuf/src/google/protobuf/port.h; sourceTree = ""; }; + 16487DA12A6826F5001BC240 /* repeated_field.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = repeated_field.h; path = protobuf/src/google/protobuf/repeated_field.h; sourceTree = ""; }; + 16487DA22A6826F5001BC240 /* repeated_ptr_field.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = repeated_ptr_field.cc; path = protobuf/src/google/protobuf/repeated_ptr_field.cc; sourceTree = ""; }; + 16487DBD2A6826F5001BC240 /* arenastring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = arenastring.h; path = protobuf/src/google/protobuf/arenastring.h; sourceTree = ""; }; + 16487DC52A6826F5001BC240 /* extension_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = extension_set.h; path = protobuf/src/google/protobuf/extension_set.h; sourceTree = ""; }; + 16487DCC2A6826F5001BC240 /* arena_align.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = arena_align.h; path = protobuf/src/google/protobuf/arena_align.h; sourceTree = ""; }; + 16487DCE2A6826F5001BC240 /* repeated_ptr_field.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = repeated_ptr_field.h; path = protobuf/src/google/protobuf/repeated_ptr_field.h; sourceTree = ""; }; + 16487DD72A6826F5001BC240 /* map.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = map.cc; path = protobuf/src/google/protobuf/map.cc; sourceTree = ""; }; + 16487DD82A6826F5001BC240 /* field_access_listener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = field_access_listener.h; path = protobuf/src/google/protobuf/field_access_listener.h; sourceTree = ""; }; + 16487DDE2A6826F6001BC240 /* arena_cleanup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = arena_cleanup.h; path = protobuf/src/google/protobuf/arena_cleanup.h; sourceTree = ""; }; + 16487DE82A6826F6001BC240 /* generated_message_tctable_lite.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = generated_message_tctable_lite.cc; path = protobuf/src/google/protobuf/generated_message_tctable_lite.cc; sourceTree = ""; }; + 16487DEA2A6826F6001BC240 /* any_lite.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = any_lite.cc; path = protobuf/src/google/protobuf/any_lite.cc; sourceTree = ""; }; + 16487DED2A6826F6001BC240 /* descriptor.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = descriptor.cc; path = protobuf/src/google/protobuf/descriptor.cc; sourceTree = ""; }; + 16487F0A2A6826F6001BC240 /* wire_format_lite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wire_format_lite.h; path = protobuf/src/google/protobuf/wire_format_lite.h; sourceTree = ""; }; + 16487F0B2A6826F6001BC240 /* arenaz_sampler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = arenaz_sampler.h; path = protobuf/src/google/protobuf/arenaz_sampler.h; sourceTree = ""; }; + 16487F112A6826F6001BC240 /* descriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = descriptor.h; path = protobuf/src/google/protobuf/descriptor.h; sourceTree = ""; }; + 16487F182A6826F7001BC240 /* arena.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = arena.h; path = protobuf/src/google/protobuf/arena.h; sourceTree = ""; }; + 16487F202A6826F7001BC240 /* message_lite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = message_lite.h; path = protobuf/src/google/protobuf/message_lite.h; sourceTree = ""; }; + 16487F242A6826F7001BC240 /* extension_set_inl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = extension_set_inl.h; path = protobuf/src/google/protobuf/extension_set_inl.h; sourceTree = ""; }; + 16487F2C2A6826F7001BC240 /* map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map.h; path = protobuf/src/google/protobuf/map.h; sourceTree = ""; }; + 16487F362A6826F8001BC240 /* varint_shuffle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = varint_shuffle.h; path = protobuf/src/google/protobuf/varint_shuffle.h; sourceTree = ""; }; + 16487F392A6826F8001BC240 /* descriptor_database.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = descriptor_database.cc; path = protobuf/src/google/protobuf/descriptor_database.cc; sourceTree = ""; }; + 16487F3B2A6826F8001BC240 /* inlined_string_field.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = inlined_string_field.h; path = protobuf/src/google/protobuf/inlined_string_field.h; sourceTree = ""; }; + 16487F3F2A6826F8001BC240 /* thread_safe_arena.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = thread_safe_arena.h; path = protobuf/src/google/protobuf/thread_safe_arena.h; sourceTree = ""; }; + 16487F432A6826F8001BC240 /* inlined_string_field.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = inlined_string_field.cc; path = protobuf/src/google/protobuf/inlined_string_field.cc; sourceTree = ""; }; + 16487F442A6826F8001BC240 /* explicitly_constructed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = explicitly_constructed.h; path = protobuf/src/google/protobuf/explicitly_constructed.h; sourceTree = ""; }; + 16487F4C2A6826F8001BC240 /* arena_align.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = arena_align.cc; path = protobuf/src/google/protobuf/arena_align.cc; sourceTree = ""; }; + 16487F4E2A6826F8001BC240 /* arena_allocation_policy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = arena_allocation_policy.h; path = protobuf/src/google/protobuf/arena_allocation_policy.h; sourceTree = ""; }; + 16487F532A6826F8001BC240 /* map_field_lite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map_field_lite.h; path = protobuf/src/google/protobuf/map_field_lite.h; sourceTree = ""; }; + 16487F542A6826F8001BC240 /* implicit_weak_message.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = implicit_weak_message.cc; path = protobuf/src/google/protobuf/implicit_weak_message.cc; sourceTree = ""; }; + 16487F592A6826F9001BC240 /* generated_enum_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = generated_enum_util.h; path = protobuf/src/google/protobuf/generated_enum_util.h; sourceTree = ""; }; + 16487F5B2A6826F9001BC240 /* string_member_robber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = string_member_robber.h; path = protobuf/src/google/protobuf/string_member_robber.h; sourceTree = ""; }; + 16487F5C2A6826F9001BC240 /* dynamic_message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dynamic_message.h; path = protobuf/src/google/protobuf/dynamic_message.h; sourceTree = ""; }; + 16487F5E2A6826F9001BC240 /* arenaz_sampler.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = arenaz_sampler.cc; path = protobuf/src/google/protobuf/arenaz_sampler.cc; sourceTree = ""; }; + 16487F642A6826F9001BC240 /* zero_copy_stream_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zero_copy_stream_impl.h; sourceTree = ""; }; + 16487F662A6826F9001BC240 /* zero_copy_stream_impl_lite.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = zero_copy_stream_impl_lite.cc; sourceTree = ""; }; + 16487F692A6826F9001BC240 /* zero_copy_stream_impl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = zero_copy_stream_impl.cc; sourceTree = ""; }; + 16487F6A2A6826F9001BC240 /* coded_stream.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = coded_stream.cc; sourceTree = ""; }; + 16487F6E2A6826F9001BC240 /* zero_copy_stream_impl_lite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zero_copy_stream_impl_lite.h; sourceTree = ""; }; + 16487F732A6826F9001BC240 /* zero_copy_stream.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = zero_copy_stream.cc; sourceTree = ""; }; + 16487F782A6826F9001BC240 /* zero_copy_stream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zero_copy_stream.h; sourceTree = ""; }; + 16487F792A6826F9001BC240 /* io_win32.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = io_win32.cc; sourceTree = ""; }; + 16487F7E2A6826F9001BC240 /* package_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = package_info.h; sourceTree = ""; }; + 16487F812A6826F9001BC240 /* io_win32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = io_win32.h; sourceTree = ""; }; + 16487F822A6826F9001BC240 /* coded_stream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coded_stream.h; sourceTree = ""; }; + 16487F852A6826F9001BC240 /* port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = port.h; sourceTree = ""; }; + 16487F862A6826F9001BC240 /* common.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common.cc; sourceTree = ""; }; + 16487F872A6826F9001BC240 /* status_macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = status_macros.h; sourceTree = ""; }; + 16487F882A6826F9001BC240 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = ""; }; + 16487F892A6826F9001BC240 /* platform_macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform_macros.h; sourceTree = ""; }; + 16487F8B2A6826F9001BC240 /* callback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = callback.h; sourceTree = ""; }; + 164881C12A68272B001BC240 /* cord_analysis.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cord_analysis.cc; sourceTree = ""; }; + 164881C22A68272B001BC240 /* numbers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numbers.h; sourceTree = ""; }; + 164881C52A68272B001BC240 /* charconv_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = charconv_benchmark.cc; sourceTree = ""; }; + 164881C62A68272B001BC240 /* match.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = match.cc; sourceTree = ""; }; + 164881C72A68272B001BC240 /* cord_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_analysis.h; sourceTree = ""; }; + 164881CC2A68272B001BC240 /* cord_buffer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cord_buffer.cc; sourceTree = ""; }; + 164881CE2A68272B001BC240 /* str_format.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = str_format.h; sourceTree = ""; }; + 164881D02A68272B001BC240 /* str_split.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = str_split.h; sourceTree = ""; }; + 164881D22A68272B001BC240 /* stl_type_traits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stl_type_traits.h; sourceTree = ""; }; + 164881D42A68272B001BC240 /* cord_rep_crc.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cord_rep_crc.cc; sourceTree = ""; }; + 164881D52A68272B001BC240 /* charconv_bigint.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = charconv_bigint.cc; sourceTree = ""; }; + 164881D82A68272B001BC240 /* cord_rep_btree_reader.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cord_rep_btree_reader.cc; sourceTree = ""; }; + 164881D92A68272B001BC240 /* cordz_info.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cordz_info.cc; sourceTree = ""; }; + 164881DB2A68272B001BC240 /* cordz_update_tracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cordz_update_tracker.h; sourceTree = ""; }; + 164881DC2A68272B001BC240 /* memutil_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = memutil_benchmark.cc; sourceTree = ""; }; + 164881DD2A68272B001BC240 /* char_map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = char_map.h; sourceTree = ""; }; + 164881DE2A68272B001BC240 /* stringify_sink.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stringify_sink.cc; sourceTree = ""; }; + 164881E02A68272B001BC240 /* cord_rep_btree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_rep_btree.h; sourceTree = ""; }; + 164881E22A68272B001BC240 /* cord_internal.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cord_internal.cc; sourceTree = ""; }; + 164881E32A68272C001BC240 /* pow10_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pow10_helper.h; sourceTree = ""; }; + 164881E62A68272C001BC240 /* damerau_levenshtein_distance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = damerau_levenshtein_distance.h; sourceTree = ""; }; + 164881E82A68272C001BC240 /* cordz_sample_token.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cordz_sample_token.cc; sourceTree = ""; }; + 164881E92A68272C001BC240 /* cord_rep_consume.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cord_rep_consume.cc; sourceTree = ""; }; + 164881EB2A68272C001BC240 /* charconv_parse.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = charconv_parse.cc; sourceTree = ""; }; + 164881ED2A68272C001BC240 /* memutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memutil.h; sourceTree = ""; }; + 164881EF2A68272C001BC240 /* float_conversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = float_conversion.h; sourceTree = ""; }; + 164881F02A68272C001BC240 /* arg.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = arg.cc; sourceTree = ""; }; + 164881F12A68272C001BC240 /* float_conversion.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = float_conversion.cc; sourceTree = ""; }; + 164881F22A68272C001BC240 /* output.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = output.cc; sourceTree = ""; }; + 164881F62A68272C001BC240 /* parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parser.h; sourceTree = ""; }; + 164881F72A68272C001BC240 /* arg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = arg.h; sourceTree = ""; }; + 164881F82A68272C001BC240 /* bind.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bind.cc; sourceTree = ""; }; + 164881F92A68272C001BC240 /* parser.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parser.cc; sourceTree = ""; }; + 164881FA2A68272C001BC240 /* extension.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = extension.cc; sourceTree = ""; }; + 164881FB2A68272C001BC240 /* output.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = output.h; sourceTree = ""; }; + 164881FC2A68272C001BC240 /* checker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = checker.h; sourceTree = ""; }; + 164881FD2A68272C001BC240 /* constexpr_parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = constexpr_parser.h; sourceTree = ""; }; + 164882012A68272C001BC240 /* extension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = extension.h; sourceTree = ""; }; + 164882032A68272C001BC240 /* bind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bind.h; sourceTree = ""; }; + 164882062A68272C001BC240 /* str_join_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = str_join_internal.h; sourceTree = ""; }; + 164882072A68272C001BC240 /* has_absl_stringify.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = has_absl_stringify.h; sourceTree = ""; }; + 164882082A68272C001BC240 /* cord_rep_btree_reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_rep_btree_reader.h; sourceTree = ""; }; + 164882092A68272C001BC240 /* cord_rep_flat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_rep_flat.h; sourceTree = ""; }; + 1648820B2A68272C001BC240 /* cordz_handle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cordz_handle.h; sourceTree = ""; }; + 1648820C2A68272C001BC240 /* cordz_functions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cordz_functions.h; sourceTree = ""; }; + 1648820D2A68272C001BC240 /* cordz_sample_token.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cordz_sample_token.h; sourceTree = ""; }; + 1648820E2A68272C001BC240 /* ostringstream_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ostringstream_benchmark.cc; sourceTree = ""; }; + 1648820F2A68272C001BC240 /* cord_rep_ring.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cord_rep_ring.cc; sourceTree = ""; }; + 164882102A68272C001BC240 /* cordz_handle.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cordz_handle.cc; sourceTree = ""; }; + 164882132A68272C001BC240 /* cord_rep_btree_navigator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_rep_btree_navigator.h; sourceTree = ""; }; + 164882142A68272C001BC240 /* charconv_bigint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = charconv_bigint.h; sourceTree = ""; }; + 164882152A68272C001BC240 /* cord_rep_crc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_rep_crc.h; sourceTree = ""; }; + 164882162A68272C001BC240 /* memutil.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = memutil.cc; sourceTree = ""; }; + 164882172A68272C001BC240 /* ostringstream.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ostringstream.cc; sourceTree = ""; }; + 164882182A68272C001BC240 /* pow10_helper.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pow10_helper.cc; sourceTree = ""; }; + 164882192A68272C001BC240 /* escaping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = escaping.h; sourceTree = ""; }; + 1648821A2A68272C001BC240 /* cordz_statistics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cordz_statistics.h; sourceTree = ""; }; + 1648821D2A68272C001BC240 /* utf8.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utf8.cc; sourceTree = ""; }; + 1648821F2A68272C001BC240 /* cord_rep_ring_reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_rep_ring_reader.h; sourceTree = ""; }; + 164882202A68272C001BC240 /* cordz_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cordz_info.h; sourceTree = ""; }; + 164882212A68272C001BC240 /* resize_uninitialized.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resize_uninitialized.h; sourceTree = ""; }; + 164882232A68272C001BC240 /* cord_data_edge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_data_edge.h; sourceTree = ""; }; + 164882242A68272C001BC240 /* ostringstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ostringstream.h; sourceTree = ""; }; + 164882262A68272C001BC240 /* stringify_sink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stringify_sink.h; sourceTree = ""; }; + 164882272A68272C001BC240 /* string_constant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string_constant.h; sourceTree = ""; }; + 164882282A68272C001BC240 /* damerau_levenshtein_distance.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = damerau_levenshtein_distance.cc; sourceTree = ""; }; + 1648822A2A68272C001BC240 /* cord_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_internal.h; sourceTree = ""; }; + 1648822B2A68272C001BC240 /* charconv_parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = charconv_parse.h; sourceTree = ""; }; + 1648822C2A68272C001BC240 /* cord_rep_consume.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_rep_consume.h; sourceTree = ""; }; + 1648822F2A68272C001BC240 /* cordz_functions.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cordz_functions.cc; sourceTree = ""; }; + 164882312A68272C001BC240 /* cord_rep_btree_navigator.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cord_rep_btree_navigator.cc; sourceTree = ""; }; + 164882322A68272C001BC240 /* char_map_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = char_map_benchmark.cc; sourceTree = ""; }; + 164882332A68272C001BC240 /* cordz_update_scope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cordz_update_scope.h; sourceTree = ""; }; + 164882342A68272C001BC240 /* utf8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf8.h; sourceTree = ""; }; + 164882352A68272C001BC240 /* escaping.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = escaping.cc; sourceTree = ""; }; + 164882362A68272C001BC240 /* cord_rep_btree.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cord_rep_btree.cc; sourceTree = ""; }; + 164882372A68272C001BC240 /* str_split_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = str_split_internal.h; sourceTree = ""; }; + 164882382A68272C001BC240 /* cord_rep_ring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_rep_ring.h; sourceTree = ""; }; + 164882392A68272C001BC240 /* str_replace_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = str_replace_benchmark.cc; sourceTree = ""; }; + 1648823A2A68272C001BC240 /* str_replace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = str_replace.h; sourceTree = ""; }; + 1648823B2A68272C001BC240 /* string_view.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_view.cc; sourceTree = ""; }; + 1648823C2A68272C001BC240 /* str_join.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = str_join.h; sourceTree = ""; }; + 1648823D2A68272C001BC240 /* str_cat.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = str_cat.cc; sourceTree = ""; }; + 1648823E2A68272C001BC240 /* cord_buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord_buffer.h; sourceTree = ""; }; + 164882412A68272C001BC240 /* escaping_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = escaping_benchmark.cc; sourceTree = ""; }; + 164882422A68272C001BC240 /* ascii.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ascii.h; sourceTree = ""; }; + 164882432A68272C001BC240 /* str_join_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = str_join_benchmark.cc; sourceTree = ""; }; + 164882442A68272C001BC240 /* ascii_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ascii_benchmark.cc; sourceTree = ""; }; + 164882452A68272C001BC240 /* cord.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cord.cc; sourceTree = ""; }; + 164882462A68272C001BC240 /* escaping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = escaping.h; sourceTree = ""; }; + 164882472A68272C001BC240 /* charconv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = charconv.h; sourceTree = ""; }; + 164882482A68272C001BC240 /* numbers_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = numbers_benchmark.cc; sourceTree = ""; }; + 164882492A68272C001BC240 /* string_view_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_view_benchmark.cc; sourceTree = ""; }; + 1648824A2A68272C001BC240 /* match.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = match.h; sourceTree = ""; }; + 1648824D2A68272C001BC240 /* str_split_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = str_split_benchmark.cc; sourceTree = ""; }; + 1648824E2A68272C001BC240 /* ascii.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ascii.cc; sourceTree = ""; }; + 1648824F2A68272C001BC240 /* numbers.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = numbers.cc; sourceTree = ""; }; + 164882502A68272C001BC240 /* charconv.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = charconv.cc; sourceTree = ""; }; + 164882522A68272C001BC240 /* str_cat_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = str_cat_benchmark.cc; sourceTree = ""; }; + 164882532A68272C001BC240 /* strip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strip.h; sourceTree = ""; }; + 164882572A68272C001BC240 /* str_split.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = str_split.cc; sourceTree = ""; }; + 1648825A2A68272C001BC240 /* cord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cord.h; sourceTree = ""; }; + 1648825C2A68272C001BC240 /* substitute.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = substitute.cc; sourceTree = ""; }; + 1648825D2A68272C001BC240 /* substitute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = substitute.h; sourceTree = ""; }; + 164882612A68272C001BC240 /* escaping.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = escaping.cc; sourceTree = ""; }; + 164882622A68272C001BC240 /* string_view.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string_view.h; sourceTree = ""; }; + 164882632A68272C001BC240 /* str_replace.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = str_replace.cc; sourceTree = ""; }; + 164882642A68272C001BC240 /* str_cat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = str_cat.h; sourceTree = ""; }; + 164882692A68272C001BC240 /* bad_variant_access.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bad_variant_access.h; sourceTree = ""; }; + 1648826B2A68272C001BC240 /* bad_any_cast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bad_any_cast.h; sourceTree = ""; }; + 1648826D2A68272C001BC240 /* variant_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = variant_benchmark.cc; sourceTree = ""; }; + 1648826E2A68272C001BC240 /* bad_any_cast.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bad_any_cast.cc; sourceTree = ""; }; + 164882702A68272C001BC240 /* transform_args.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = transform_args.h; sourceTree = ""; }; + 164882752A68272C001BC240 /* optional.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = optional.h; sourceTree = ""; }; + 164882762A68272C001BC240 /* parentheses.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parentheses.h; sourceTree = ""; }; + 164882782A68272C001BC240 /* span.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = span.h; sourceTree = ""; }; + 1648827A2A68272C001BC240 /* variant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = variant.h; sourceTree = ""; }; + 1648827C2A68272C001BC240 /* optional.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = optional.h; sourceTree = ""; }; + 1648827D2A68272C001BC240 /* bad_optional_access.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bad_optional_access.h; sourceTree = ""; }; + 1648827F2A68272C001BC240 /* compare.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compare.h; sourceTree = ""; }; + 164882802A68272C001BC240 /* bad_optional_access.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bad_optional_access.cc; sourceTree = ""; }; + 164882822A68272C001BC240 /* span.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = span.h; sourceTree = ""; }; + 164882842A68272C001BC240 /* bad_variant_access.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bad_variant_access.cc; sourceTree = ""; }; + 164882852A68272C001BC240 /* any.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = any.h; sourceTree = ""; }; + 164882872A68272C001BC240 /* variant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = variant.h; sourceTree = ""; }; + 1648828A2A68272C001BC240 /* commandlineflag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = commandlineflag.h; sourceTree = ""; }; + 1648828B2A68272C001BC240 /* declare.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = declare.h; sourceTree = ""; }; + 1648828D2A68272C001BC240 /* parse.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parse.cc; sourceTree = ""; }; + 164882902A68272C001BC240 /* flag_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = flag_benchmark.cc; sourceTree = ""; }; + 164882912A68272C001BC240 /* usage.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = usage.cc; sourceTree = ""; }; + 164882922A68272C001BC240 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + 164882942A68272C001BC240 /* parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parse.h; sourceTree = ""; }; + 164882952A68272C001BC240 /* flag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flag.h; sourceTree = ""; }; + 164882972A68272C001BC240 /* commandlineflag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = commandlineflag.h; sourceTree = ""; }; + 164882982A68272C001BC240 /* private_handle_accessor.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = private_handle_accessor.cc; sourceTree = ""; }; + 1648829A2A68272C001BC240 /* usage.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = usage.cc; sourceTree = ""; }; + 1648829C2A68272C001BC240 /* parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parse.h; sourceTree = ""; }; + 1648829D2A68272C001BC240 /* flag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flag.h; sourceTree = ""; }; + 1648829E2A68272C001BC240 /* program_name.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = program_name.cc; sourceTree = ""; }; + 1648829F2A68272C001BC240 /* program_name.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = program_name.h; sourceTree = ""; }; + 164882A02A68272C001BC240 /* registry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = registry.h; sourceTree = ""; }; + 164882A12A68272C001BC240 /* path_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = path_util.h; sourceTree = ""; }; + 164882A32A68272C001BC240 /* private_handle_accessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = private_handle_accessor.h; sourceTree = ""; }; + 164882A52A68272C001BC240 /* flag.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = flag.cc; sourceTree = ""; }; + 164882A62A68272C001BC240 /* sequence_lock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sequence_lock.h; sourceTree = ""; }; + 164882A82A68272C001BC240 /* usage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usage.h; sourceTree = ""; }; + 164882A92A68272C001BC240 /* commandlineflag.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = commandlineflag.cc; sourceTree = ""; }; + 164882AA2A68272C001BC240 /* marshalling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = marshalling.h; sourceTree = ""; }; + 164882AE2A68272C001BC240 /* usage_config.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = usage_config.cc; sourceTree = ""; }; + 164882B02A68272C001BC240 /* flag_benchmark.lds */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = flag_benchmark.lds; sourceTree = ""; }; + 164882B32A68272C001BC240 /* flag.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = flag.cc; sourceTree = ""; }; + 164882B42A68272C001BC240 /* marshalling.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = marshalling.cc; sourceTree = ""; }; + 164882B62A68272C001BC240 /* usage_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usage_config.h; sourceTree = ""; }; + 164882B72A68272C001BC240 /* usage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usage.h; sourceTree = ""; }; + 164882B92A68272C001BC240 /* commandlineflag.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = commandlineflag.cc; sourceTree = ""; }; + 164882BE2A68272C001BC240 /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memory.h; sourceTree = ""; }; + 164882C02A68272C001BC240 /* blocking_counter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blocking_counter.h; sourceTree = ""; }; + 164882C22A68272C001BC240 /* blocking_counter.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blocking_counter.cc; sourceTree = ""; }; + 164882C32A68272C001BC240 /* notification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = notification.h; sourceTree = ""; }; + 164882C42A68272C001BC240 /* mutex.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mutex.cc; sourceTree = ""; }; + 164882C72A68272C001BC240 /* barrier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = barrier.h; sourceTree = ""; }; + 164882C92A68272C001BC240 /* blocking_counter_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blocking_counter_benchmark.cc; sourceTree = ""; }; + 164882CB2A68272C001BC240 /* graphcycles_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = graphcycles_benchmark.cc; sourceTree = ""; }; + 164882CC2A68272C001BC240 /* per_thread_sem.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = per_thread_sem.cc; sourceTree = ""; }; + 164882CE2A68272C001BC240 /* per_thread_sem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = per_thread_sem.h; sourceTree = ""; }; + 164882CF2A68272C001BC240 /* futex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = futex.h; sourceTree = ""; }; + 164882D02A68272C001BC240 /* graphcycles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = graphcycles.h; sourceTree = ""; }; + 164882D12A68272C001BC240 /* waiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = waiter.h; sourceTree = ""; }; + 164882D32A68272C001BC240 /* thread_pool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = thread_pool.h; sourceTree = ""; }; + 164882D42A68272C001BC240 /* create_thread_identity.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = create_thread_identity.cc; sourceTree = ""; }; + 164882D52A68272C001BC240 /* waiter.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = waiter.cc; sourceTree = ""; }; + 164882D62A68272C001BC240 /* create_thread_identity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = create_thread_identity.h; sourceTree = ""; }; + 164882D72A68272C001BC240 /* kernel_timeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = kernel_timeout.h; sourceTree = ""; }; + 164882D82A68272C001BC240 /* graphcycles.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = graphcycles.cc; sourceTree = ""; }; + 164882D92A68272C001BC240 /* barrier.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = barrier.cc; sourceTree = ""; }; + 164882DB2A68272C001BC240 /* mutex_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mutex_benchmark.cc; sourceTree = ""; }; + 164882DC2A68272C001BC240 /* notification.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = notification.cc; sourceTree = ""; }; + 164882DF2A68272C001BC240 /* mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mutex.h; sourceTree = ""; }; + 164882E72A68272C001BC240 /* low_level_hash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = low_level_hash.cc; sourceTree = ""; }; + 164882E82A68272C001BC240 /* hash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hash.cc; sourceTree = ""; }; + 164882E92A68272C001BC240 /* spy_hash_state.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spy_hash_state.h; sourceTree = ""; }; + 164882EA2A68272C001BC240 /* low_level_hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = low_level_hash.h; sourceTree = ""; }; + 164882EB2A68272C001BC240 /* print_hash_of.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = print_hash_of.cc; sourceTree = ""; }; + 164882EC2A68272C001BC240 /* city.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = city.h; sourceTree = ""; }; + 164882ED2A68272C001BC240 /* city.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = city.cc; sourceTree = ""; }; + 164882EE2A68272C001BC240 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = ""; }; + 164882F12A68272C001BC240 /* hash_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hash_benchmark.cc; sourceTree = ""; }; + 164882F32A68272C001BC240 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = ""; }; + 164882FD2A68272C001BC240 /* symbolize.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = symbolize.cc; sourceTree = ""; }; + 164882FE2A68272C001BC240 /* failure_signal_handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = failure_signal_handler.h; sourceTree = ""; }; + 164883002A68272C001BC240 /* failure_signal_handler.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = failure_signal_handler.cc; sourceTree = ""; }; + 164883012A68272C001BC240 /* stacktrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stacktrace.h; sourceTree = ""; }; + 164883022A68272C001BC240 /* symbolize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = symbolize.h; sourceTree = ""; }; + 164883032A68272C001BC240 /* leak_check.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = leak_check.h; sourceTree = ""; }; + 164883052A68272C001BC240 /* stacktrace_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stacktrace_config.h; sourceTree = ""; }; + 164883072A68272C001BC240 /* examine_stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = examine_stack.h; sourceTree = ""; }; + 164883082A68272C001BC240 /* examine_stack.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = examine_stack.cc; sourceTree = ""; }; + 164883092A68272C001BC240 /* vdso_support.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vdso_support.cc; sourceTree = ""; }; + 1648830C2A68272C001BC240 /* stack_consumption.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stack_consumption.cc; sourceTree = ""; }; + 1648830D2A68272C001BC240 /* demangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = demangle.h; sourceTree = ""; }; + 1648830E2A68272C001BC240 /* symbolize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = symbolize.h; sourceTree = ""; }; + 164883102A68272C001BC240 /* address_is_readable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = address_is_readable.h; sourceTree = ""; }; + 164883112A68272C001BC240 /* stack_consumption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stack_consumption.h; sourceTree = ""; }; + 164883122A68272C001BC240 /* address_is_readable.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = address_is_readable.cc; sourceTree = ""; }; + 164883152A68272C001BC240 /* elf_mem_image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elf_mem_image.h; sourceTree = ""; }; + 164883162A68272C001BC240 /* elf_mem_image.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = elf_mem_image.cc; sourceTree = ""; }; + 164883182A68272C001BC240 /* demangle.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = demangle.cc; sourceTree = ""; }; + 1648831D2A68272C001BC240 /* vdso_support.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vdso_support.h; sourceTree = ""; }; + 164883262A68272C001BC240 /* leak_check.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = leak_check.cc; sourceTree = ""; }; + 164883272A68272C001BC240 /* stacktrace.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stacktrace.cc; sourceTree = ""; }; + 1648832A2A68272C001BC240 /* stacktrace_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stacktrace_benchmark.cc; sourceTree = ""; }; + 1648832F2A68272C001BC240 /* crc32c_inline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc32c_inline.h; sourceTree = ""; }; + 164883302A68272C001BC240 /* crc_cord_state.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc_cord_state.h; sourceTree = ""; }; + 164883312A68272C001BC240 /* non_temporal_memcpy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = non_temporal_memcpy.h; sourceTree = ""; }; + 164883322A68272C001BC240 /* crc_memcpy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc_memcpy.h; sourceTree = ""; }; + 164883332A68272C001BC240 /* crc_x86_arm_combined.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crc_x86_arm_combined.cc; sourceTree = ""; }; + 164883342A68272C001BC240 /* crc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc.h; sourceTree = ""; }; + 164883352A68272C001BC240 /* crc_cord_state.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crc_cord_state.cc; sourceTree = ""; }; + 164883362A68272C001BC240 /* crc_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc_internal.h; sourceTree = ""; }; + 164883372A68272C001BC240 /* crc_memcpy_fallback.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crc_memcpy_fallback.cc; sourceTree = ""; }; + 164883382A68272C001BC240 /* non_temporal_arm_intrinsics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = non_temporal_arm_intrinsics.h; sourceTree = ""; }; + 1648833B2A68272C001BC240 /* crc32_x86_arm_combined_simd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc32_x86_arm_combined_simd.h; sourceTree = ""; }; + 1648833C2A68272C001BC240 /* crc32c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc32c.h; sourceTree = ""; }; + 1648833D2A68272C001BC240 /* cpu_detect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpu_detect.h; sourceTree = ""; }; + 1648833E2A68272C001BC240 /* cpu_detect.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cpu_detect.cc; sourceTree = ""; }; + 1648833F2A68272C001BC240 /* crc.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crc.cc; sourceTree = ""; }; + 164883402A68272C001BC240 /* crc_non_temporal_memcpy.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crc_non_temporal_memcpy.cc; sourceTree = ""; }; + 164883422A68272C001BC240 /* crc_memcpy_x86_64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crc_memcpy_x86_64.cc; sourceTree = ""; }; + 164883432A68272C001BC240 /* crc32c.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crc32c.cc; sourceTree = ""; }; + 164883452A68272C001BC240 /* crc32c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc32c.h; sourceTree = ""; }; + 164883462A68272C001BC240 /* crc32c_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crc32c_benchmark.cc; sourceTree = ""; }; + 1648834B2A68272C001BC240 /* type_traits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = type_traits.h; sourceTree = ""; }; + 1648834D2A68272C001BC240 /* status_payload_printer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = status_payload_printer.cc; sourceTree = ""; }; + 1648834E2A68272C001BC240 /* status.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = status.cc; sourceTree = ""; }; + 164883502A68272C001BC240 /* status.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = status.h; sourceTree = ""; }; + 164883512A68272C001BC240 /* status_payload_printer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = status_payload_printer.h; sourceTree = ""; }; + 164883522A68272C001BC240 /* statusor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = statusor.h; sourceTree = ""; }; + 164883542A68272C001BC240 /* status_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = status_internal.h; sourceTree = ""; }; + 164883552A68272C001BC240 /* statusor_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = statusor_internal.h; sourceTree = ""; }; + 164883562A68272C001BC240 /* statusor.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = statusor.cc; sourceTree = ""; }; + 1648835C2A68272C001BC240 /* algorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = algorithm.h; sourceTree = ""; }; + 1648835E2A68272C001BC240 /* container.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = container.h; sourceTree = ""; }; + 164883602A68272C001BC240 /* equal_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = equal_benchmark.cc; sourceTree = ""; }; + 164883632A68272C001BC240 /* time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time.h; sourceTree = ""; }; + 164883662A68272C001BC240 /* time_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_benchmark.cc; sourceTree = ""; }; + 164883682A68272C001BC240 /* clock_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clock_benchmark.cc; sourceTree = ""; }; + 164883692A68272C001BC240 /* format_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = format_benchmark.cc; sourceTree = ""; }; + 164885E02A68272D001BC240 /* civil_time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = civil_time.h; sourceTree = ""; }; + 164885E12A68272D001BC240 /* time_zone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time_zone.h; sourceTree = ""; }; + 164885E22A68272D001BC240 /* zone_info_source.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zone_info_source.h; sourceTree = ""; }; + 164885E32A68272D001BC240 /* civil_time_detail.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = civil_time_detail.h; sourceTree = ""; }; + 164885E62A68272D001BC240 /* time_zone_format.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_zone_format.cc; sourceTree = ""; }; + 164885E72A68272D001BC240 /* time_zone_fixed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time_zone_fixed.h; sourceTree = ""; }; + 164885E82A68272D001BC240 /* time_zone_if.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time_zone_if.h; sourceTree = ""; }; + 164885EA2A68272D001BC240 /* time_zone_impl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_zone_impl.cc; sourceTree = ""; }; + 164885EB2A68272D001BC240 /* cctz_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cctz_benchmark.cc; sourceTree = ""; }; + 164885EC2A68272D001BC240 /* time_zone_lookup.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_zone_lookup.cc; sourceTree = ""; }; + 164885ED2A68272D001BC240 /* time_zone_info.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_zone_info.cc; sourceTree = ""; }; + 164885EE2A68272D001BC240 /* time_zone_if.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_zone_if.cc; sourceTree = ""; }; + 164885F02A68272D001BC240 /* time_zone_fixed.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_zone_fixed.cc; sourceTree = ""; }; + 164885F12A68272D001BC240 /* zone_info_source.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = zone_info_source.cc; sourceTree = ""; }; + 164885F22A68272D001BC240 /* time_zone_libc.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_zone_libc.cc; sourceTree = ""; }; + 164885F32A68272D001BC240 /* time_zone_posix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time_zone_posix.h; sourceTree = ""; }; + 164885F42A68272D001BC240 /* tzfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tzfile.h; sourceTree = ""; }; + 164885F52A68272D001BC240 /* time_zone_libc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time_zone_libc.h; sourceTree = ""; }; + 164885F62A68272D001BC240 /* civil_time_detail.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = civil_time_detail.cc; sourceTree = ""; }; + 164885F72A68272D001BC240 /* time_zone_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time_zone_info.h; sourceTree = ""; }; + 164885F82A68272D001BC240 /* time_zone_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time_zone_impl.h; sourceTree = ""; }; + 164885FA2A68272D001BC240 /* time_zone_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_zone_posix.cc; sourceTree = ""; }; + 164885FC2A68272D001BC240 /* civil_time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = civil_time.h; sourceTree = ""; }; + 164885FE2A68272D001BC240 /* clock.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clock.cc; sourceTree = ""; }; + 164885FF2A68272D001BC240 /* duration.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = duration.cc; sourceTree = ""; }; + 164886002A68272D001BC240 /* civil_time.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = civil_time.cc; sourceTree = ""; }; + 164886032A68272D001BC240 /* civil_time_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = civil_time_benchmark.cc; sourceTree = ""; }; + 164886062A68272D001BC240 /* duration_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = duration_benchmark.cc; sourceTree = ""; }; + 164886072A68272D001BC240 /* format.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = format.cc; sourceTree = ""; }; + 164886082A68272D001BC240 /* time.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time.cc; sourceTree = ""; }; + 1648860A2A68272D001BC240 /* clock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = clock.h; sourceTree = ""; }; + 1648860C2A68272D001BC240 /* node_hash_map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = node_hash_map.h; sourceTree = ""; }; + 1648860D2A68272D001BC240 /* flat_hash_map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flat_hash_map.h; sourceTree = ""; }; + 1648860E2A68272D001BC240 /* btree_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btree_benchmark.cc; sourceTree = ""; }; + 164886112A68272D001BC240 /* fixed_array_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fixed_array_benchmark.cc; sourceTree = ""; }; + 164886122A68272D001BC240 /* inlined_vector_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inlined_vector_benchmark.cc; sourceTree = ""; }; + 164886132A68272D001BC240 /* fixed_array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fixed_array.h; sourceTree = ""; }; + 1648861B2A68272D001BC240 /* raw_hash_set_probe_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = raw_hash_set_probe_benchmark.cc; sourceTree = ""; }; + 1648861C2A68272D001BC240 /* compressed_tuple.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compressed_tuple.h; sourceTree = ""; }; + 1648861E2A68272D001BC240 /* btree_container.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btree_container.h; sourceTree = ""; }; + 1648861F2A68272D001BC240 /* container_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = container_memory.h; sourceTree = ""; }; + 164886242A68272D001BC240 /* raw_hash_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = raw_hash_set.h; sourceTree = ""; }; + 164886252A68272D001BC240 /* hash_function_defaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_function_defaults.h; sourceTree = ""; }; + 164886262A68272D001BC240 /* hashtablez_sampler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hashtablez_sampler.h; sourceTree = ""; }; + 164886272A68272D001BC240 /* raw_hash_set_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = raw_hash_set_benchmark.cc; sourceTree = ""; }; + 1648862A2A68272D001BC240 /* raw_hash_set.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = raw_hash_set.cc; sourceTree = ""; }; + 1648862D2A68272D001BC240 /* hashtable_debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hashtable_debug.h; sourceTree = ""; }; + 1648862E2A68272D001BC240 /* inlined_vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inlined_vector.h; sourceTree = ""; }; + 1648862F2A68272D001BC240 /* raw_hash_map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = raw_hash_map.h; sourceTree = ""; }; + 164886332A68272D001BC240 /* layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layout.h; sourceTree = ""; }; + 164886342A68272D001BC240 /* btree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btree.h; sourceTree = ""; }; + 164886352A68272D001BC240 /* hashtable_debug_hooks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hashtable_debug_hooks.h; sourceTree = ""; }; + 164886362A68272D001BC240 /* hashtablez_sampler_force_weak_definition.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hashtablez_sampler_force_weak_definition.cc; sourceTree = ""; }; + 164886372A68272D001BC240 /* node_slot_policy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = node_slot_policy.h; sourceTree = ""; }; + 164886382A68272D001BC240 /* hash_policy_traits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_policy_traits.h; sourceTree = ""; }; + 1648863A2A68272D001BC240 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = ""; }; + 1648863F2A68272D001BC240 /* common_policy_traits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common_policy_traits.h; sourceTree = ""; }; + 164886402A68272D001BC240 /* layout_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layout_benchmark.cc; sourceTree = ""; }; + 164886422A68272D001BC240 /* tracked.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tracked.h; sourceTree = ""; }; + 164886432A68272D001BC240 /* hashtablez_sampler.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hashtablez_sampler.cc; sourceTree = ""; }; + 164886472A68272D001BC240 /* counting_allocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = counting_allocator.h; sourceTree = ""; }; + 164886492A68272D001BC240 /* btree_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btree_set.h; sourceTree = ""; }; + 1648864B2A68272D001BC240 /* inlined_vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inlined_vector.h; sourceTree = ""; }; + 1648864E2A68272D001BC240 /* btree_map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btree_map.h; sourceTree = ""; }; + 164886532A68272D001BC240 /* flat_hash_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flat_hash_set.h; sourceTree = ""; }; + 164886552A68272D001BC240 /* node_hash_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = node_hash_set.h; sourceTree = ""; }; + 164886592A68272D001BC240 /* int128.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = int128.cc; sourceTree = ""; }; + 1648865A2A68272D001BC240 /* int128_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = int128_benchmark.cc; sourceTree = ""; }; + 164886602A68272D001BC240 /* representation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = representation.h; sourceTree = ""; }; + 164886612A68272D001BC240 /* bits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bits.h; sourceTree = ""; }; + 164886632A68272D001BC240 /* bits_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bits_benchmark.cc; sourceTree = ""; }; + 164886652A68272D001BC240 /* int128.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = int128.h; sourceTree = ""; }; + 164886672A68272D001BC240 /* bits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bits.h; sourceTree = ""; }; + 164886692A68272D001BC240 /* cleanup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cleanup.h; sourceTree = ""; }; + 1648866D2A68272D001BC240 /* cleanup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cleanup.h; sourceTree = ""; }; + 164886722A68272D001BC240 /* exponential_biased.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = exponential_biased.h; sourceTree = ""; }; + 164886732A68272D001BC240 /* periodic_sampler.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = periodic_sampler.cc; sourceTree = ""; }; + 164886762A68272D001BC240 /* sample_recorder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sample_recorder.h; sourceTree = ""; }; + 164886772A68272D001BC240 /* periodic_sampler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = periodic_sampler.h; sourceTree = ""; }; + 164886792A68272D001BC240 /* exponential_biased.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = exponential_biased.cc; sourceTree = ""; }; + 1648867A2A68272D001BC240 /* periodic_sampler_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = periodic_sampler_benchmark.cc; sourceTree = ""; }; + 1648867F2A68272D001BC240 /* structured.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = structured.h; sourceTree = ""; }; + 164886812A68272D001BC240 /* scoped_mock_log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scoped_mock_log.h; sourceTree = ""; }; + 164886852A68272D001BC240 /* die_if_null.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = die_if_null.cc; sourceTree = ""; }; + 164886862A68272D001BC240 /* absl_log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = absl_log.h; sourceTree = ""; }; + 164886872A68272D001BC240 /* flags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = ""; }; + 164886882A68272D001BC240 /* scoped_mock_log.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scoped_mock_log.cc; sourceTree = ""; }; + 164886892A68272D001BC240 /* log_sink_registry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log_sink_registry.h; sourceTree = ""; }; + 1648868A2A68272D001BC240 /* log_sink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log_sink.h; sourceTree = ""; }; + 1648868E2A68272D001BC240 /* log_message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log_message.h; sourceTree = ""; }; + 1648868F2A68272D001BC240 /* log_format.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log_format.h; sourceTree = ""; }; + 164886902A68272D001BC240 /* structured.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = structured.h; sourceTree = ""; }; + 164886922A68272D001BC240 /* log_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log_impl.h; sourceTree = ""; }; + 164886932A68272D001BC240 /* log_sink_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log_sink_set.h; sourceTree = ""; }; + 164886942A68272D001BC240 /* append_truncated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = append_truncated.h; sourceTree = ""; }; + 164886952A68272D001BC240 /* nullguard.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = nullguard.cc; sourceTree = ""; }; + 164886962A68272D001BC240 /* nullstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nullstream.h; sourceTree = ""; }; + 164886972A68272D001BC240 /* proto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = proto.h; sourceTree = ""; }; + 164886982A68272D001BC240 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + 164886992A68272D001BC240 /* proto.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = proto.cc; sourceTree = ""; }; + 1648869A2A68272D001BC240 /* check_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = check_impl.h; sourceTree = ""; }; + 1648869B2A68272D001BC240 /* log_message.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log_message.cc; sourceTree = ""; }; + 1648869D2A68272D001BC240 /* conditions.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = conditions.cc; sourceTree = ""; }; + 1648869E2A68272D001BC240 /* flags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = ""; }; + 164886A22A68272D001BC240 /* globals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = globals.h; sourceTree = ""; }; + 164886A32A68272D001BC240 /* check_op.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = check_op.h; sourceTree = ""; }; + 164886A42A68272D001BC240 /* globals.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = globals.cc; sourceTree = ""; }; + 164886A72A68272D001BC240 /* strip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strip.h; sourceTree = ""; }; + 164886A92A68272D001BC240 /* check_op.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = check_op.cc; sourceTree = ""; }; + 164886AA2A68272D001BC240 /* log_format.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log_format.cc; sourceTree = ""; }; + 164886AB2A68272D001BC240 /* conditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = conditions.h; sourceTree = ""; }; + 164886AC2A68272D001BC240 /* log_sink_set.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log_sink_set.cc; sourceTree = ""; }; + 164886AD2A68272D001BC240 /* voidify.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = voidify.h; sourceTree = ""; }; + 164886AE2A68272D001BC240 /* nullguard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nullguard.h; sourceTree = ""; }; + 164886AF2A68272D001BC240 /* log_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log_benchmark.cc; sourceTree = ""; }; + 164886B02A68272D001BC240 /* log_streamer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log_streamer.h; sourceTree = ""; }; + 164886B12A68272D001BC240 /* globals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = globals.h; sourceTree = ""; }; + 164886B22A68272D001BC240 /* log_entry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log_entry.h; sourceTree = ""; }; + 164886B42A68272D001BC240 /* globals.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = globals.cc; sourceTree = ""; }; + 164886B72A68272D001BC240 /* flags.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = flags.cc; sourceTree = ""; }; + 164886B82A68272D001BC240 /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = ""; }; + 164886B92A68272D001BC240 /* check.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = check.h; sourceTree = ""; }; + 164886BA2A68272D001BC240 /* log_entry.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log_entry.cc; sourceTree = ""; }; + 164886BC2A68272D001BC240 /* initialize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = initialize.h; sourceTree = ""; }; + 164886C02A68272D001BC240 /* die_if_null.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = die_if_null.h; sourceTree = ""; }; + 164886C32A68272D001BC240 /* absl_check.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = absl_check.h; sourceTree = ""; }; + 164886C42A68272D001BC240 /* log_sink.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log_sink.cc; sourceTree = ""; }; + 164886C72A68272D001BC240 /* initialize.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = initialize.cc; sourceTree = ""; }; + 164886CB2A68272D001BC240 /* gaussian_distribution.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gaussian_distribution.cc; sourceTree = ""; }; + 164886D02A68272D001BC240 /* poisson_distribution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = poisson_distribution.h; sourceTree = ""; }; + 164886D22A68272D001BC240 /* discrete_distribution.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = discrete_distribution.cc; sourceTree = ""; }; + 164886D32A68272D001BC240 /* bit_gen_ref.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bit_gen_ref.h; sourceTree = ""; }; + 164886D62A68272D001BC240 /* uniform_int_distribution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uniform_int_distribution.h; sourceTree = ""; }; + 164886D72A68272D001BC240 /* distributions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = distributions.h; sourceTree = ""; }; + 164886D82A68272D001BC240 /* benchmarks.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = benchmarks.cc; sourceTree = ""; }; + 164886DA2A68272D001BC240 /* uniform_real_distribution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uniform_real_distribution.h; sourceTree = ""; }; + 164886DB2A68272D001BC240 /* seed_gen_exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = seed_gen_exception.cc; sourceTree = ""; }; + 164886DF2A68272D001BC240 /* mocking_bit_gen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mocking_bit_gen.h; sourceTree = ""; }; + 164886E02A68272D001BC240 /* bernoulli_distribution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bernoulli_distribution.h; sourceTree = ""; }; + 164886E12A68272D001BC240 /* seed_gen_exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = seed_gen_exception.h; sourceTree = ""; }; + 164886E42A68272D001BC240 /* gaussian_distribution_gentables.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gaussian_distribution_gentables.cc; sourceTree = ""; }; + 164886E72A68272D001BC240 /* explicit_seed_seq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = explicit_seed_seq.h; sourceTree = ""; }; + 164886E82A68272D001BC240 /* randen_detect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = randen_detect.h; sourceTree = ""; }; + 164886E92A68272D001BC240 /* randen_slow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = randen_slow.h; sourceTree = ""; }; + 164886EA2A68272D001BC240 /* fast_uniform_bits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fast_uniform_bits.h; sourceTree = ""; }; + 164886EB2A68272D001BC240 /* iostream_state_saver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iostream_state_saver.h; sourceTree = ""; }; + 164886EC2A68272D001BC240 /* traits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = traits.h; sourceTree = ""; }; + 164886ED2A68272D001BC240 /* nanobenchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = nanobenchmark.cc; sourceTree = ""; }; + 164886EE2A68272D001BC240 /* nonsecure_base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nonsecure_base.h; sourceTree = ""; }; + 164886F22A68272D001BC240 /* randen_traits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = randen_traits.h; sourceTree = ""; }; + 164886F42A68272D001BC240 /* nanobenchmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nanobenchmark.h; sourceTree = ""; }; + 164886F62A68272D001BC240 /* seed_material.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = seed_material.cc; sourceTree = ""; }; + 164886F82A68272D001BC240 /* randen_slow.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = randen_slow.cc; sourceTree = ""; }; + 164886FA2A68272D001BC240 /* fastmath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fastmath.h; sourceTree = ""; }; + 164886FB2A68272D001BC240 /* uniform_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uniform_helper.h; sourceTree = ""; }; + 164886FF2A68272D001BC240 /* randen_engine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = randen_engine.h; sourceTree = ""; }; + 164887012A68272D001BC240 /* chi_square.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chi_square.cc; sourceTree = ""; }; + 164887032A68272D001BC240 /* randen_hwaes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = randen_hwaes.h; sourceTree = ""; }; + 164887042A68272D001BC240 /* chi_square.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chi_square.h; sourceTree = ""; }; + 164887072A68272D001BC240 /* distribution_caller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = distribution_caller.h; sourceTree = ""; }; + 164887082A68272D001BC240 /* mock_overload_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mock_overload_set.h; sourceTree = ""; }; + 164887092A68272D001BC240 /* randen.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = randen.cc; sourceTree = ""; }; + 1648870A2A68272D001BC240 /* randen_detect.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = randen_detect.cc; sourceTree = ""; }; + 1648870B2A68272D001BC240 /* seed_material.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = seed_material.h; sourceTree = ""; }; + 1648870D2A68272D001BC240 /* sequence_urbg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sequence_urbg.h; sourceTree = ""; }; + 1648870E2A68272D001BC240 /* mock_helpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mock_helpers.h; sourceTree = ""; }; + 164887102A68272D001BC240 /* salted_seed_seq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = salted_seed_seq.h; sourceTree = ""; }; + 164887112A68272D001BC240 /* randen_round_keys.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = randen_round_keys.cc; sourceTree = ""; }; + 164887122A68272D001BC240 /* pool_urbg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pool_urbg.h; sourceTree = ""; }; + 164887132A68272D001BC240 /* randen_benchmarks.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = randen_benchmarks.cc; sourceTree = ""; }; + 164887142A68272D001BC240 /* generate_real.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = generate_real.h; sourceTree = ""; }; + 164887162A68272D001BC240 /* pcg_engine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcg_engine.h; sourceTree = ""; }; + 164887192A68272D001BC240 /* randen_hwaes.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = randen_hwaes.cc; sourceTree = ""; }; + 1648871A2A68272D001BC240 /* pool_urbg.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pool_urbg.cc; sourceTree = ""; }; + 1648871B2A68272D001BC240 /* platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = ""; }; + 1648871D2A68272D001BC240 /* wide_multiply.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wide_multiply.h; sourceTree = ""; }; + 1648871F2A68272D001BC240 /* randen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = randen.h; sourceTree = ""; }; + 164887202A68272D001BC240 /* log_uniform_int_distribution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log_uniform_int_distribution.h; sourceTree = ""; }; + 164887232A68272D001BC240 /* mock_distributions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mock_distributions.h; sourceTree = ""; }; + 164887242A68272D001BC240 /* seed_sequences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = seed_sequences.h; sourceTree = ""; }; + 164887272A68272D001BC240 /* beta_distribution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = beta_distribution.h; sourceTree = ""; }; + 164887282A68272D001BC240 /* zipf_distribution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zipf_distribution.h; sourceTree = ""; }; + 1648872A2A68272D001BC240 /* exponential_distribution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = exponential_distribution.h; sourceTree = ""; }; + 1648872B2A68272D001BC240 /* gaussian_distribution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gaussian_distribution.h; sourceTree = ""; }; + 1648872C2A68272D001BC240 /* discrete_distribution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = discrete_distribution.h; sourceTree = ""; }; + 1648872E2A68272D001BC240 /* random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = random.h; sourceTree = ""; }; + 164887302A68272D001BC240 /* seed_sequences.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = seed_sequences.cc; sourceTree = ""; }; + 164887322A68272D001BC240 /* bind_front.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bind_front.h; sourceTree = ""; }; + 164887332A68272D001BC240 /* function_ref.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = function_ref.h; sourceTree = ""; }; + 164887362A68272D001BC240 /* function_type_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = function_type_benchmark.cc; sourceTree = ""; }; + 164887382A68272D001BC240 /* function_ref.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = function_ref.h; sourceTree = ""; }; + 164887392A68272D001BC240 /* front_binder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = front_binder.h; sourceTree = ""; }; + 1648873A2A68272D001BC240 /* any_invocable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = any_invocable.h; sourceTree = ""; }; + 1648873E2A68272D001BC240 /* any_invocable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = any_invocable.h; sourceTree = ""; }; + 164887402A68272D001BC240 /* policy_checks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = policy_checks.h; sourceTree = ""; }; + 164887422A68272D001BC240 /* port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = port.h; sourceTree = ""; }; + 164887452A68272D001BC240 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + 1648874A2A68272D001BC240 /* casts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = casts.h; sourceTree = ""; }; + 1648874D2A68272D001BC240 /* spinlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spinlock.h; sourceTree = ""; }; + 1648874E2A68272D001BC240 /* prefetch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prefetch.h; sourceTree = ""; }; + 1648874F2A68272D001BC240 /* scoped_set_env.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scoped_set_env.h; sourceTree = ""; }; + 164887502A68272D001BC240 /* spinlock_wait.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spinlock_wait.cc; sourceTree = ""; }; + 164887512A68272D001BC240 /* cycleclock.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cycleclock.cc; sourceTree = ""; }; + 164887522A68272D001BC240 /* scheduling_mode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scheduling_mode.h; sourceTree = ""; }; + 164887532A68272D001BC240 /* per_thread_tls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = per_thread_tls.h; sourceTree = ""; }; + 164887542A68272D001BC240 /* strerror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strerror.h; sourceTree = ""; }; + 164887562A68272D001BC240 /* errno_saver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errno_saver.h; sourceTree = ""; }; + 164887572A68272D001BC240 /* strerror_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strerror_benchmark.cc; sourceTree = ""; }; + 164887582A68272D001BC240 /* fast_type_id.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fast_type_id.h; sourceTree = ""; }; + 164887592A68272D001BC240 /* spinlock.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spinlock.cc; sourceTree = ""; }; + 1648875C2A68272D001BC240 /* unscaledcycleclock.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unscaledcycleclock.cc; sourceTree = ""; }; + 1648875D2A68272D001BC240 /* endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = endian.h; sourceTree = ""; }; + 1648875E2A68272D001BC240 /* thread_identity_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = thread_identity_benchmark.cc; sourceTree = ""; }; + 1648875F2A68272D001BC240 /* spinlock_benchmark.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spinlock_benchmark.cc; sourceTree = ""; }; + 164887612A68272D001BC240 /* sysinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sysinfo.h; sourceTree = ""; }; + 164887622A68272D001BC240 /* tsan_mutex_interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsan_mutex_interface.h; sourceTree = ""; }; + 164887652A68272D001BC240 /* thread_identity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = thread_identity.h; sourceTree = ""; }; + 164887682A68272D001BC240 /* unaligned_access.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unaligned_access.h; sourceTree = ""; }; + 164887692A68272D001BC240 /* scoped_set_env.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scoped_set_env.cc; sourceTree = ""; }; + 1648876B2A68272D001BC240 /* sysinfo.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sysinfo.cc; sourceTree = ""; }; + 1648876C2A68272D001BC240 /* raw_logging.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = raw_logging.cc; sourceTree = ""; }; + 1648876D2A68272D001BC240 /* direct_mmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = direct_mmap.h; sourceTree = ""; }; + 1648876F2A68272D001BC240 /* unscaledcycleclock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unscaledcycleclock.h; sourceTree = ""; }; + 164887702A68272D001BC240 /* throw_delegate.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = throw_delegate.cc; sourceTree = ""; }; + 164887712A68272D001BC240 /* invoke.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = invoke.h; sourceTree = ""; }; + 164887722A68272D001BC240 /* pretty_function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pretty_function.h; sourceTree = ""; }; + 164887732A68272D001BC240 /* inline_variable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_variable.h; sourceTree = ""; }; + 164887742A68272D001BC240 /* unscaledcycleclock_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unscaledcycleclock_config.h; sourceTree = ""; }; + 164887752A68272D001BC240 /* cycleclock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cycleclock.h; sourceTree = ""; }; + 164887762A68272D001BC240 /* low_level_alloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = low_level_alloc.h; sourceTree = ""; }; + 164887782A68272D001BC240 /* strerror.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strerror.cc; sourceTree = ""; }; + 1648877A2A68272D001BC240 /* atomic_hook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = atomic_hook.h; sourceTree = ""; }; + 1648877B2A68272D001BC240 /* identity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = identity.h; sourceTree = ""; }; + 1648877E2A68272D001BC240 /* thread_annotations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = thread_annotations.h; sourceTree = ""; }; + 164887812A68272D001BC240 /* low_level_scheduling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = low_level_scheduling.h; sourceTree = ""; }; + 164887822A68272D001BC240 /* raw_logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = raw_logging.h; sourceTree = ""; }; + 164887842A68272D001BC240 /* cycleclock_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cycleclock_config.h; sourceTree = ""; }; + 164887852A68272D001BC240 /* thread_identity.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = thread_identity.cc; sourceTree = ""; }; + 164887862A68272D001BC240 /* throw_delegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = throw_delegate.h; sourceTree = ""; }; + 164887882A68272D001BC240 /* low_level_alloc.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = low_level_alloc.cc; sourceTree = ""; }; + 164887892A68272D001BC240 /* hide_ptr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hide_ptr.h; sourceTree = ""; }; + 1648878C2A68272D001BC240 /* spinlock_wait.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spinlock_wait.h; sourceTree = ""; }; + 1648878D2A68272D001BC240 /* dynamic_annotations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dynamic_annotations.h; sourceTree = ""; }; + 164887902A68272D001BC240 /* attributes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = attributes.h; sourceTree = ""; }; + 164887912A68272D001BC240 /* options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = options.h; sourceTree = ""; }; + 164887932A68272D001BC240 /* const_init.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = const_init.h; sourceTree = ""; }; + 164887982A68272D001BC240 /* macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macros.h; sourceTree = ""; }; + 164887992A68272D001BC240 /* thread_annotations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = thread_annotations.h; sourceTree = ""; }; + 1648879A2A68272D001BC240 /* log_severity.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log_severity.cc; sourceTree = ""; }; + 1648879C2A68272D001BC240 /* optimization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = optimization.h; sourceTree = ""; }; + 1648879D2A68272D001BC240 /* log_severity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log_severity.h; sourceTree = ""; }; + 1648879E2A68272D001BC240 /* call_once.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = call_once.h; sourceTree = ""; }; + 1648879F2A68272D001BC240 /* dynamic_annotations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dynamic_annotations.h; sourceTree = ""; }; + 164887A52A68272D001BC240 /* utility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utility.h; sourceTree = ""; }; + 16488ABC2A6827B2001BC240 /* range2-neon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "range2-neon.c"; sourceTree = ""; }; + 16488ABD2A6827B2001BC240 /* range2-sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "range2-sse.c"; sourceTree = ""; }; + 16488ABE2A6827B2001BC240 /* utf8_range.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf8_range.h; sourceTree = ""; }; + 16488ABF2A6827B2001BC240 /* utf8_validity.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utf8_validity.cc; sourceTree = ""; }; + 16488AC12A6827B2001BC240 /* lookup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lookup.c; sourceTree = ""; }; + 16488AC82A6827B2001BC240 /* iconv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = iconv.c; sourceTree = ""; }; + 16488ACA2A6827B2001BC240 /* naive.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = naive.c; sourceTree = ""; }; + 16488ACB2A6827B2001BC240 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; + 16488ACC2A6827B2001BC240 /* ascii.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ascii.cpp; sourceTree = ""; }; + 16488ACD2A6827B2001BC240 /* naive.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = naive.c; sourceTree = ""; }; + 16488ACE2A6827B2001BC240 /* range-sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "range-sse.c"; sourceTree = ""; }; + 16488AD32A6827B2001BC240 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; + 16488AD52A6827B2001BC240 /* boost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = boost.cpp; sourceTree = ""; }; + 16488AD72A6827B2001BC240 /* lemire-neon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "lemire-neon.c"; sourceTree = ""; }; + 16488ADD2A6827B2001BC240 /* lemire-avx2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "lemire-avx2.c"; sourceTree = ""; }; + 16488ADF2A6827B2001BC240 /* range-neon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "range-neon.c"; sourceTree = ""; }; + 16488AE22A6827B2001BC240 /* utf8_validity_fuzzer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utf8_validity_fuzzer.cc; sourceTree = ""; }; + 16488AE52A6827B2001BC240 /* utf8_validity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf8_validity.h; sourceTree = ""; }; + 16488AE62A6827B2001BC240 /* range-avx2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "range-avx2.c"; sourceTree = ""; }; + 16488AE92A6827B2001BC240 /* lemire-sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "lemire-sse.c"; sourceTree = ""; }; + 16488B022A682C40001BC240 /* port_def.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = port_def.inc; path = protobuf/src/google/protobuf/port_def.inc; sourceTree = ""; }; + 16488B042A682C59001BC240 /* port_undef.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = port_undef.inc; path = protobuf/src/google/protobuf/port_undef.inc; sourceTree = ""; }; + 16488D6A2A6835C8001BC240 /* libutf8_range.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libutf8_range.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 1648D4962A6842B2001BC240 /* libabsl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libabsl.a; sourceTree = BUILT_PRODUCTS_DIR; }; 34F558581DBF3D2E00A4FC11 /* common-debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = ""; }; 34F558591DBF3D2E00A4FC11 /* common-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = ""; }; 45B8534C1F13C1340087F8ED /* arena.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = arena.cc; path = protobuf/src/google/protobuf/arena.cc; sourceTree = ""; }; @@ -41,62 +1208,972 @@ 45B853511F13C17D0087F8ED /* message_lite.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = message_lite.cc; path = protobuf/src/google/protobuf/message_lite.cc; sourceTree = ""; }; 45B853521F13C17D0087F8ED /* repeated_field.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = repeated_field.cc; path = protobuf/src/google/protobuf/repeated_field.cc; sourceTree = ""; }; 45B853531F13C17D0087F8ED /* wire_format_lite.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = wire_format_lite.cc; path = protobuf/src/google/protobuf/wire_format_lite.cc; sourceTree = ""; }; - 45B8535A1F13C1B30087F8ED /* coded_stream.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = coded_stream.cc; path = protobuf/src/google/protobuf/io/coded_stream.cc; sourceTree = ""; }; - 45B8535B1F13C1B30087F8ED /* zero_copy_stream_impl_lite.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = zero_copy_stream_impl_lite.cc; path = protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc; sourceTree = ""; }; - 45B8535C1F13C1B30087F8ED /* zero_copy_stream.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = zero_copy_stream.cc; path = protobuf/src/google/protobuf/io/zero_copy_stream.cc; sourceTree = ""; }; - 45B853621F13C22E0087F8ED /* atomicops_internals_x86_gcc.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = atomicops_internals_x86_gcc.cc; path = protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc; sourceTree = ""; }; - 45B853631F13C22E0087F8ED /* bytestream.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bytestream.cc; path = protobuf/src/google/protobuf/stubs/bytestream.cc; sourceTree = ""; }; - 45B853641F13C22E0087F8ED /* common.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = common.cc; path = protobuf/src/google/protobuf/stubs/common.cc; sourceTree = ""; }; - 45B853651F13C22E0087F8ED /* int128.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = int128.cc; path = protobuf/src/google/protobuf/stubs/int128.cc; sourceTree = ""; }; - 45B853661F13C22E0087F8ED /* once.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = once.cc; path = protobuf/src/google/protobuf/stubs/once.cc; sourceTree = ""; }; - 45B853671F13C22E0087F8ED /* status.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = status.cc; path = protobuf/src/google/protobuf/stubs/status.cc; sourceTree = ""; }; - 45B853681F13C22E0087F8ED /* statusor.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = statusor.cc; path = protobuf/src/google/protobuf/stubs/statusor.cc; sourceTree = ""; }; - 45B853691F13C22E0087F8ED /* stringpiece.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = stringpiece.cc; path = protobuf/src/google/protobuf/stubs/stringpiece.cc; sourceTree = ""; }; - 45B8536A1F13C22E0087F8ED /* stringprintf.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = stringprintf.cc; path = protobuf/src/google/protobuf/stubs/stringprintf.cc; sourceTree = ""; }; - 45B8536B1F13C22E0087F8ED /* structurally_valid.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structurally_valid.cc; path = protobuf/src/google/protobuf/stubs/structurally_valid.cc; sourceTree = ""; }; - 45B8536C1F13C22E0087F8ED /* strutil.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = strutil.cc; path = protobuf/src/google/protobuf/stubs/strutil.cc; sourceTree = ""; }; - 45B8536D1F13C22E0087F8ED /* time.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = time.cc; path = protobuf/src/google/protobuf/stubs/time.cc; sourceTree = ""; }; 670D04CD1B0BAC210013A7AC /* libprotobuf.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libprotobuf.a; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 670D04CA1B0BAC210013A7AC /* Frameworks */ = { + 16488BF92A6835C8001BC240 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1648D6902A6845C0001BC240 /* libabsl.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1648D4912A6842B2001BC240 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; + 670D04CA1B0BAC210013A7AC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1648D68D2A6843E0001BC240 /* libabsl.a in Frameworks */, + 16488D802A683744001BC240 /* libutf8_range.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 45B853601F13C1BD0087F8ED /* io */ = { + 16487F632A6826F9001BC240 /* io */ = { isa = PBXGroup; children = ( - 45B8535A1F13C1B30087F8ED /* coded_stream.cc */, - 45B8535B1F13C1B30087F8ED /* zero_copy_stream_impl_lite.cc */, - 45B8535C1F13C1B30087F8ED /* zero_copy_stream.cc */, + 16487F642A6826F9001BC240 /* zero_copy_stream_impl.h */, + 16487F662A6826F9001BC240 /* zero_copy_stream_impl_lite.cc */, + 16487F692A6826F9001BC240 /* zero_copy_stream_impl.cc */, + 16487F6A2A6826F9001BC240 /* coded_stream.cc */, + 16487F6E2A6826F9001BC240 /* zero_copy_stream_impl_lite.h */, + 16487F732A6826F9001BC240 /* zero_copy_stream.cc */, + 16487F782A6826F9001BC240 /* zero_copy_stream.h */, + 16487F792A6826F9001BC240 /* io_win32.cc */, + 16487F7E2A6826F9001BC240 /* package_info.h */, + 16487F812A6826F9001BC240 /* io_win32.h */, + 16487F822A6826F9001BC240 /* coded_stream.h */, ); name = io; + path = protobuf/src/google/protobuf/io; sourceTree = ""; }; - 45B853611F13C1D90087F8ED /* stubs */ = { + 16487F832A6826F9001BC240 /* stubs */ = { isa = PBXGroup; children = ( - 45B853621F13C22E0087F8ED /* atomicops_internals_x86_gcc.cc */, - 45B853631F13C22E0087F8ED /* bytestream.cc */, - 45B853641F13C22E0087F8ED /* common.cc */, - 45B853651F13C22E0087F8ED /* int128.cc */, - 45B853661F13C22E0087F8ED /* once.cc */, - 45B853671F13C22E0087F8ED /* status.cc */, - 45B853681F13C22E0087F8ED /* statusor.cc */, - 45B853691F13C22E0087F8ED /* stringpiece.cc */, - 45B8536A1F13C22E0087F8ED /* stringprintf.cc */, - 45B8536B1F13C22E0087F8ED /* structurally_valid.cc */, - 45B8536C1F13C22E0087F8ED /* strutil.cc */, - 45B8536D1F13C22E0087F8ED /* time.cc */, + 16487F852A6826F9001BC240 /* port.h */, + 16487F862A6826F9001BC240 /* common.cc */, + 16487F872A6826F9001BC240 /* status_macros.h */, + 16487F882A6826F9001BC240 /* common.h */, + 16487F892A6826F9001BC240 /* platform_macros.h */, + 16487F8B2A6826F9001BC240 /* callback.h */, ); name = stubs; + path = protobuf/src/google/protobuf/stubs; + sourceTree = ""; + }; + 164881BE2A68272B001BC240 /* absl */ = { + isa = PBXGroup; + children = ( + 164881BF2A68272B001BC240 /* strings */, + 164882652A68272C001BC240 /* types */, + 164882892A68272C001BC240 /* flags */, + 164882BA2A68272C001BC240 /* memory */, + 164882BF2A68272C001BC240 /* synchronization */, + 164882E22A68272C001BC240 /* hash */, + 164882FB2A68272C001BC240 /* debugging */, + 1648832B2A68272C001BC240 /* crc */, + 164883472A68272C001BC240 /* meta */, + 1648834C2A68272C001BC240 /* status */, + 1648835A2A68272C001BC240 /* algorithm */, + 164883622A68272C001BC240 /* time */, + 1648860B2A68272D001BC240 /* container */, + 164886582A68272D001BC240 /* numeric */, + 164886682A68272D001BC240 /* cleanup */, + 1648866F2A68272D001BC240 /* profiling */, + 1648867D2A68272D001BC240 /* log */, + 164886CA2A68272D001BC240 /* random */, + 164887312A68272D001BC240 /* functional */, + 1648873F2A68272D001BC240 /* base */, + 164887A12A68272D001BC240 /* utility */, + ); + name = absl; + path = "../../3party/protobuf/protobuf/third_party/abseil-cpp/absl"; + sourceTree = ""; + }; + 164881BF2A68272B001BC240 /* strings */ = { + isa = PBXGroup; + children = ( + 164881C12A68272B001BC240 /* cord_analysis.cc */, + 164881C22A68272B001BC240 /* numbers.h */, + 164881C52A68272B001BC240 /* charconv_benchmark.cc */, + 164881C62A68272B001BC240 /* match.cc */, + 164881C72A68272B001BC240 /* cord_analysis.h */, + 164881CC2A68272B001BC240 /* cord_buffer.cc */, + 164881CE2A68272B001BC240 /* str_format.h */, + 164881D02A68272B001BC240 /* str_split.h */, + 164881D12A68272B001BC240 /* internal */, + 164882392A68272C001BC240 /* str_replace_benchmark.cc */, + 1648823A2A68272C001BC240 /* str_replace.h */, + 1648823B2A68272C001BC240 /* string_view.cc */, + 1648823C2A68272C001BC240 /* str_join.h */, + 1648823D2A68272C001BC240 /* str_cat.cc */, + 1648823E2A68272C001BC240 /* cord_buffer.h */, + 164882412A68272C001BC240 /* escaping_benchmark.cc */, + 164882422A68272C001BC240 /* ascii.h */, + 164882432A68272C001BC240 /* str_join_benchmark.cc */, + 164882442A68272C001BC240 /* ascii_benchmark.cc */, + 164882452A68272C001BC240 /* cord.cc */, + 164882462A68272C001BC240 /* escaping.h */, + 164882472A68272C001BC240 /* charconv.h */, + 164882482A68272C001BC240 /* numbers_benchmark.cc */, + 164882492A68272C001BC240 /* string_view_benchmark.cc */, + 1648824A2A68272C001BC240 /* match.h */, + 1648824D2A68272C001BC240 /* str_split_benchmark.cc */, + 1648824E2A68272C001BC240 /* ascii.cc */, + 1648824F2A68272C001BC240 /* numbers.cc */, + 164882502A68272C001BC240 /* charconv.cc */, + 164882522A68272C001BC240 /* str_cat_benchmark.cc */, + 164882532A68272C001BC240 /* strip.h */, + 164882572A68272C001BC240 /* str_split.cc */, + 1648825A2A68272C001BC240 /* cord.h */, + 1648825C2A68272C001BC240 /* substitute.cc */, + 1648825D2A68272C001BC240 /* substitute.h */, + 164882612A68272C001BC240 /* escaping.cc */, + 164882622A68272C001BC240 /* string_view.h */, + 164882632A68272C001BC240 /* str_replace.cc */, + 164882642A68272C001BC240 /* str_cat.h */, + ); + path = strings; + sourceTree = ""; + }; + 164881D12A68272B001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164881D22A68272B001BC240 /* stl_type_traits.h */, + 164881D42A68272B001BC240 /* cord_rep_crc.cc */, + 164881D52A68272B001BC240 /* charconv_bigint.cc */, + 164881D82A68272B001BC240 /* cord_rep_btree_reader.cc */, + 164881D92A68272B001BC240 /* cordz_info.cc */, + 164881DB2A68272B001BC240 /* cordz_update_tracker.h */, + 164881DC2A68272B001BC240 /* memutil_benchmark.cc */, + 164881DD2A68272B001BC240 /* char_map.h */, + 164881DE2A68272B001BC240 /* stringify_sink.cc */, + 164881E02A68272B001BC240 /* cord_rep_btree.h */, + 164881E22A68272B001BC240 /* cord_internal.cc */, + 164881E32A68272C001BC240 /* pow10_helper.h */, + 164881E62A68272C001BC240 /* damerau_levenshtein_distance.h */, + 164881E82A68272C001BC240 /* cordz_sample_token.cc */, + 164881E92A68272C001BC240 /* cord_rep_consume.cc */, + 164881EB2A68272C001BC240 /* charconv_parse.cc */, + 164881ED2A68272C001BC240 /* memutil.h */, + 164881EE2A68272C001BC240 /* str_format */, + 164882062A68272C001BC240 /* str_join_internal.h */, + 164882072A68272C001BC240 /* has_absl_stringify.h */, + 164882082A68272C001BC240 /* cord_rep_btree_reader.h */, + 164882092A68272C001BC240 /* cord_rep_flat.h */, + 1648820B2A68272C001BC240 /* cordz_handle.h */, + 1648820C2A68272C001BC240 /* cordz_functions.h */, + 1648820D2A68272C001BC240 /* cordz_sample_token.h */, + 1648820E2A68272C001BC240 /* ostringstream_benchmark.cc */, + 1648820F2A68272C001BC240 /* cord_rep_ring.cc */, + 164882102A68272C001BC240 /* cordz_handle.cc */, + 164882132A68272C001BC240 /* cord_rep_btree_navigator.h */, + 164882142A68272C001BC240 /* charconv_bigint.h */, + 164882152A68272C001BC240 /* cord_rep_crc.h */, + 164882162A68272C001BC240 /* memutil.cc */, + 164882172A68272C001BC240 /* ostringstream.cc */, + 164882182A68272C001BC240 /* pow10_helper.cc */, + 164882192A68272C001BC240 /* escaping.h */, + 1648821A2A68272C001BC240 /* cordz_statistics.h */, + 1648821D2A68272C001BC240 /* utf8.cc */, + 1648821F2A68272C001BC240 /* cord_rep_ring_reader.h */, + 164882202A68272C001BC240 /* cordz_info.h */, + 164882212A68272C001BC240 /* resize_uninitialized.h */, + 164882232A68272C001BC240 /* cord_data_edge.h */, + 164882242A68272C001BC240 /* ostringstream.h */, + 164882262A68272C001BC240 /* stringify_sink.h */, + 164882272A68272C001BC240 /* string_constant.h */, + 164882282A68272C001BC240 /* damerau_levenshtein_distance.cc */, + 1648822A2A68272C001BC240 /* cord_internal.h */, + 1648822B2A68272C001BC240 /* charconv_parse.h */, + 1648822C2A68272C001BC240 /* cord_rep_consume.h */, + 1648822F2A68272C001BC240 /* cordz_functions.cc */, + 164882312A68272C001BC240 /* cord_rep_btree_navigator.cc */, + 164882322A68272C001BC240 /* char_map_benchmark.cc */, + 164882332A68272C001BC240 /* cordz_update_scope.h */, + 164882342A68272C001BC240 /* utf8.h */, + 164882352A68272C001BC240 /* escaping.cc */, + 164882362A68272C001BC240 /* cord_rep_btree.cc */, + 164882372A68272C001BC240 /* str_split_internal.h */, + 164882382A68272C001BC240 /* cord_rep_ring.h */, + ); + path = internal; + sourceTree = ""; + }; + 164881EE2A68272C001BC240 /* str_format */ = { + isa = PBXGroup; + children = ( + 164881EF2A68272C001BC240 /* float_conversion.h */, + 164881F02A68272C001BC240 /* arg.cc */, + 164881F12A68272C001BC240 /* float_conversion.cc */, + 164881F22A68272C001BC240 /* output.cc */, + 164881F62A68272C001BC240 /* parser.h */, + 164881F72A68272C001BC240 /* arg.h */, + 164881F82A68272C001BC240 /* bind.cc */, + 164881F92A68272C001BC240 /* parser.cc */, + 164881FA2A68272C001BC240 /* extension.cc */, + 164881FB2A68272C001BC240 /* output.h */, + 164881FC2A68272C001BC240 /* checker.h */, + 164881FD2A68272C001BC240 /* constexpr_parser.h */, + 164882012A68272C001BC240 /* extension.h */, + 164882032A68272C001BC240 /* bind.h */, + ); + path = str_format; + sourceTree = ""; + }; + 164882652A68272C001BC240 /* types */ = { + isa = PBXGroup; + children = ( + 164882692A68272C001BC240 /* bad_variant_access.h */, + 1648826B2A68272C001BC240 /* bad_any_cast.h */, + 1648826D2A68272C001BC240 /* variant_benchmark.cc */, + 1648826E2A68272C001BC240 /* bad_any_cast.cc */, + 1648826F2A68272C001BC240 /* internal */, + 1648827C2A68272C001BC240 /* optional.h */, + 1648827D2A68272C001BC240 /* bad_optional_access.h */, + 1648827F2A68272C001BC240 /* compare.h */, + 164882802A68272C001BC240 /* bad_optional_access.cc */, + 164882822A68272C001BC240 /* span.h */, + 164882842A68272C001BC240 /* bad_variant_access.cc */, + 164882852A68272C001BC240 /* any.h */, + 164882872A68272C001BC240 /* variant.h */, + ); + path = types; + sourceTree = ""; + }; + 1648826F2A68272C001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164882702A68272C001BC240 /* transform_args.h */, + 164882752A68272C001BC240 /* optional.h */, + 164882762A68272C001BC240 /* parentheses.h */, + 164882782A68272C001BC240 /* span.h */, + 1648827A2A68272C001BC240 /* variant.h */, + ); + path = internal; + sourceTree = ""; + }; + 164882892A68272C001BC240 /* flags */ = { + isa = PBXGroup; + children = ( + 1648828A2A68272C001BC240 /* commandlineflag.h */, + 1648828B2A68272C001BC240 /* declare.h */, + 1648828D2A68272C001BC240 /* parse.cc */, + 164882902A68272C001BC240 /* flag_benchmark.cc */, + 164882912A68272C001BC240 /* usage.cc */, + 164882922A68272C001BC240 /* config.h */, + 164882942A68272C001BC240 /* parse.h */, + 164882952A68272C001BC240 /* flag.h */, + 164882962A68272C001BC240 /* internal */, + 164882AA2A68272C001BC240 /* marshalling.h */, + 164882AE2A68272C001BC240 /* usage_config.cc */, + 164882B02A68272C001BC240 /* flag_benchmark.lds */, + 164882B32A68272C001BC240 /* flag.cc */, + 164882B42A68272C001BC240 /* marshalling.cc */, + 164882B62A68272C001BC240 /* usage_config.h */, + 164882B72A68272C001BC240 /* usage.h */, + 164882B92A68272C001BC240 /* commandlineflag.cc */, + ); + path = flags; + sourceTree = ""; + }; + 164882962A68272C001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164882972A68272C001BC240 /* commandlineflag.h */, + 164882982A68272C001BC240 /* private_handle_accessor.cc */, + 1648829A2A68272C001BC240 /* usage.cc */, + 1648829C2A68272C001BC240 /* parse.h */, + 1648829D2A68272C001BC240 /* flag.h */, + 1648829E2A68272C001BC240 /* program_name.cc */, + 1648829F2A68272C001BC240 /* program_name.h */, + 164882A02A68272C001BC240 /* registry.h */, + 164882A12A68272C001BC240 /* path_util.h */, + 164882A32A68272C001BC240 /* private_handle_accessor.h */, + 164882A52A68272C001BC240 /* flag.cc */, + 164882A62A68272C001BC240 /* sequence_lock.h */, + 164882A82A68272C001BC240 /* usage.h */, + 164882A92A68272C001BC240 /* commandlineflag.cc */, + ); + path = internal; + sourceTree = ""; + }; + 164882BA2A68272C001BC240 /* memory */ = { + isa = PBXGroup; + children = ( + 164882BE2A68272C001BC240 /* memory.h */, + ); + path = memory; + sourceTree = ""; + }; + 164882BF2A68272C001BC240 /* synchronization */ = { + isa = PBXGroup; + children = ( + 164882C02A68272C001BC240 /* blocking_counter.h */, + 164882C22A68272C001BC240 /* blocking_counter.cc */, + 164882C32A68272C001BC240 /* notification.h */, + 164882C42A68272C001BC240 /* mutex.cc */, + 164882C72A68272C001BC240 /* barrier.h */, + 164882C92A68272C001BC240 /* blocking_counter_benchmark.cc */, + 164882CA2A68272C001BC240 /* internal */, + 164882D92A68272C001BC240 /* barrier.cc */, + 164882DB2A68272C001BC240 /* mutex_benchmark.cc */, + 164882DC2A68272C001BC240 /* notification.cc */, + 164882DF2A68272C001BC240 /* mutex.h */, + ); + path = synchronization; + sourceTree = ""; + }; + 164882CA2A68272C001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164882CB2A68272C001BC240 /* graphcycles_benchmark.cc */, + 164882CC2A68272C001BC240 /* per_thread_sem.cc */, + 164882CE2A68272C001BC240 /* per_thread_sem.h */, + 164882CF2A68272C001BC240 /* futex.h */, + 164882D02A68272C001BC240 /* graphcycles.h */, + 164882D12A68272C001BC240 /* waiter.h */, + 164882D32A68272C001BC240 /* thread_pool.h */, + 164882D42A68272C001BC240 /* create_thread_identity.cc */, + 164882D52A68272C001BC240 /* waiter.cc */, + 164882D62A68272C001BC240 /* create_thread_identity.h */, + 164882D72A68272C001BC240 /* kernel_timeout.h */, + 164882D82A68272C001BC240 /* graphcycles.cc */, + ); + path = internal; + sourceTree = ""; + }; + 164882E22A68272C001BC240 /* hash */ = { + isa = PBXGroup; + children = ( + 164882E52A68272C001BC240 /* internal */, + 164882F12A68272C001BC240 /* hash_benchmark.cc */, + 164882F32A68272C001BC240 /* hash.h */, + ); + path = hash; + sourceTree = ""; + }; + 164882E52A68272C001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164882E72A68272C001BC240 /* low_level_hash.cc */, + 164882E82A68272C001BC240 /* hash.cc */, + 164882E92A68272C001BC240 /* spy_hash_state.h */, + 164882EA2A68272C001BC240 /* low_level_hash.h */, + 164882EB2A68272C001BC240 /* print_hash_of.cc */, + 164882EC2A68272C001BC240 /* city.h */, + 164882ED2A68272C001BC240 /* city.cc */, + 164882EE2A68272C001BC240 /* hash.h */, + ); + path = internal; + sourceTree = ""; + }; + 164882FB2A68272C001BC240 /* debugging */ = { + isa = PBXGroup; + children = ( + 164882FD2A68272C001BC240 /* symbolize.cc */, + 164882FE2A68272C001BC240 /* failure_signal_handler.h */, + 164883002A68272C001BC240 /* failure_signal_handler.cc */, + 164883012A68272C001BC240 /* stacktrace.h */, + 164883022A68272C001BC240 /* symbolize.h */, + 164883032A68272C001BC240 /* leak_check.h */, + 164883042A68272C001BC240 /* internal */, + 164883262A68272C001BC240 /* leak_check.cc */, + 164883272A68272C001BC240 /* stacktrace.cc */, + 1648832A2A68272C001BC240 /* stacktrace_benchmark.cc */, + ); + path = debugging; + sourceTree = ""; + }; + 164883042A68272C001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164883052A68272C001BC240 /* stacktrace_config.h */, + 164883072A68272C001BC240 /* examine_stack.h */, + 164883082A68272C001BC240 /* examine_stack.cc */, + 164883092A68272C001BC240 /* vdso_support.cc */, + 1648830C2A68272C001BC240 /* stack_consumption.cc */, + 1648830D2A68272C001BC240 /* demangle.h */, + 1648830E2A68272C001BC240 /* symbolize.h */, + 164883102A68272C001BC240 /* address_is_readable.h */, + 164883112A68272C001BC240 /* stack_consumption.h */, + 164883122A68272C001BC240 /* address_is_readable.cc */, + 164883152A68272C001BC240 /* elf_mem_image.h */, + 164883162A68272C001BC240 /* elf_mem_image.cc */, + 164883182A68272C001BC240 /* demangle.cc */, + 1648831D2A68272C001BC240 /* vdso_support.h */, + ); + path = internal; + sourceTree = ""; + }; + 1648832B2A68272C001BC240 /* crc */ = { + isa = PBXGroup; + children = ( + 1648832E2A68272C001BC240 /* internal */, + 164883432A68272C001BC240 /* crc32c.cc */, + 164883452A68272C001BC240 /* crc32c.h */, + 164883462A68272C001BC240 /* crc32c_benchmark.cc */, + ); + path = crc; + sourceTree = ""; + }; + 1648832E2A68272C001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 1648832F2A68272C001BC240 /* crc32c_inline.h */, + 164883302A68272C001BC240 /* crc_cord_state.h */, + 164883312A68272C001BC240 /* non_temporal_memcpy.h */, + 164883322A68272C001BC240 /* crc_memcpy.h */, + 164883332A68272C001BC240 /* crc_x86_arm_combined.cc */, + 164883342A68272C001BC240 /* crc.h */, + 164883352A68272C001BC240 /* crc_cord_state.cc */, + 164883362A68272C001BC240 /* crc_internal.h */, + 164883372A68272C001BC240 /* crc_memcpy_fallback.cc */, + 164883382A68272C001BC240 /* non_temporal_arm_intrinsics.h */, + 1648833B2A68272C001BC240 /* crc32_x86_arm_combined_simd.h */, + 1648833C2A68272C001BC240 /* crc32c.h */, + 1648833D2A68272C001BC240 /* cpu_detect.h */, + 1648833E2A68272C001BC240 /* cpu_detect.cc */, + 1648833F2A68272C001BC240 /* crc.cc */, + 164883402A68272C001BC240 /* crc_non_temporal_memcpy.cc */, + 164883422A68272C001BC240 /* crc_memcpy_x86_64.cc */, + ); + path = internal; + sourceTree = ""; + }; + 164883472A68272C001BC240 /* meta */ = { + isa = PBXGroup; + children = ( + 1648834B2A68272C001BC240 /* type_traits.h */, + ); + path = meta; + sourceTree = ""; + }; + 1648834C2A68272C001BC240 /* status */ = { + isa = PBXGroup; + children = ( + 1648834D2A68272C001BC240 /* status_payload_printer.cc */, + 1648834E2A68272C001BC240 /* status.cc */, + 164883502A68272C001BC240 /* status.h */, + 164883512A68272C001BC240 /* status_payload_printer.h */, + 164883522A68272C001BC240 /* statusor.h */, + 164883532A68272C001BC240 /* internal */, + 164883562A68272C001BC240 /* statusor.cc */, + ); + path = status; + sourceTree = ""; + }; + 164883532A68272C001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164883542A68272C001BC240 /* status_internal.h */, + 164883552A68272C001BC240 /* statusor_internal.h */, + ); + path = internal; + sourceTree = ""; + }; + 1648835A2A68272C001BC240 /* algorithm */ = { + isa = PBXGroup; + children = ( + 1648835C2A68272C001BC240 /* algorithm.h */, + 1648835E2A68272C001BC240 /* container.h */, + 164883602A68272C001BC240 /* equal_benchmark.cc */, + ); + path = algorithm; + sourceTree = ""; + }; + 164883622A68272C001BC240 /* time */ = { + isa = PBXGroup; + children = ( + 164883632A68272C001BC240 /* time.h */, + 164883662A68272C001BC240 /* time_benchmark.cc */, + 164883682A68272C001BC240 /* clock_benchmark.cc */, + 164883692A68272C001BC240 /* format_benchmark.cc */, + 1648836A2A68272C001BC240 /* internal */, + 164885FC2A68272D001BC240 /* civil_time.h */, + 164885FE2A68272D001BC240 /* clock.cc */, + 164885FF2A68272D001BC240 /* duration.cc */, + 164886002A68272D001BC240 /* civil_time.cc */, + 164886032A68272D001BC240 /* civil_time_benchmark.cc */, + 164886062A68272D001BC240 /* duration_benchmark.cc */, + 164886072A68272D001BC240 /* format.cc */, + 164886082A68272D001BC240 /* time.cc */, + 1648860A2A68272D001BC240 /* clock.h */, + ); + path = time; + sourceTree = ""; + }; + 1648836A2A68272C001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 1648836E2A68272C001BC240 /* cctz */, + ); + path = internal; + sourceTree = ""; + }; + 1648836E2A68272C001BC240 /* cctz */ = { + isa = PBXGroup; + children = ( + 164885DE2A68272D001BC240 /* include */, + 164885E52A68272D001BC240 /* src */, + ); + path = cctz; + sourceTree = ""; + }; + 164885DE2A68272D001BC240 /* include */ = { + isa = PBXGroup; + children = ( + 164885DF2A68272D001BC240 /* cctz */, + ); + path = include; + sourceTree = ""; + }; + 164885DF2A68272D001BC240 /* cctz */ = { + isa = PBXGroup; + children = ( + 164885E02A68272D001BC240 /* civil_time.h */, + 164885E12A68272D001BC240 /* time_zone.h */, + 164885E22A68272D001BC240 /* zone_info_source.h */, + 164885E32A68272D001BC240 /* civil_time_detail.h */, + ); + path = cctz; + sourceTree = ""; + }; + 164885E52A68272D001BC240 /* src */ = { + isa = PBXGroup; + children = ( + 164885E62A68272D001BC240 /* time_zone_format.cc */, + 164885E72A68272D001BC240 /* time_zone_fixed.h */, + 164885E82A68272D001BC240 /* time_zone_if.h */, + 164885EA2A68272D001BC240 /* time_zone_impl.cc */, + 164885EB2A68272D001BC240 /* cctz_benchmark.cc */, + 164885EC2A68272D001BC240 /* time_zone_lookup.cc */, + 164885ED2A68272D001BC240 /* time_zone_info.cc */, + 164885EE2A68272D001BC240 /* time_zone_if.cc */, + 164885F02A68272D001BC240 /* time_zone_fixed.cc */, + 164885F12A68272D001BC240 /* zone_info_source.cc */, + 164885F22A68272D001BC240 /* time_zone_libc.cc */, + 164885F32A68272D001BC240 /* time_zone_posix.h */, + 164885F42A68272D001BC240 /* tzfile.h */, + 164885F52A68272D001BC240 /* time_zone_libc.h */, + 164885F62A68272D001BC240 /* civil_time_detail.cc */, + 164885F72A68272D001BC240 /* time_zone_info.h */, + 164885F82A68272D001BC240 /* time_zone_impl.h */, + 164885FA2A68272D001BC240 /* time_zone_posix.cc */, + ); + path = src; + sourceTree = ""; + }; + 1648860B2A68272D001BC240 /* container */ = { + isa = PBXGroup; + children = ( + 1648860C2A68272D001BC240 /* node_hash_map.h */, + 1648860D2A68272D001BC240 /* flat_hash_map.h */, + 1648860E2A68272D001BC240 /* btree_benchmark.cc */, + 164886112A68272D001BC240 /* fixed_array_benchmark.cc */, + 164886122A68272D001BC240 /* inlined_vector_benchmark.cc */, + 164886132A68272D001BC240 /* fixed_array.h */, + 164886152A68272D001BC240 /* internal */, + 164886492A68272D001BC240 /* btree_set.h */, + 1648864B2A68272D001BC240 /* inlined_vector.h */, + 1648864E2A68272D001BC240 /* btree_map.h */, + 164886532A68272D001BC240 /* flat_hash_set.h */, + 164886552A68272D001BC240 /* node_hash_set.h */, + ); + path = container; + sourceTree = ""; + }; + 164886152A68272D001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 1648861B2A68272D001BC240 /* raw_hash_set_probe_benchmark.cc */, + 1648861C2A68272D001BC240 /* compressed_tuple.h */, + 1648861E2A68272D001BC240 /* btree_container.h */, + 1648861F2A68272D001BC240 /* container_memory.h */, + 164886242A68272D001BC240 /* raw_hash_set.h */, + 164886252A68272D001BC240 /* hash_function_defaults.h */, + 164886262A68272D001BC240 /* hashtablez_sampler.h */, + 164886272A68272D001BC240 /* raw_hash_set_benchmark.cc */, + 1648862A2A68272D001BC240 /* raw_hash_set.cc */, + 1648862D2A68272D001BC240 /* hashtable_debug.h */, + 1648862E2A68272D001BC240 /* inlined_vector.h */, + 1648862F2A68272D001BC240 /* raw_hash_map.h */, + 164886332A68272D001BC240 /* layout.h */, + 164886342A68272D001BC240 /* btree.h */, + 164886352A68272D001BC240 /* hashtable_debug_hooks.h */, + 164886362A68272D001BC240 /* hashtablez_sampler_force_weak_definition.cc */, + 164886372A68272D001BC240 /* node_slot_policy.h */, + 164886382A68272D001BC240 /* hash_policy_traits.h */, + 1648863A2A68272D001BC240 /* common.h */, + 1648863F2A68272D001BC240 /* common_policy_traits.h */, + 164886402A68272D001BC240 /* layout_benchmark.cc */, + 164886422A68272D001BC240 /* tracked.h */, + 164886432A68272D001BC240 /* hashtablez_sampler.cc */, + 164886472A68272D001BC240 /* counting_allocator.h */, + ); + path = internal; + sourceTree = ""; + }; + 164886582A68272D001BC240 /* numeric */ = { + isa = PBXGroup; + children = ( + 164886592A68272D001BC240 /* int128.cc */, + 1648865A2A68272D001BC240 /* int128_benchmark.cc */, + 1648865F2A68272D001BC240 /* internal */, + 164886632A68272D001BC240 /* bits_benchmark.cc */, + 164886652A68272D001BC240 /* int128.h */, + 164886672A68272D001BC240 /* bits.h */, + ); + path = numeric; + sourceTree = ""; + }; + 1648865F2A68272D001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164886602A68272D001BC240 /* representation.h */, + 164886612A68272D001BC240 /* bits.h */, + ); + path = internal; + sourceTree = ""; + }; + 164886682A68272D001BC240 /* cleanup */ = { + isa = PBXGroup; + children = ( + 164886692A68272D001BC240 /* cleanup.h */, + 1648866C2A68272D001BC240 /* internal */, + ); + path = cleanup; + sourceTree = ""; + }; + 1648866C2A68272D001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 1648866D2A68272D001BC240 /* cleanup.h */, + ); + path = internal; + sourceTree = ""; + }; + 1648866F2A68272D001BC240 /* profiling */ = { + isa = PBXGroup; + children = ( + 164886712A68272D001BC240 /* internal */, + ); + path = profiling; + sourceTree = ""; + }; + 164886712A68272D001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164886722A68272D001BC240 /* exponential_biased.h */, + 164886732A68272D001BC240 /* periodic_sampler.cc */, + 164886762A68272D001BC240 /* sample_recorder.h */, + 164886772A68272D001BC240 /* periodic_sampler.h */, + 164886792A68272D001BC240 /* exponential_biased.cc */, + 1648867A2A68272D001BC240 /* periodic_sampler_benchmark.cc */, + ); + path = internal; + sourceTree = ""; + }; + 1648867D2A68272D001BC240 /* log */ = { + isa = PBXGroup; + children = ( + 1648867F2A68272D001BC240 /* structured.h */, + 164886812A68272D001BC240 /* scoped_mock_log.h */, + 164886852A68272D001BC240 /* die_if_null.cc */, + 164886862A68272D001BC240 /* absl_log.h */, + 164886872A68272D001BC240 /* flags.h */, + 164886882A68272D001BC240 /* scoped_mock_log.cc */, + 164886892A68272D001BC240 /* log_sink_registry.h */, + 1648868A2A68272D001BC240 /* log_sink.h */, + 1648868D2A68272D001BC240 /* internal */, + 164886AF2A68272D001BC240 /* log_benchmark.cc */, + 164886B02A68272D001BC240 /* log_streamer.h */, + 164886B12A68272D001BC240 /* globals.h */, + 164886B22A68272D001BC240 /* log_entry.h */, + 164886B42A68272D001BC240 /* globals.cc */, + 164886B72A68272D001BC240 /* flags.cc */, + 164886B82A68272D001BC240 /* log.h */, + 164886B92A68272D001BC240 /* check.h */, + 164886BA2A68272D001BC240 /* log_entry.cc */, + 164886BC2A68272D001BC240 /* initialize.h */, + 164886C02A68272D001BC240 /* die_if_null.h */, + 164886C32A68272D001BC240 /* absl_check.h */, + 164886C42A68272D001BC240 /* log_sink.cc */, + 164886C72A68272D001BC240 /* initialize.cc */, + ); + path = log; + sourceTree = ""; + }; + 1648868D2A68272D001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 1648868E2A68272D001BC240 /* log_message.h */, + 1648868F2A68272D001BC240 /* log_format.h */, + 164886902A68272D001BC240 /* structured.h */, + 164886922A68272D001BC240 /* log_impl.h */, + 164886932A68272D001BC240 /* log_sink_set.h */, + 164886942A68272D001BC240 /* append_truncated.h */, + 164886952A68272D001BC240 /* nullguard.cc */, + 164886962A68272D001BC240 /* nullstream.h */, + 164886972A68272D001BC240 /* proto.h */, + 164886982A68272D001BC240 /* config.h */, + 164886992A68272D001BC240 /* proto.cc */, + 1648869A2A68272D001BC240 /* check_impl.h */, + 1648869B2A68272D001BC240 /* log_message.cc */, + 1648869D2A68272D001BC240 /* conditions.cc */, + 1648869E2A68272D001BC240 /* flags.h */, + 164886A22A68272D001BC240 /* globals.h */, + 164886A32A68272D001BC240 /* check_op.h */, + 164886A42A68272D001BC240 /* globals.cc */, + 164886A72A68272D001BC240 /* strip.h */, + 164886A92A68272D001BC240 /* check_op.cc */, + 164886AA2A68272D001BC240 /* log_format.cc */, + 164886AB2A68272D001BC240 /* conditions.h */, + 164886AC2A68272D001BC240 /* log_sink_set.cc */, + 164886AD2A68272D001BC240 /* voidify.h */, + 164886AE2A68272D001BC240 /* nullguard.h */, + ); + path = internal; + sourceTree = ""; + }; + 164886CA2A68272D001BC240 /* random */ = { + isa = PBXGroup; + children = ( + 164886CB2A68272D001BC240 /* gaussian_distribution.cc */, + 164886D02A68272D001BC240 /* poisson_distribution.h */, + 164886D22A68272D001BC240 /* discrete_distribution.cc */, + 164886D32A68272D001BC240 /* bit_gen_ref.h */, + 164886D62A68272D001BC240 /* uniform_int_distribution.h */, + 164886D72A68272D001BC240 /* distributions.h */, + 164886D82A68272D001BC240 /* benchmarks.cc */, + 164886DA2A68272D001BC240 /* uniform_real_distribution.h */, + 164886DB2A68272D001BC240 /* seed_gen_exception.cc */, + 164886DF2A68272D001BC240 /* mocking_bit_gen.h */, + 164886E02A68272D001BC240 /* bernoulli_distribution.h */, + 164886E12A68272D001BC240 /* seed_gen_exception.h */, + 164886E32A68272D001BC240 /* internal */, + 164887202A68272D001BC240 /* log_uniform_int_distribution.h */, + 164887232A68272D001BC240 /* mock_distributions.h */, + 164887242A68272D001BC240 /* seed_sequences.h */, + 164887272A68272D001BC240 /* beta_distribution.h */, + 164887282A68272D001BC240 /* zipf_distribution.h */, + 1648872A2A68272D001BC240 /* exponential_distribution.h */, + 1648872B2A68272D001BC240 /* gaussian_distribution.h */, + 1648872C2A68272D001BC240 /* discrete_distribution.h */, + 1648872E2A68272D001BC240 /* random.h */, + 164887302A68272D001BC240 /* seed_sequences.cc */, + ); + path = random; + sourceTree = ""; + }; + 164886E32A68272D001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164886E42A68272D001BC240 /* gaussian_distribution_gentables.cc */, + 164886E72A68272D001BC240 /* explicit_seed_seq.h */, + 164886E82A68272D001BC240 /* randen_detect.h */, + 164886E92A68272D001BC240 /* randen_slow.h */, + 164886EA2A68272D001BC240 /* fast_uniform_bits.h */, + 164886EB2A68272D001BC240 /* iostream_state_saver.h */, + 164886EC2A68272D001BC240 /* traits.h */, + 164886ED2A68272D001BC240 /* nanobenchmark.cc */, + 164886EE2A68272D001BC240 /* nonsecure_base.h */, + 164886F22A68272D001BC240 /* randen_traits.h */, + 164886F42A68272D001BC240 /* nanobenchmark.h */, + 164886F62A68272D001BC240 /* seed_material.cc */, + 164886F82A68272D001BC240 /* randen_slow.cc */, + 164886FA2A68272D001BC240 /* fastmath.h */, + 164886FB2A68272D001BC240 /* uniform_helper.h */, + 164886FF2A68272D001BC240 /* randen_engine.h */, + 164887012A68272D001BC240 /* chi_square.cc */, + 164887032A68272D001BC240 /* randen_hwaes.h */, + 164887042A68272D001BC240 /* chi_square.h */, + 164887072A68272D001BC240 /* distribution_caller.h */, + 164887082A68272D001BC240 /* mock_overload_set.h */, + 164887092A68272D001BC240 /* randen.cc */, + 1648870A2A68272D001BC240 /* randen_detect.cc */, + 1648870B2A68272D001BC240 /* seed_material.h */, + 1648870D2A68272D001BC240 /* sequence_urbg.h */, + 1648870E2A68272D001BC240 /* mock_helpers.h */, + 164887102A68272D001BC240 /* salted_seed_seq.h */, + 164887112A68272D001BC240 /* randen_round_keys.cc */, + 164887122A68272D001BC240 /* pool_urbg.h */, + 164887132A68272D001BC240 /* randen_benchmarks.cc */, + 164887142A68272D001BC240 /* generate_real.h */, + 164887162A68272D001BC240 /* pcg_engine.h */, + 164887192A68272D001BC240 /* randen_hwaes.cc */, + 1648871A2A68272D001BC240 /* pool_urbg.cc */, + 1648871B2A68272D001BC240 /* platform.h */, + 1648871D2A68272D001BC240 /* wide_multiply.h */, + 1648871F2A68272D001BC240 /* randen.h */, + ); + path = internal; + sourceTree = ""; + }; + 164887312A68272D001BC240 /* functional */ = { + isa = PBXGroup; + children = ( + 164887322A68272D001BC240 /* bind_front.h */, + 164887332A68272D001BC240 /* function_ref.h */, + 164887362A68272D001BC240 /* function_type_benchmark.cc */, + 164887372A68272D001BC240 /* internal */, + 1648873E2A68272D001BC240 /* any_invocable.h */, + ); + path = functional; + sourceTree = ""; + }; + 164887372A68272D001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 164887382A68272D001BC240 /* function_ref.h */, + 164887392A68272D001BC240 /* front_binder.h */, + 1648873A2A68272D001BC240 /* any_invocable.h */, + ); + path = internal; + sourceTree = ""; + }; + 1648873F2A68272D001BC240 /* base */ = { + isa = PBXGroup; + children = ( + 164887402A68272D001BC240 /* policy_checks.h */, + 164887422A68272D001BC240 /* port.h */, + 164887452A68272D001BC240 /* config.h */, + 1648874A2A68272D001BC240 /* casts.h */, + 1648874B2A68272D001BC240 /* internal */, + 164887902A68272D001BC240 /* attributes.h */, + 164887912A68272D001BC240 /* options.h */, + 164887932A68272D001BC240 /* const_init.h */, + 164887982A68272D001BC240 /* macros.h */, + 164887992A68272D001BC240 /* thread_annotations.h */, + 1648879A2A68272D001BC240 /* log_severity.cc */, + 1648879C2A68272D001BC240 /* optimization.h */, + 1648879D2A68272D001BC240 /* log_severity.h */, + 1648879E2A68272D001BC240 /* call_once.h */, + 1648879F2A68272D001BC240 /* dynamic_annotations.h */, + ); + path = base; + sourceTree = ""; + }; + 1648874B2A68272D001BC240 /* internal */ = { + isa = PBXGroup; + children = ( + 1648874D2A68272D001BC240 /* spinlock.h */, + 1648874E2A68272D001BC240 /* prefetch.h */, + 1648874F2A68272D001BC240 /* scoped_set_env.h */, + 164887502A68272D001BC240 /* spinlock_wait.cc */, + 164887512A68272D001BC240 /* cycleclock.cc */, + 164887522A68272D001BC240 /* scheduling_mode.h */, + 164887532A68272D001BC240 /* per_thread_tls.h */, + 164887542A68272D001BC240 /* strerror.h */, + 164887562A68272D001BC240 /* errno_saver.h */, + 164887572A68272D001BC240 /* strerror_benchmark.cc */, + 164887582A68272D001BC240 /* fast_type_id.h */, + 164887592A68272D001BC240 /* spinlock.cc */, + 1648875C2A68272D001BC240 /* unscaledcycleclock.cc */, + 1648875D2A68272D001BC240 /* endian.h */, + 1648875E2A68272D001BC240 /* thread_identity_benchmark.cc */, + 1648875F2A68272D001BC240 /* spinlock_benchmark.cc */, + 164887612A68272D001BC240 /* sysinfo.h */, + 164887622A68272D001BC240 /* tsan_mutex_interface.h */, + 164887652A68272D001BC240 /* thread_identity.h */, + 164887682A68272D001BC240 /* unaligned_access.h */, + 164887692A68272D001BC240 /* scoped_set_env.cc */, + 1648876B2A68272D001BC240 /* sysinfo.cc */, + 1648876C2A68272D001BC240 /* raw_logging.cc */, + 1648876D2A68272D001BC240 /* direct_mmap.h */, + 1648876F2A68272D001BC240 /* unscaledcycleclock.h */, + 164887702A68272D001BC240 /* throw_delegate.cc */, + 164887712A68272D001BC240 /* invoke.h */, + 164887722A68272D001BC240 /* pretty_function.h */, + 164887732A68272D001BC240 /* inline_variable.h */, + 164887742A68272D001BC240 /* unscaledcycleclock_config.h */, + 164887752A68272D001BC240 /* cycleclock.h */, + 164887762A68272D001BC240 /* low_level_alloc.h */, + 164887782A68272D001BC240 /* strerror.cc */, + 1648877A2A68272D001BC240 /* atomic_hook.h */, + 1648877B2A68272D001BC240 /* identity.h */, + 1648877E2A68272D001BC240 /* thread_annotations.h */, + 164887812A68272D001BC240 /* low_level_scheduling.h */, + 164887822A68272D001BC240 /* raw_logging.h */, + 164887842A68272D001BC240 /* cycleclock_config.h */, + 164887852A68272D001BC240 /* thread_identity.cc */, + 164887862A68272D001BC240 /* throw_delegate.h */, + 164887882A68272D001BC240 /* low_level_alloc.cc */, + 164887892A68272D001BC240 /* hide_ptr.h */, + 1648878C2A68272D001BC240 /* spinlock_wait.h */, + 1648878D2A68272D001BC240 /* dynamic_annotations.h */, + ); + path = internal; + sourceTree = ""; + }; + 164887A12A68272D001BC240 /* utility */ = { + isa = PBXGroup; + children = ( + 164887A52A68272D001BC240 /* utility.h */, + ); + path = utility; + sourceTree = ""; + }; + 16488ABB2A6827B2001BC240 /* utf8_range */ = { + isa = PBXGroup; + children = ( + 16488ABC2A6827B2001BC240 /* range2-neon.c */, + 16488ABD2A6827B2001BC240 /* range2-sse.c */, + 16488ABE2A6827B2001BC240 /* utf8_range.h */, + 16488ABF2A6827B2001BC240 /* utf8_validity.cc */, + 16488AC12A6827B2001BC240 /* lookup.c */, + 16488AC72A6827B2001BC240 /* utf8_to_utf16 */, + 16488ACC2A6827B2001BC240 /* ascii.cpp */, + 16488ACD2A6827B2001BC240 /* naive.c */, + 16488ACE2A6827B2001BC240 /* range-sse.c */, + 16488AD32A6827B2001BC240 /* main.c */, + 16488AD52A6827B2001BC240 /* boost.cpp */, + 16488AD72A6827B2001BC240 /* lemire-neon.c */, + 16488ADD2A6827B2001BC240 /* lemire-avx2.c */, + 16488ADF2A6827B2001BC240 /* range-neon.c */, + 16488AE02A6827B2001BC240 /* fuzz */, + 16488AE52A6827B2001BC240 /* utf8_validity.h */, + 16488AE62A6827B2001BC240 /* range-avx2.c */, + 16488AE92A6827B2001BC240 /* lemire-sse.c */, + ); + name = utf8_range; + path = ../../3party/protobuf/protobuf/third_party/utf8_range; + sourceTree = ""; + }; + 16488AC72A6827B2001BC240 /* utf8_to_utf16 */ = { + isa = PBXGroup; + children = ( + 16488AC82A6827B2001BC240 /* iconv.c */, + 16488ACA2A6827B2001BC240 /* naive.c */, + 16488ACB2A6827B2001BC240 /* main.c */, + ); + path = utf8_to_utf16; + sourceTree = ""; + }; + 16488AE02A6827B2001BC240 /* fuzz */ = { + isa = PBXGroup; + children = ( + 16488AE22A6827B2001BC240 /* utf8_validity_fuzzer.cc */, + ); + path = fuzz; + sourceTree = ""; + }; + 16488D7F2A683744001BC240 /* Frameworks */ = { + isa = PBXGroup; + children = ( + ); + name = Frameworks; sourceTree = ""; }; 670D04C41B0BAC210013A7AC = { @@ -104,8 +2181,11 @@ children = ( 34F558581DBF3D2E00A4FC11 /* common-debug.xcconfig */, 34F558591DBF3D2E00A4FC11 /* common-release.xcconfig */, + 16488ABB2A6827B2001BC240 /* utf8_range */, + 164881BE2A68272B001BC240 /* absl */, 670D04CF1B0BAC210013A7AC /* protobuf */, 670D04CE1B0BAC210013A7AC /* Products */, + 16488D7F2A683744001BC240 /* Frameworks */, ); sourceTree = ""; }; @@ -113,6 +2193,8 @@ isa = PBXGroup; children = ( 670D04CD1B0BAC210013A7AC /* libprotobuf.a */, + 16488D6A2A6835C8001BC240 /* libutf8_range.a */, + 1648D4962A6842B2001BC240 /* libabsl.a */, ); name = Products; sourceTree = ""; @@ -120,14 +2202,71 @@ 670D04CF1B0BAC210013A7AC /* protobuf */ = { isa = PBXGroup; children = ( + 16488B042A682C59001BC240 /* port_undef.inc */, + 16488B022A682C40001BC240 /* port_def.inc */, + 16487DEA2A6826F6001BC240 /* any_lite.cc */, + 16487D642A6826F3001BC240 /* any.h */, + 16487F4C2A6826F8001BC240 /* arena_align.cc */, + 16487DCC2A6826F5001BC240 /* arena_align.h */, + 16487F4E2A6826F8001BC240 /* arena_allocation_policy.h */, + 16487DDE2A6826F6001BC240 /* arena_cleanup.h */, + 16487F182A6826F7001BC240 /* arena.h */, + 16487DBD2A6826F5001BC240 /* arenastring.h */, + 16487F5E2A6826F9001BC240 /* arenaz_sampler.cc */, + 16487F0B2A6826F6001BC240 /* arenaz_sampler.h */, + 16487F392A6826F8001BC240 /* descriptor_database.cc */, + 16487D7C2A6826F4001BC240 /* descriptor_database.h */, + 16487D9B2A6826F4001BC240 /* descriptor_legacy.h */, + 16487DED2A6826F6001BC240 /* descriptor.cc */, + 16487F112A6826F6001BC240 /* descriptor.h */, + 16487D752A6826F4001BC240 /* dynamic_message.cc */, + 16487F5C2A6826F9001BC240 /* dynamic_message.h */, + 16487D4F2A6826F3001BC240 /* endian.h */, + 16487F442A6826F8001BC240 /* explicitly_constructed.h */, + 16487F242A6826F7001BC240 /* extension_set_inl.h */, + 16487DC52A6826F5001BC240 /* extension_set.h */, + 16487DD82A6826F5001BC240 /* field_access_listener.h */, + 16487D2A2A6826F3001BC240 /* generated_enum_util.cc */, + 16487F592A6826F9001BC240 /* generated_enum_util.h */, + 16487D482A6826F3001BC240 /* generated_message_tctable_decl.h */, + 16487D662A6826F3001BC240 /* generated_message_tctable_impl.h */, + 16487DE82A6826F6001BC240 /* generated_message_tctable_lite.cc */, + 16487D652A6826F3001BC240 /* generated_message_util.h */, + 16487D4E2A6826F3001BC240 /* has_bits.h */, + 16487F542A6826F8001BC240 /* implicit_weak_message.cc */, + 16487D6F2A6826F4001BC240 /* implicit_weak_message.h */, + 16487F432A6826F8001BC240 /* inlined_string_field.cc */, + 16487F3B2A6826F8001BC240 /* inlined_string_field.h */, + 16487F632A6826F9001BC240 /* io */, + 16487D842A6826F4001BC240 /* map_entry_lite.h */, + 16487D9A2A6826F4001BC240 /* map_entry.h */, + 16487F532A6826F8001BC240 /* map_field_lite.h */, + 16487D6C2A6826F4001BC240 /* map_type_handler.h */, + 16487DD72A6826F5001BC240 /* map.cc */, + 16487F2C2A6826F7001BC240 /* map.h */, + 16487F202A6826F7001BC240 /* message_lite.h */, + 16487D602A6826F3001BC240 /* metadata_lite.h */, + 16487D6A2A6826F4001BC240 /* package_info.h */, + 16487D5A2A6826F3001BC240 /* parse_context.cc */, + 16487D522A6826F3001BC240 /* parse_context.h */, + 16487D782A6826F4001BC240 /* port.cc */, + 16487D9D2A6826F5001BC240 /* port.h */, + 16487DA12A6826F5001BC240 /* repeated_field.h */, + 16487DA22A6826F5001BC240 /* repeated_ptr_field.cc */, + 16487DCE2A6826F5001BC240 /* repeated_ptr_field.h */, + 16487D6E2A6826F4001BC240 /* serial_arena.h */, + 16487D292A6826F3001BC240 /* string_block.h */, + 16487F5B2A6826F9001BC240 /* string_member_robber.h */, + 16487F832A6826F9001BC240 /* stubs */, + 16487F3F2A6826F8001BC240 /* thread_safe_arena.h */, + 16487F362A6826F8001BC240 /* varint_shuffle.h */, + 16487F0A2A6826F6001BC240 /* wire_format_lite.h */, 45B8534C1F13C1340087F8ED /* arena.cc */, 45B8534E1F13C17D0087F8ED /* arenastring.cc */, 45B8534F1F13C17D0087F8ED /* extension_set.cc */, 45B853501F13C17D0087F8ED /* generated_message_util.cc */, - 45B853601F13C1BD0087F8ED /* io */, 45B853511F13C17D0087F8ED /* message_lite.cc */, 45B853521F13C17D0087F8ED /* repeated_field.cc */, - 45B853611F13C1D90087F8ED /* stubs */, 45B853531F13C17D0087F8ED /* wire_format_lite.cc */, ); name = protobuf; @@ -137,16 +2276,118 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 670D04CB1B0BAC210013A7AC /* Headers */ = { + 16488BFA2A6835C8001BC240 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; + 1648D4922A6842B2001BC240 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 670D04CB1B0BAC210013A7AC /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1648D4552A68429C001BC240 /* port_undef.inc in Headers */, + 1648D4562A68429C001BC240 /* port_def.inc in Headers */, + 1648D4572A68429C001BC240 /* any.h in Headers */, + 1648D4582A68429C001BC240 /* arena_align.h in Headers */, + 1648D4592A68429C001BC240 /* arena_allocation_policy.h in Headers */, + 1648D45A2A68429C001BC240 /* arena_cleanup.h in Headers */, + 1648D45C2A68429C001BC240 /* arena.h in Headers */, + 1648D45D2A68429C001BC240 /* arenastring.h in Headers */, + 1648D45E2A68429C001BC240 /* arenaz_sampler.h in Headers */, + 1648D45F2A68429C001BC240 /* descriptor_database.h in Headers */, + 1648D4602A68429C001BC240 /* descriptor_legacy.h in Headers */, + 1648D4612A68429C001BC240 /* descriptor.h in Headers */, + 1648D4622A68429C001BC240 /* dynamic_message.h in Headers */, + 1648D4632A68429C001BC240 /* endian.h in Headers */, + 1648D4642A68429C001BC240 /* explicitly_constructed.h in Headers */, + 1648D4652A68429C001BC240 /* extension_set_inl.h in Headers */, + 1648D4662A68429C001BC240 /* extension_set.h in Headers */, + 1648D4672A68429C001BC240 /* field_access_listener.h in Headers */, + 1648D4682A68429C001BC240 /* generated_enum_util.h in Headers */, + 1648D4692A68429C001BC240 /* generated_message_tctable_decl.h in Headers */, + 1648D46A2A68429C001BC240 /* generated_message_tctable_impl.h in Headers */, + 1648D46B2A68429C001BC240 /* generated_message_util.h in Headers */, + 1648D46C2A68429C001BC240 /* has_bits.h in Headers */, + 1648D46D2A68429C001BC240 /* implicit_weak_message.h in Headers */, + 1648D46E2A68429C001BC240 /* inlined_string_field.h in Headers */, + 1648D46F2A68429C001BC240 /* zero_copy_stream_impl.h in Headers */, + 1648D4702A68429C001BC240 /* zero_copy_stream_impl_lite.h in Headers */, + 1648D4712A68429C001BC240 /* zero_copy_stream.h in Headers */, + 1648D4722A68429C001BC240 /* package_info.h in Headers */, + 1648D4732A68429C001BC240 /* io_win32.h in Headers */, + 1648D4742A68429C001BC240 /* coded_stream.h in Headers */, + 1648D4752A68429C001BC240 /* map_entry_lite.h in Headers */, + 1648D4762A68429C001BC240 /* map_entry.h in Headers */, + 1648D4772A68429C001BC240 /* map_field_lite.h in Headers */, + 1648D4782A68429C001BC240 /* map_type_handler.h in Headers */, + 1648D4792A68429C001BC240 /* map.h in Headers */, + 1648D47A2A68429C001BC240 /* message_lite.h in Headers */, + 1648D47B2A68429C001BC240 /* metadata_lite.h in Headers */, + 1648D47C2A68429C001BC240 /* package_info.h in Headers */, + 1648D47D2A68429C001BC240 /* parse_context.h in Headers */, + 1648D47E2A68429C001BC240 /* port.h in Headers */, + 1648D47F2A68429C001BC240 /* repeated_field.h in Headers */, + 1648D4802A68429C001BC240 /* repeated_ptr_field.h in Headers */, + 1648D4812A68429C001BC240 /* serial_arena.h in Headers */, + 1648D4822A68429C001BC240 /* string_block.h in Headers */, + 1648D4832A68429C001BC240 /* string_member_robber.h in Headers */, + 1648D4842A68429C001BC240 /* port.h in Headers */, + 1648D4852A68429C001BC240 /* status_macros.h in Headers */, + 1648D4862A68429C001BC240 /* common.h in Headers */, + 1648D4872A68429C001BC240 /* platform_macros.h in Headers */, + 1648D4882A68429C001BC240 /* callback.h in Headers */, + 1648D4892A68429C001BC240 /* thread_safe_arena.h in Headers */, + 1648D48A2A68429C001BC240 /* varint_shuffle.h in Headers */, + 1648D48B2A68429C001BC240 /* wire_format_lite.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ + 16488B072A6835C8001BC240 /* utf8_range */ = { + isa = PBXNativeTarget; + buildConfigurationList = 16488D672A6835C8001BC240 /* Build configuration list for PBXNativeTarget "utf8_range" */; + buildPhases = ( + 16488B082A6835C8001BC240 /* Sources */, + 16488BF92A6835C8001BC240 /* Frameworks */, + 16488BFA2A6835C8001BC240 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = utf8_range; + productName = protobuf; + productReference = 16488D6A2A6835C8001BC240 /* libutf8_range.a */; + productType = "com.apple.product-type.library.static"; + }; + 1648D48C2A6842B2001BC240 /* absl */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1648D4932A6842B2001BC240 /* Build configuration list for PBXNativeTarget "absl" */; + buildPhases = ( + 1648D48D2A6842B2001BC240 /* Sources */, + 1648D4912A6842B2001BC240 /* Frameworks */, + 1648D4922A6842B2001BC240 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = absl; + productName = protobuf; + productReference = 1648D4962A6842B2001BC240 /* libabsl.a */; + productType = "com.apple.product-type.library.static"; + }; 670D04CC1B0BAC210013A7AC /* protobuf */ = { isa = PBXNativeTarget; buildConfigurationList = 670D04D81B0BAC210013A7AC /* Build configuration list for PBXNativeTarget "protobuf" */; @@ -191,43 +2432,620 @@ projectRoot = ""; targets = ( 670D04CC1B0BAC210013A7AC /* protobuf */, + 16488B072A6835C8001BC240 /* utf8_range */, + 1648D48C2A6842B2001BC240 /* absl */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ + 16488B082A6835C8001BC240 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1648D68E2A6845B4001BC240 /* utf8_validity.cc in Sources */, + 1648D68F2A6845B4001BC240 /* utf8_validity.h in Sources */, + 1648D3E72A684017001BC240 /* naive.c in Sources */, + 16488D6B2A683671001BC240 /* range2-neon.c in Sources */, + 16488D6C2A683671001BC240 /* range2-sse.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1648D48D2A6842B2001BC240 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1648D4972A6842CD001BC240 /* cord_analysis.cc in Sources */, + 1648D4982A6842CD001BC240 /* numbers.h in Sources */, + 1648D49A2A6842CD001BC240 /* match.cc in Sources */, + 1648D49B2A6842CD001BC240 /* cord_analysis.h in Sources */, + 1648D49C2A6842CD001BC240 /* cord_buffer.cc in Sources */, + 1648D49D2A6842CD001BC240 /* str_format.h in Sources */, + 1648D49E2A6842CD001BC240 /* str_split.h in Sources */, + 1648D49F2A6842CD001BC240 /* stl_type_traits.h in Sources */, + 1648D4A02A6842CD001BC240 /* cord_rep_crc.cc in Sources */, + 1648D4A12A6842CD001BC240 /* charconv_bigint.cc in Sources */, + 1648D4A22A6842CD001BC240 /* cord_rep_btree_reader.cc in Sources */, + 1648D4A32A6842CD001BC240 /* cordz_info.cc in Sources */, + 1648D4A42A6842CD001BC240 /* cordz_update_tracker.h in Sources */, + 1648D4A62A6842CD001BC240 /* char_map.h in Sources */, + 1648D4A72A6842CD001BC240 /* stringify_sink.cc in Sources */, + 1648D4A82A6842CD001BC240 /* cord_rep_btree.h in Sources */, + 1648D4A92A6842CD001BC240 /* cord_internal.cc in Sources */, + 1648D4AA2A6842CD001BC240 /* pow10_helper.h in Sources */, + 1648D4AB2A6842CD001BC240 /* damerau_levenshtein_distance.h in Sources */, + 1648D4AC2A6842CD001BC240 /* cordz_sample_token.cc in Sources */, + 1648D4AD2A6842CD001BC240 /* cord_rep_consume.cc in Sources */, + 1648D4AE2A6842CD001BC240 /* charconv_parse.cc in Sources */, + 1648D4AF2A6842CD001BC240 /* memutil.h in Sources */, + 1648D4B02A6842CD001BC240 /* float_conversion.h in Sources */, + 1648D4B12A6842CD001BC240 /* arg.cc in Sources */, + 1648D4B22A6842CD001BC240 /* float_conversion.cc in Sources */, + 1648D4B32A6842CD001BC240 /* output.cc in Sources */, + 1648D4B42A6842CD001BC240 /* parser.h in Sources */, + 1648D4B52A6842CD001BC240 /* arg.h in Sources */, + 1648D4B62A6842CD001BC240 /* bind.cc in Sources */, + 1648D4B72A6842CD001BC240 /* parser.cc in Sources */, + 1648D4B82A6842CD001BC240 /* extension.cc in Sources */, + 1648D4B92A6842CD001BC240 /* output.h in Sources */, + 1648D4BA2A6842CD001BC240 /* checker.h in Sources */, + 1648D4BB2A6842CD001BC240 /* constexpr_parser.h in Sources */, + 1648D4BC2A6842CD001BC240 /* extension.h in Sources */, + 1648D4BD2A6842CD001BC240 /* bind.h in Sources */, + 1648D4BE2A6842CD001BC240 /* str_join_internal.h in Sources */, + 1648D4BF2A6842CD001BC240 /* has_absl_stringify.h in Sources */, + 1648D4C02A6842CD001BC240 /* cord_rep_btree_reader.h in Sources */, + 1648D4C12A6842CD001BC240 /* cord_rep_flat.h in Sources */, + 1648D4C22A6842CD001BC240 /* cordz_handle.h in Sources */, + 1648D4C32A6842CD001BC240 /* cordz_functions.h in Sources */, + 1648D4C42A6842CD001BC240 /* cordz_sample_token.h in Sources */, + 1648D4C62A6842CD001BC240 /* cord_rep_ring.cc in Sources */, + 1648D4C72A6842CD001BC240 /* cordz_handle.cc in Sources */, + 1648D4C82A6842CD001BC240 /* cord_rep_btree_navigator.h in Sources */, + 1648D4C92A6842CD001BC240 /* charconv_bigint.h in Sources */, + 1648D4CA2A6842CD001BC240 /* cord_rep_crc.h in Sources */, + 1648D4CB2A6842CD001BC240 /* memutil.cc in Sources */, + 1648D4CC2A6842CD001BC240 /* ostringstream.cc in Sources */, + 1648D4CD2A6842CD001BC240 /* pow10_helper.cc in Sources */, + 1648D4CE2A6842CD001BC240 /* escaping.h in Sources */, + 1648D4CF2A6842CD001BC240 /* cordz_statistics.h in Sources */, + 1648D4D02A6842CD001BC240 /* utf8.cc in Sources */, + 1648D4D12A6842CD001BC240 /* cord_rep_ring_reader.h in Sources */, + 1648D4D22A6842CD001BC240 /* cordz_info.h in Sources */, + 1648D4D32A6842CD001BC240 /* resize_uninitialized.h in Sources */, + 1648D4D42A6842CD001BC240 /* cord_data_edge.h in Sources */, + 1648D4D52A6842CD001BC240 /* ostringstream.h in Sources */, + 1648D4D62A6842CD001BC240 /* stringify_sink.h in Sources */, + 1648D4D72A6842CD001BC240 /* string_constant.h in Sources */, + 1648D4D82A6842CD001BC240 /* damerau_levenshtein_distance.cc in Sources */, + 1648D4D92A6842CD001BC240 /* cord_internal.h in Sources */, + 1648D4DA2A6842CD001BC240 /* charconv_parse.h in Sources */, + 1648D4DB2A6842CD001BC240 /* cord_rep_consume.h in Sources */, + 1648D4DC2A6842CD001BC240 /* cordz_functions.cc in Sources */, + 1648D4DD2A6842CD001BC240 /* cord_rep_btree_navigator.cc in Sources */, + 1648D4DF2A6842CD001BC240 /* cordz_update_scope.h in Sources */, + 1648D4E02A6842CD001BC240 /* utf8.h in Sources */, + 1648D4E12A6842CD001BC240 /* escaping.cc in Sources */, + 1648D4E22A6842CD001BC240 /* cord_rep_btree.cc in Sources */, + 1648D4E32A6842CD001BC240 /* str_split_internal.h in Sources */, + 1648D4E42A6842CD001BC240 /* cord_rep_ring.h in Sources */, + 1648D4E62A6842CD001BC240 /* str_replace.h in Sources */, + 1648D4E72A6842CD001BC240 /* string_view.cc in Sources */, + 1648D4E82A6842CD001BC240 /* str_join.h in Sources */, + 1648D4E92A6842CD001BC240 /* str_cat.cc in Sources */, + 1648D4EA2A6842CD001BC240 /* cord_buffer.h in Sources */, + 1648D4EC2A6842CD001BC240 /* ascii.h in Sources */, + 1648D4EF2A6842CD001BC240 /* cord.cc in Sources */, + 1648D4F02A6842CD001BC240 /* escaping.h in Sources */, + 1648D4F12A6842CD001BC240 /* charconv.h in Sources */, + 1648D4F42A6842CD001BC240 /* match.h in Sources */, + 1648D4F62A6842CD001BC240 /* ascii.cc in Sources */, + 1648D4F72A6842CD001BC240 /* numbers.cc in Sources */, + 1648D4F82A6842CD001BC240 /* charconv.cc in Sources */, + 1648D4FA2A6842CD001BC240 /* strip.h in Sources */, + 1648D4FB2A6842CD001BC240 /* str_split.cc in Sources */, + 1648D4FC2A6842CD001BC240 /* cord.h in Sources */, + 1648D4FD2A6842CD001BC240 /* substitute.cc in Sources */, + 1648D4FE2A6842CD001BC240 /* substitute.h in Sources */, + 1648D4FF2A6842CD001BC240 /* escaping.cc in Sources */, + 1648D5002A6842CD001BC240 /* string_view.h in Sources */, + 1648D5012A6842CD001BC240 /* str_replace.cc in Sources */, + 1648D5022A6842CD001BC240 /* str_cat.h in Sources */, + 1648D5032A6842CD001BC240 /* bad_variant_access.h in Sources */, + 1648D5042A6842CD001BC240 /* bad_any_cast.h in Sources */, + 1648D5062A6842CD001BC240 /* bad_any_cast.cc in Sources */, + 1648D5072A6842CD001BC240 /* transform_args.h in Sources */, + 1648D5082A6842CD001BC240 /* optional.h in Sources */, + 1648D5092A6842CD001BC240 /* parentheses.h in Sources */, + 1648D50A2A6842CD001BC240 /* span.h in Sources */, + 1648D50B2A6842CD001BC240 /* variant.h in Sources */, + 1648D50C2A6842CD001BC240 /* optional.h in Sources */, + 1648D50D2A6842CD001BC240 /* bad_optional_access.h in Sources */, + 1648D50E2A6842CD001BC240 /* compare.h in Sources */, + 1648D50F2A6842CD001BC240 /* bad_optional_access.cc in Sources */, + 1648D5102A6842CD001BC240 /* span.h in Sources */, + 1648D5112A6842CD001BC240 /* bad_variant_access.cc in Sources */, + 1648D5122A6842CD001BC240 /* any.h in Sources */, + 1648D5132A6842CD001BC240 /* variant.h in Sources */, + 1648D5142A6842CD001BC240 /* commandlineflag.h in Sources */, + 1648D5152A6842CD001BC240 /* declare.h in Sources */, + 1648D5162A6842CD001BC240 /* parse.cc in Sources */, + 1648D5182A6842CD001BC240 /* usage.cc in Sources */, + 1648D5192A6842CD001BC240 /* config.h in Sources */, + 1648D51A2A6842CD001BC240 /* parse.h in Sources */, + 1648D51B2A6842CD001BC240 /* flag.h in Sources */, + 1648D51C2A6842CD001BC240 /* commandlineflag.h in Sources */, + 1648D51D2A6842CD001BC240 /* private_handle_accessor.cc in Sources */, + 1648D51E2A6842CD001BC240 /* usage.cc in Sources */, + 1648D51F2A6842CD001BC240 /* parse.h in Sources */, + 1648D5202A6842CD001BC240 /* flag.h in Sources */, + 1648D5212A6842CD001BC240 /* program_name.cc in Sources */, + 1648D5222A6842CD001BC240 /* program_name.h in Sources */, + 1648D5232A6842CD001BC240 /* registry.h in Sources */, + 1648D5242A6842CD001BC240 /* path_util.h in Sources */, + 1648D5252A6842CD001BC240 /* private_handle_accessor.h in Sources */, + 1648D5262A6842CD001BC240 /* flag.cc in Sources */, + 1648D5272A6842CD001BC240 /* sequence_lock.h in Sources */, + 1648D5282A6842CD001BC240 /* usage.h in Sources */, + 1648D5292A6842CD001BC240 /* commandlineflag.cc in Sources */, + 1648D52A2A6842CD001BC240 /* marshalling.h in Sources */, + 1648D52B2A6842CD001BC240 /* usage_config.cc in Sources */, + 1648D52D2A6842CD001BC240 /* flag.cc in Sources */, + 1648D52E2A6842CD001BC240 /* marshalling.cc in Sources */, + 1648D52F2A6842CD001BC240 /* usage_config.h in Sources */, + 1648D5302A6842CD001BC240 /* usage.h in Sources */, + 1648D5312A6842CD001BC240 /* commandlineflag.cc in Sources */, + 1648D5322A6842CD001BC240 /* memory.h in Sources */, + 1648D5332A6842CD001BC240 /* blocking_counter.h in Sources */, + 1648D5342A6842CD001BC240 /* blocking_counter.cc in Sources */, + 1648D5352A6842CD001BC240 /* notification.h in Sources */, + 1648D5362A6842CD001BC240 /* mutex.cc in Sources */, + 1648D5372A6842CD001BC240 /* barrier.h in Sources */, + 1648D53A2A6842CD001BC240 /* per_thread_sem.cc in Sources */, + 1648D53B2A6842CD001BC240 /* per_thread_sem.h in Sources */, + 1648D53C2A6842CD001BC240 /* futex.h in Sources */, + 1648D53D2A6842CD001BC240 /* graphcycles.h in Sources */, + 1648D53E2A6842CD001BC240 /* waiter.h in Sources */, + 1648D53F2A6842CD001BC240 /* thread_pool.h in Sources */, + 1648D5402A6842CD001BC240 /* create_thread_identity.cc in Sources */, + 1648D5412A6842CD001BC240 /* waiter.cc in Sources */, + 1648D5422A6842CD001BC240 /* create_thread_identity.h in Sources */, + 1648D5432A6842CD001BC240 /* kernel_timeout.h in Sources */, + 1648D5442A6842CD001BC240 /* graphcycles.cc in Sources */, + 1648D5452A6842CD001BC240 /* barrier.cc in Sources */, + 1648D5472A6842CD001BC240 /* notification.cc in Sources */, + 1648D5482A6842CD001BC240 /* mutex.h in Sources */, + 1648D5492A6842CD001BC240 /* low_level_hash.cc in Sources */, + 1648D54A2A6842CD001BC240 /* hash.cc in Sources */, + 1648D54B2A6842CD001BC240 /* spy_hash_state.h in Sources */, + 1648D54C2A6842CD001BC240 /* low_level_hash.h in Sources */, + 1648D54D2A6842CD001BC240 /* print_hash_of.cc in Sources */, + 1648D54E2A6842CD001BC240 /* city.h in Sources */, + 1648D54F2A6842CD001BC240 /* city.cc in Sources */, + 1648D5502A6842CD001BC240 /* hash.h in Sources */, + 1648D5522A6842CD001BC240 /* hash.h in Sources */, + 1648D5532A6842CD001BC240 /* symbolize.cc in Sources */, + 1648D5542A6842CD001BC240 /* failure_signal_handler.h in Sources */, + 1648D5552A6842CD001BC240 /* failure_signal_handler.cc in Sources */, + 1648D5562A6842CD001BC240 /* stacktrace.h in Sources */, + 1648D5572A6842CD001BC240 /* symbolize.h in Sources */, + 1648D5582A6842CD001BC240 /* leak_check.h in Sources */, + 1648D5592A6842CD001BC240 /* stacktrace_config.h in Sources */, + 1648D55A2A6842CD001BC240 /* examine_stack.h in Sources */, + 1648D55B2A6842CD001BC240 /* examine_stack.cc in Sources */, + 1648D55C2A6842CD001BC240 /* vdso_support.cc in Sources */, + 1648D55D2A6842CD001BC240 /* stack_consumption.cc in Sources */, + 1648D55E2A6842CD001BC240 /* demangle.h in Sources */, + 1648D55F2A6842CD001BC240 /* symbolize.h in Sources */, + 1648D5602A6842CD001BC240 /* address_is_readable.h in Sources */, + 1648D5612A6842CD001BC240 /* stack_consumption.h in Sources */, + 1648D5622A6842CD001BC240 /* address_is_readable.cc in Sources */, + 1648D5632A6842CD001BC240 /* elf_mem_image.h in Sources */, + 1648D5642A6842CD001BC240 /* elf_mem_image.cc in Sources */, + 1648D5652A6842CD001BC240 /* demangle.cc in Sources */, + 1648D5662A6842CD001BC240 /* vdso_support.h in Sources */, + 1648D5672A6842CD001BC240 /* leak_check.cc in Sources */, + 1648D5682A6842CD001BC240 /* stacktrace.cc in Sources */, + 1648D56A2A6842CD001BC240 /* crc32c_inline.h in Sources */, + 1648D56B2A6842CD001BC240 /* crc_cord_state.h in Sources */, + 1648D56C2A6842CD001BC240 /* non_temporal_memcpy.h in Sources */, + 1648D56D2A6842CD001BC240 /* crc_memcpy.h in Sources */, + 1648D56E2A6842CD001BC240 /* crc_x86_arm_combined.cc in Sources */, + 1648D56F2A6842CD001BC240 /* crc.h in Sources */, + 1648D5702A6842CD001BC240 /* crc_cord_state.cc in Sources */, + 1648D5712A6842CD001BC240 /* crc_internal.h in Sources */, + 1648D5722A6842CD001BC240 /* crc_memcpy_fallback.cc in Sources */, + 1648D5732A6842CD001BC240 /* non_temporal_arm_intrinsics.h in Sources */, + 1648D5742A6842CD001BC240 /* crc32_x86_arm_combined_simd.h in Sources */, + 1648D5752A6842CD001BC240 /* crc32c.h in Sources */, + 1648D5762A6842CD001BC240 /* cpu_detect.h in Sources */, + 1648D5772A6842CD001BC240 /* cpu_detect.cc in Sources */, + 1648D5782A6842CD001BC240 /* crc.cc in Sources */, + 1648D5792A6842CD001BC240 /* crc_non_temporal_memcpy.cc in Sources */, + 1648D57A2A6842CD001BC240 /* crc_memcpy_x86_64.cc in Sources */, + 1648D57B2A6842CD001BC240 /* crc32c.cc in Sources */, + 1648D57C2A6842CD001BC240 /* crc32c.h in Sources */, + 1648D57E2A6842CD001BC240 /* type_traits.h in Sources */, + 1648D57F2A6842CD001BC240 /* status_payload_printer.cc in Sources */, + 1648D5802A6842CD001BC240 /* status.cc in Sources */, + 1648D5812A6842CD001BC240 /* status.h in Sources */, + 1648D5822A6842CD001BC240 /* status_payload_printer.h in Sources */, + 1648D5832A6842CD001BC240 /* statusor.h in Sources */, + 1648D5842A6842CD001BC240 /* status_internal.h in Sources */, + 1648D5852A6842CD001BC240 /* statusor_internal.h in Sources */, + 1648D5862A6842CD001BC240 /* statusor.cc in Sources */, + 1648D5872A6842CD001BC240 /* algorithm.h in Sources */, + 1648D5882A6842CD001BC240 /* container.h in Sources */, + 1648D58A2A6842CD001BC240 /* time.h in Sources */, + 1648D58E2A6842CD001BC240 /* civil_time.h in Sources */, + 1648D58F2A6842CD001BC240 /* time_zone.h in Sources */, + 1648D5902A6842CD001BC240 /* zone_info_source.h in Sources */, + 1648D5912A6842CD001BC240 /* civil_time_detail.h in Sources */, + 1648D5922A6842CD001BC240 /* time_zone_format.cc in Sources */, + 1648D5932A6842CD001BC240 /* time_zone_fixed.h in Sources */, + 1648D5942A6842CD001BC240 /* time_zone_if.h in Sources */, + 1648D5952A6842CD001BC240 /* time_zone_impl.cc in Sources */, + 1648D5972A6842CD001BC240 /* time_zone_lookup.cc in Sources */, + 1648D5982A6842CD001BC240 /* time_zone_info.cc in Sources */, + 1648D5992A6842CD001BC240 /* time_zone_if.cc in Sources */, + 1648D59A2A6842CD001BC240 /* time_zone_fixed.cc in Sources */, + 1648D59B2A6842CD001BC240 /* zone_info_source.cc in Sources */, + 1648D59C2A6842CD001BC240 /* time_zone_libc.cc in Sources */, + 1648D59D2A6842CD001BC240 /* time_zone_posix.h in Sources */, + 1648D59E2A6842CD001BC240 /* tzfile.h in Sources */, + 1648D59F2A6842CD001BC240 /* time_zone_libc.h in Sources */, + 1648D5A02A6842CD001BC240 /* civil_time_detail.cc in Sources */, + 1648D5A12A6842CD001BC240 /* time_zone_info.h in Sources */, + 1648D5A22A6842CD001BC240 /* time_zone_impl.h in Sources */, + 1648D5A32A6842CD001BC240 /* time_zone_posix.cc in Sources */, + 1648D5A42A6842CD001BC240 /* civil_time.h in Sources */, + 1648D5A52A6842CD001BC240 /* clock.cc in Sources */, + 1648D5A62A6842CD001BC240 /* duration.cc in Sources */, + 1648D5A72A6842CD001BC240 /* civil_time.cc in Sources */, + 1648D5AA2A6842CD001BC240 /* format.cc in Sources */, + 1648D5AB2A6842CD001BC240 /* time.cc in Sources */, + 1648D5AC2A6842CD001BC240 /* clock.h in Sources */, + 1648D5AD2A6842CD001BC240 /* node_hash_map.h in Sources */, + 1648D5AE2A6842CD001BC240 /* flat_hash_map.h in Sources */, + 1648D5B22A6842CD001BC240 /* fixed_array.h in Sources */, + 1648D5B42A6842CD001BC240 /* compressed_tuple.h in Sources */, + 1648D5B52A6842CD001BC240 /* btree_container.h in Sources */, + 1648D5B62A6842CD001BC240 /* container_memory.h in Sources */, + 1648D5B72A6842CD001BC240 /* raw_hash_set.h in Sources */, + 1648D5B82A6842CD001BC240 /* hash_function_defaults.h in Sources */, + 1648D5B92A6842CD001BC240 /* hashtablez_sampler.h in Sources */, + 1648D5BB2A6842CD001BC240 /* raw_hash_set.cc in Sources */, + 1648D5BC2A6842CD001BC240 /* hashtable_debug.h in Sources */, + 1648D5BD2A6842CE001BC240 /* inlined_vector.h in Sources */, + 1648D5BE2A6842CE001BC240 /* raw_hash_map.h in Sources */, + 1648D5BF2A6842CE001BC240 /* layout.h in Sources */, + 1648D5C02A6842CE001BC240 /* btree.h in Sources */, + 1648D5C12A6842CE001BC240 /* hashtable_debug_hooks.h in Sources */, + 1648D5C22A6842CE001BC240 /* hashtablez_sampler_force_weak_definition.cc in Sources */, + 1648D5C32A6842CE001BC240 /* node_slot_policy.h in Sources */, + 1648D5C42A6842CE001BC240 /* hash_policy_traits.h in Sources */, + 1648D5C52A6842CE001BC240 /* common.h in Sources */, + 1648D5C62A6842CE001BC240 /* common_policy_traits.h in Sources */, + 1648D5C82A6842CE001BC240 /* tracked.h in Sources */, + 1648D5C92A6842CE001BC240 /* hashtablez_sampler.cc in Sources */, + 1648D5CA2A6842CE001BC240 /* counting_allocator.h in Sources */, + 1648D5CB2A6842CE001BC240 /* btree_set.h in Sources */, + 1648D5CC2A6842CE001BC240 /* inlined_vector.h in Sources */, + 1648D5CD2A6842CE001BC240 /* btree_map.h in Sources */, + 1648D5CE2A6842CE001BC240 /* flat_hash_set.h in Sources */, + 1648D5CF2A6842CE001BC240 /* node_hash_set.h in Sources */, + 1648D5D02A6842CE001BC240 /* int128.cc in Sources */, + 1648D5D22A6842CE001BC240 /* representation.h in Sources */, + 1648D5D32A6842CE001BC240 /* bits.h in Sources */, + 1648D5D52A6842CE001BC240 /* int128.h in Sources */, + 1648D5D62A6842CE001BC240 /* bits.h in Sources */, + 1648D5D72A6842CE001BC240 /* cleanup.h in Sources */, + 1648D5D82A6842CE001BC240 /* cleanup.h in Sources */, + 1648D5D92A6842CE001BC240 /* exponential_biased.h in Sources */, + 1648D5DA2A6842CE001BC240 /* periodic_sampler.cc in Sources */, + 1648D5DB2A6842CE001BC240 /* sample_recorder.h in Sources */, + 1648D5DC2A6842CE001BC240 /* periodic_sampler.h in Sources */, + 1648D5DD2A6842CE001BC240 /* exponential_biased.cc in Sources */, + 1648D5DF2A6842CE001BC240 /* structured.h in Sources */, + 1648D5E12A6842CE001BC240 /* die_if_null.cc in Sources */, + 1648D5E22A6842CE001BC240 /* absl_log.h in Sources */, + 1648D5E32A6842CE001BC240 /* flags.h in Sources */, + 1648D5E52A6842CE001BC240 /* log_sink_registry.h in Sources */, + 1648D5E62A6842CE001BC240 /* log_sink.h in Sources */, + 1648D5E72A6842CE001BC240 /* log_message.h in Sources */, + 1648D5E82A6842CE001BC240 /* log_format.h in Sources */, + 1648D5E92A6842CE001BC240 /* structured.h in Sources */, + 1648D5EA2A6842CE001BC240 /* log_impl.h in Sources */, + 1648D5EB2A6842CE001BC240 /* log_sink_set.h in Sources */, + 1648D5EC2A6842CE001BC240 /* append_truncated.h in Sources */, + 1648D5ED2A6842CE001BC240 /* nullguard.cc in Sources */, + 1648D5EE2A6842CE001BC240 /* nullstream.h in Sources */, + 1648D5EF2A6842CE001BC240 /* proto.h in Sources */, + 1648D5F02A6842CE001BC240 /* config.h in Sources */, + 1648D5F12A6842CE001BC240 /* proto.cc in Sources */, + 1648D5F22A6842CE001BC240 /* check_impl.h in Sources */, + 1648D5F32A6842CE001BC240 /* log_message.cc in Sources */, + 1648D5F42A6842CE001BC240 /* conditions.cc in Sources */, + 1648D5F52A6842CE001BC240 /* flags.h in Sources */, + 1648D5F62A6842CE001BC240 /* globals.h in Sources */, + 1648D5F72A6842CE001BC240 /* check_op.h in Sources */, + 1648D5F82A6842CE001BC240 /* globals.cc in Sources */, + 1648D5F92A6842CE001BC240 /* strip.h in Sources */, + 1648D5FA2A6842CE001BC240 /* check_op.cc in Sources */, + 1648D5FB2A6842CE001BC240 /* log_format.cc in Sources */, + 1648D5FC2A6842CE001BC240 /* conditions.h in Sources */, + 1648D5FD2A6842CE001BC240 /* log_sink_set.cc in Sources */, + 1648D5FE2A6842CE001BC240 /* voidify.h in Sources */, + 1648D5FF2A6842CE001BC240 /* nullguard.h in Sources */, + 1648D6012A6842CE001BC240 /* log_streamer.h in Sources */, + 1648D6022A6842CE001BC240 /* globals.h in Sources */, + 1648D6032A6842CE001BC240 /* log_entry.h in Sources */, + 1648D6042A6842CE001BC240 /* globals.cc in Sources */, + 1648D6052A6842CE001BC240 /* flags.cc in Sources */, + 1648D6062A6842CE001BC240 /* log.h in Sources */, + 1648D6072A6842CE001BC240 /* check.h in Sources */, + 1648D6082A6842CE001BC240 /* log_entry.cc in Sources */, + 1648D6092A6842CE001BC240 /* initialize.h in Sources */, + 1648D60A2A6842CE001BC240 /* die_if_null.h in Sources */, + 1648D60B2A6842CE001BC240 /* absl_check.h in Sources */, + 1648D60C2A6842CE001BC240 /* log_sink.cc in Sources */, + 1648D60D2A6842CE001BC240 /* initialize.cc in Sources */, + 1648D60E2A6842CE001BC240 /* gaussian_distribution.cc in Sources */, + 1648D60F2A6842CE001BC240 /* poisson_distribution.h in Sources */, + 1648D6102A6842CE001BC240 /* discrete_distribution.cc in Sources */, + 1648D6112A6842CE001BC240 /* bit_gen_ref.h in Sources */, + 1648D6122A6842CE001BC240 /* uniform_int_distribution.h in Sources */, + 1648D6132A6842CE001BC240 /* distributions.h in Sources */, + 1648D6152A6842CE001BC240 /* uniform_real_distribution.h in Sources */, + 1648D6162A6842CE001BC240 /* seed_gen_exception.cc in Sources */, + 1648D6182A6842CE001BC240 /* bernoulli_distribution.h in Sources */, + 1648D6192A6842CE001BC240 /* seed_gen_exception.h in Sources */, + 1648D61A2A6842CE001BC240 /* gaussian_distribution_gentables.cc in Sources */, + 1648D61B2A6842CE001BC240 /* explicit_seed_seq.h in Sources */, + 1648D61C2A6842CE001BC240 /* randen_detect.h in Sources */, + 1648D61D2A6842CE001BC240 /* randen_slow.h in Sources */, + 1648D61E2A6842CE001BC240 /* fast_uniform_bits.h in Sources */, + 1648D61F2A6842CE001BC240 /* iostream_state_saver.h in Sources */, + 1648D6202A6842CE001BC240 /* traits.h in Sources */, + 1648D6222A6842CE001BC240 /* nonsecure_base.h in Sources */, + 1648D6232A6842CE001BC240 /* randen_traits.h in Sources */, + 1648D6252A6842CE001BC240 /* seed_material.cc in Sources */, + 1648D6262A6842CE001BC240 /* randen_slow.cc in Sources */, + 1648D6272A6842CE001BC240 /* fastmath.h in Sources */, + 1648D6282A6842CE001BC240 /* uniform_helper.h in Sources */, + 1648D6292A6842CE001BC240 /* randen_engine.h in Sources */, + 1648D62A2A6842CE001BC240 /* chi_square.cc in Sources */, + 1648D62B2A6842CE001BC240 /* randen_hwaes.h in Sources */, + 1648D62C2A6842CE001BC240 /* chi_square.h in Sources */, + 1648D62D2A6842CE001BC240 /* distribution_caller.h in Sources */, + 1648D62F2A6842CE001BC240 /* randen.cc in Sources */, + 1648D6302A6842CE001BC240 /* randen_detect.cc in Sources */, + 1648D6312A6842CE001BC240 /* seed_material.h in Sources */, + 1648D6322A6842CE001BC240 /* sequence_urbg.h in Sources */, + 1648D6342A6842CE001BC240 /* salted_seed_seq.h in Sources */, + 1648D6352A6842CE001BC240 /* randen_round_keys.cc in Sources */, + 1648D6362A6842CE001BC240 /* pool_urbg.h in Sources */, + 1648D6382A6842CE001BC240 /* generate_real.h in Sources */, + 1648D6392A6842CE001BC240 /* pcg_engine.h in Sources */, + 1648D63A2A6842CE001BC240 /* randen_hwaes.cc in Sources */, + 1648D63B2A6842CE001BC240 /* pool_urbg.cc in Sources */, + 1648D63C2A6842CE001BC240 /* platform.h in Sources */, + 1648D63D2A6842CE001BC240 /* wide_multiply.h in Sources */, + 1648D63E2A6842CE001BC240 /* randen.h in Sources */, + 1648D63F2A6842CE001BC240 /* log_uniform_int_distribution.h in Sources */, + 1648D6412A6842CE001BC240 /* seed_sequences.h in Sources */, + 1648D6422A6842CE001BC240 /* beta_distribution.h in Sources */, + 1648D6432A6842CE001BC240 /* zipf_distribution.h in Sources */, + 1648D6442A6842CE001BC240 /* exponential_distribution.h in Sources */, + 1648D6452A6842CE001BC240 /* gaussian_distribution.h in Sources */, + 1648D6462A6842CE001BC240 /* discrete_distribution.h in Sources */, + 1648D6472A6842CE001BC240 /* random.h in Sources */, + 1648D6482A6842CE001BC240 /* seed_sequences.cc in Sources */, + 1648D6492A6842CE001BC240 /* bind_front.h in Sources */, + 1648D64A2A6842CE001BC240 /* function_ref.h in Sources */, + 1648D64C2A6842CE001BC240 /* function_ref.h in Sources */, + 1648D64D2A6842CE001BC240 /* front_binder.h in Sources */, + 1648D64E2A6842CE001BC240 /* any_invocable.h in Sources */, + 1648D64F2A6842CE001BC240 /* any_invocable.h in Sources */, + 1648D6502A6842CE001BC240 /* policy_checks.h in Sources */, + 1648D6512A6842CE001BC240 /* port.h in Sources */, + 1648D6522A6842CE001BC240 /* config.h in Sources */, + 1648D6532A6842CE001BC240 /* casts.h in Sources */, + 1648D6542A6842CE001BC240 /* spinlock.h in Sources */, + 1648D6552A6842CE001BC240 /* prefetch.h in Sources */, + 1648D6562A6842CE001BC240 /* scoped_set_env.h in Sources */, + 1648D6572A6842CE001BC240 /* spinlock_wait.cc in Sources */, + 1648D6582A6842CE001BC240 /* cycleclock.cc in Sources */, + 1648D6592A6842CE001BC240 /* scheduling_mode.h in Sources */, + 1648D65A2A6842CE001BC240 /* per_thread_tls.h in Sources */, + 1648D65B2A6842CE001BC240 /* strerror.h in Sources */, + 1648D65C2A6842CE001BC240 /* errno_saver.h in Sources */, + 1648D65E2A6842CE001BC240 /* fast_type_id.h in Sources */, + 1648D65F2A6842CE001BC240 /* spinlock.cc in Sources */, + 1648D6602A6842CE001BC240 /* unscaledcycleclock.cc in Sources */, + 1648D6612A6842CE001BC240 /* endian.h in Sources */, + 1648D6642A6842CE001BC240 /* sysinfo.h in Sources */, + 1648D6652A6842CE001BC240 /* tsan_mutex_interface.h in Sources */, + 1648D6662A6842CE001BC240 /* thread_identity.h in Sources */, + 1648D6672A6842CE001BC240 /* unaligned_access.h in Sources */, + 1648D6682A6842CE001BC240 /* scoped_set_env.cc in Sources */, + 1648D6692A6842CE001BC240 /* sysinfo.cc in Sources */, + 1648D66A2A6842CE001BC240 /* raw_logging.cc in Sources */, + 1648D66B2A6842CE001BC240 /* direct_mmap.h in Sources */, + 1648D66C2A6842CE001BC240 /* unscaledcycleclock.h in Sources */, + 1648D66D2A6842CE001BC240 /* throw_delegate.cc in Sources */, + 1648D66E2A6842CE001BC240 /* invoke.h in Sources */, + 1648D66F2A6842CE001BC240 /* pretty_function.h in Sources */, + 1648D6702A6842CE001BC240 /* inline_variable.h in Sources */, + 1648D6712A6842CE001BC240 /* unscaledcycleclock_config.h in Sources */, + 1648D6722A6842CE001BC240 /* cycleclock.h in Sources */, + 1648D6732A6842CE001BC240 /* low_level_alloc.h in Sources */, + 1648D6742A6842CE001BC240 /* strerror.cc in Sources */, + 1648D6752A6842CE001BC240 /* atomic_hook.h in Sources */, + 1648D6762A6842CE001BC240 /* identity.h in Sources */, + 1648D6772A6842CE001BC240 /* thread_annotations.h in Sources */, + 1648D6782A6842CE001BC240 /* low_level_scheduling.h in Sources */, + 1648D6792A6842CE001BC240 /* raw_logging.h in Sources */, + 1648D67A2A6842CE001BC240 /* cycleclock_config.h in Sources */, + 1648D67B2A6842CE001BC240 /* thread_identity.cc in Sources */, + 1648D67C2A6842CE001BC240 /* throw_delegate.h in Sources */, + 1648D67D2A6842CE001BC240 /* low_level_alloc.cc in Sources */, + 1648D67E2A6842CE001BC240 /* hide_ptr.h in Sources */, + 1648D67F2A6842CE001BC240 /* spinlock_wait.h in Sources */, + 1648D6802A6842CE001BC240 /* dynamic_annotations.h in Sources */, + 1648D6812A6842CE001BC240 /* attributes.h in Sources */, + 1648D6822A6842CE001BC240 /* options.h in Sources */, + 1648D6832A6842CE001BC240 /* const_init.h in Sources */, + 1648D6842A6842CE001BC240 /* macros.h in Sources */, + 1648D6852A6842CE001BC240 /* thread_annotations.h in Sources */, + 1648D6862A6842CE001BC240 /* log_severity.cc in Sources */, + 1648D6872A6842CE001BC240 /* optimization.h in Sources */, + 1648D6882A6842CE001BC240 /* log_severity.h in Sources */, + 1648D6892A6842CE001BC240 /* call_once.h in Sources */, + 1648D68A2A6842CE001BC240 /* dynamic_annotations.h in Sources */, + 1648D68B2A6842CE001BC240 /* utility.h in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 670D04C91B0BAC210013A7AC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 45B853741F13C22E0087F8ED /* statusor.cc in Sources */, - 45B853571F13C17D0087F8ED /* message_lite.cc in Sources */, - 45B853791F13C22E0087F8ED /* time.cc in Sources */, - 45B853731F13C22E0087F8ED /* status.cc in Sources */, - 45B853751F13C22E0087F8ED /* stringpiece.cc in Sources */, - 45B8535E1F13C1B30087F8ED /* zero_copy_stream_impl_lite.cc in Sources */, - 45B8536E1F13C22E0087F8ED /* atomicops_internals_x86_gcc.cc in Sources */, - 45B853771F13C22E0087F8ED /* structurally_valid.cc in Sources */, - 45B853721F13C22E0087F8ED /* once.cc in Sources */, - 45B853781F13C22E0087F8ED /* strutil.cc in Sources */, - 45B853541F13C17D0087F8ED /* arenastring.cc in Sources */, - 45B853561F13C17D0087F8ED /* generated_message_util.cc in Sources */, - 45B853711F13C22E0087F8ED /* int128.cc in Sources */, - 45B853701F13C22E0087F8ED /* common.cc in Sources */, - 45B8536F1F13C22E0087F8ED /* bytestream.cc in Sources */, - 45B853551F13C17D0087F8ED /* extension_set.cc in Sources */, - 45B853581F13C17D0087F8ED /* repeated_field.cc in Sources */, - 45B8535D1F13C1B30087F8ED /* coded_stream.cc in Sources */, - 45B8534D1F13C1340087F8ED /* arena.cc in Sources */, - 45B853761F13C22E0087F8ED /* stringprintf.cc in Sources */, - 45B8535F1F13C1B30087F8ED /* zero_copy_stream.cc in Sources */, - 45B853591F13C17D0087F8ED /* wire_format_lite.cc in Sources */, + 164891DC2A683893001BC240 /* port_undef.inc in Sources */, + 164891DD2A683893001BC240 /* port_def.inc in Sources */, + 164891DE2A683893001BC240 /* any_lite.cc in Sources */, + 164891DF2A683893001BC240 /* any.h in Sources */, + 164891E02A683893001BC240 /* arena_align.cc in Sources */, + 164891E12A683893001BC240 /* arena_align.h in Sources */, + 164891E22A683893001BC240 /* arena_allocation_policy.h in Sources */, + 164891E32A683893001BC240 /* arena_cleanup.h in Sources */, + 164891E62A683893001BC240 /* arena.h in Sources */, + 164891E72A683893001BC240 /* arenastring.h in Sources */, + 164891E82A683893001BC240 /* arenaz_sampler.cc in Sources */, + 164891E92A683893001BC240 /* arenaz_sampler.h in Sources */, + 164891EA2A683893001BC240 /* descriptor_database.cc in Sources */, + 164891EB2A683893001BC240 /* descriptor_database.h in Sources */, + 164891EC2A683893001BC240 /* descriptor_legacy.h in Sources */, + 164891ED2A683893001BC240 /* descriptor.cc in Sources */, + 164891EE2A683893001BC240 /* descriptor.h in Sources */, + 164891EF2A683893001BC240 /* dynamic_message.cc in Sources */, + 164891F02A683893001BC240 /* dynamic_message.h in Sources */, + 164891F12A683893001BC240 /* endian.h in Sources */, + 164891F22A683893001BC240 /* explicitly_constructed.h in Sources */, + 164891F32A683893001BC240 /* extension_set_inl.h in Sources */, + 164891F42A683893001BC240 /* extension_set.h in Sources */, + 164891F52A683893001BC240 /* field_access_listener.h in Sources */, + 164891F62A683893001BC240 /* generated_enum_util.cc in Sources */, + 164891F72A683893001BC240 /* generated_enum_util.h in Sources */, + 164891F82A683893001BC240 /* generated_message_tctable_decl.h in Sources */, + 164891F92A683893001BC240 /* generated_message_tctable_impl.h in Sources */, + 164891FA2A683893001BC240 /* generated_message_tctable_lite.cc in Sources */, + 164891FB2A683893001BC240 /* generated_message_util.h in Sources */, + 164891FC2A683893001BC240 /* has_bits.h in Sources */, + 164891FD2A683893001BC240 /* implicit_weak_message.cc in Sources */, + 164891FE2A683893001BC240 /* implicit_weak_message.h in Sources */, + 164891FF2A683893001BC240 /* inlined_string_field.cc in Sources */, + 164892002A683893001BC240 /* inlined_string_field.h in Sources */, + 164892012A683893001BC240 /* zero_copy_stream_impl.h in Sources */, + 164892022A683893001BC240 /* zero_copy_stream_impl_lite.cc in Sources */, + 164892032A683893001BC240 /* zero_copy_stream_impl.cc in Sources */, + 164892042A683893001BC240 /* coded_stream.cc in Sources */, + 164892052A683893001BC240 /* zero_copy_stream_impl_lite.h in Sources */, + 164892062A683893001BC240 /* zero_copy_stream.cc in Sources */, + 164892072A683893001BC240 /* zero_copy_stream.h in Sources */, + 164892082A683893001BC240 /* io_win32.cc in Sources */, + 164892092A683893001BC240 /* package_info.h in Sources */, + 1648920A2A683893001BC240 /* io_win32.h in Sources */, + 1648920B2A683893001BC240 /* coded_stream.h in Sources */, + 1648920D2A683893001BC240 /* map_entry_lite.h in Sources */, + 1648920E2A683893001BC240 /* map_entry.h in Sources */, + 1648920F2A683893001BC240 /* map_field_lite.h in Sources */, + 164892102A683893001BC240 /* map_type_handler.h in Sources */, + 164892112A683893001BC240 /* map.cc in Sources */, + 164892122A683893001BC240 /* map.h in Sources */, + 164892132A683893001BC240 /* message_lite.h in Sources */, + 164892142A683893001BC240 /* metadata_lite.h in Sources */, + 164892152A683893001BC240 /* package_info.h in Sources */, + 164892162A683893001BC240 /* parse_context.cc in Sources */, + 164892172A683893001BC240 /* parse_context.h in Sources */, + 164892182A683893001BC240 /* port.cc in Sources */, + 164892192A683893001BC240 /* port.h in Sources */, + 1648921A2A683893001BC240 /* repeated_field.h in Sources */, + 1648921B2A683893001BC240 /* repeated_ptr_field.cc in Sources */, + 1648921C2A683893001BC240 /* repeated_ptr_field.h in Sources */, + 1648921D2A683893001BC240 /* serial_arena.h in Sources */, + 1648921E2A683893001BC240 /* string_block.h in Sources */, + 1648921F2A683893001BC240 /* string_member_robber.h in Sources */, + 164892202A683893001BC240 /* port.h in Sources */, + 164892212A683893001BC240 /* common.cc in Sources */, + 164892222A683893001BC240 /* status_macros.h in Sources */, + 164892232A683893001BC240 /* common.h in Sources */, + 164892242A683893001BC240 /* platform_macros.h in Sources */, + 164892252A683893001BC240 /* callback.h in Sources */, + 164892262A683893001BC240 /* thread_safe_arena.h in Sources */, + 164892272A683893001BC240 /* varint_shuffle.h in Sources */, + 164892282A683893001BC240 /* wire_format_lite.h in Sources */, + 164892292A683893001BC240 /* arena.cc in Sources */, + 1648922A2A683894001BC240 /* arenastring.cc in Sources */, + 1648922B2A683894001BC240 /* extension_set.cc in Sources */, + 1648922C2A683894001BC240 /* generated_message_util.cc in Sources */, + 1648922D2A683894001BC240 /* message_lite.cc in Sources */, + 1648922E2A683894001BC240 /* repeated_field.cc in Sources */, + 1648922F2A683894001BC240 /* wire_format_lite.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ + 16488D682A6835C8001BC240 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/utf8_range", + "$(inherited)", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 16488D692A6835C8001BC240 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/utf8_range", + "$(inherited)", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + 1648D4942A6842B2001BC240 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/abseil-cpp", + "$(inherited)", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 1648D4952A6842B2001BC240 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/abseil-cpp", + "$(inherited)", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; 670D04D61B0BAC210013A7AC /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 34F558581DBF3D2E00A4FC11 /* common-debug.xcconfig */; @@ -238,9 +3056,10 @@ ); GCC_WARN_INHIBIT_ALL_WARNINGS = YES; HEADER_SEARCH_PATHS = ( - "$(inherited)", + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/utf8_range", + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/abseil-cpp/", "$(OMIM_ROOT)/3party/protobuf/protobuf/src", - "$(OMIM_ROOT)/3party/protobuf/", + "$(inherited)", ); }; name = Debug; @@ -255,9 +3074,10 @@ ); GCC_WARN_INHIBIT_ALL_WARNINGS = YES; HEADER_SEARCH_PATHS = ( - "$(inherited)", + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/utf8_range", + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/abseil-cpp/", "$(OMIM_ROOT)/3party/protobuf/protobuf/src", - "$(OMIM_ROOT)/3party/protobuf/", + "$(inherited)", ); }; name = Release; @@ -266,6 +3086,12 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/abseil-cpp/", + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/utf8_range", + "$(OMIM_ROOT)/3party/protobuf/protobuf/src", + "$(inherited)", + ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -274,6 +3100,12 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + HEADER_SEARCH_PATHS = ( + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/abseil-cpp/", + "$(OMIM_ROOT)/3party/protobuf/protobuf/third_party/utf8_range", + "$(OMIM_ROOT)/3party/protobuf/protobuf/src", + "$(inherited)", + ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; @@ -281,6 +3113,24 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 16488D672A6835C8001BC240 /* Build configuration list for PBXNativeTarget "utf8_range" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 16488D682A6835C8001BC240 /* Debug */, + 16488D692A6835C8001BC240 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1648D4932A6842B2001BC240 /* Build configuration list for PBXNativeTarget "absl" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1648D4942A6842B2001BC240 /* Debug */, + 1648D4952A6842B2001BC240 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 670D04C81B0BAC210013A7AC /* Build configuration list for PBXProject "protobuf" */ = { isa = XCConfigurationList; buildConfigurations = (